Home
last modified time | relevance | path

Searched refs:readWriteSurfaceFormats (Results 1 – 4 of 4) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/mem_obj/
H A Dimage_redescribe_tests.cpp34 ArrayRef<const ClSurfaceFormatInfo> readWriteSurfaceFormats = SurfaceFormats::readWrite(); in SetUp() local
35 auto &surfaceFormatInfo = readWriteSurfaceFormats[indexImageFormat]; in SetUp()
155 ArrayRef<const ClSurfaceFormatInfo> readWriteSurfaceFormats = SurfaceFormats::readWrite(); in TEST_P() local
156 auto &surfaceFormatInfo = readWriteSurfaceFormats[indexImageFormat]; in TEST_P()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/helpers/
H A Dsurface_formats.h27 static const ClSurfaceFormatInfo readWriteSurfaceFormats[]; variable
H A Dsurface_formats.cpp93 const ClSurfaceFormatInfo SurfaceFormats::readWriteSurfaceFormats[] = { COMMONFORMATS }; member in NEO::SurfaceFormats
128 return ArrayRef<const ClSurfaceFormatInfo>(readWriteSurfaceFormats); in readWrite()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/mem_obj/
H A Dimage.cpp968 ArrayRef<const ClSurfaceFormatInfo> readWriteSurfaceFormats = SurfaceFormats::readWrite(); in redescribeFillImage() local
971 surfaceFormat = &readWriteSurfaceFormats[surfaceFormatIdx]; in redescribeFillImage()
1013 const ArrayRef<const ClSurfaceFormatInfo> readWriteSurfaceFormats = SurfaceFormats::readWrite(); in redescribe() local
1014 const ClSurfaceFormatInfo *surfaceFormat = &readWriteSurfaceFormats[surfaceFormatIdx]; in redescribe()