Home
last modified time | relevance | path

Searched refs:checkForReadWriteImageSupport (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A DkernelHelpers.h149 extern int checkForReadWriteImageSupport(cl_device_id device);
H A DkernelHelpers.cpp1427 int checkForReadWriteImageSupport(cl_device_id device) in checkForReadWriteImageSupport() function
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/samplerlessReads/
H A Dtest_loops.cpp132 if (gTestReadWrite && checkForReadWriteImageSupport(device)) in test_image_set()
H A Dtest_read_1D.cpp195 if (gTestReadWrite && checkForReadWriteImageSupport(device)) in test_read_image_set_1D()
H A Dtest_iterations.cpp200 if (gTestReadWrite && checkForReadWriteImageSupport(device)) in test_read_image_set_2D()
H A Dtest_read_1D_array.cpp199 if (gTestReadWrite && checkForReadWriteImageSupport(device)) in test_read_image_set_1D_array()
H A Dtest_read_3D.cpp181 if (gTestReadWrite && checkForReadWriteImageSupport(device)) in test_read_image_set_3D()
H A Dtest_read_2D_array.cpp178 if (gTestReadWrite && checkForReadWriteImageSupport(device)) in test_read_image_set_2D_array()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
H A Dmain.cpp203 && checkForReadWriteImageSupport(device)) in doTest()