Home
last modified time | relevance | path

Searched refs:checkForImageSupport (Results 1 – 25 of 26) sorted by relevance

12

/external/OpenCL-CTS/test_common/harness/
DkernelHelpers.h147 extern int checkForImageSupport(cl_device_id device);
165 if (checkForImageSupport(device)) \
DkernelHelpers.cpp343 << (0 == checkForImageSupport(device)) << std::endl; in get_cl_device_info_str()
1334 int result = checkForImageSupport(device); in verifyImageSupport()
1348 int checkForImageSupport(cl_device_id device) in checkForImageSupport() function
1409 if (checkForImageSupport(device)) in checkForReadWriteImageSupport()
/external/OpenCL-CTS/test_conformance/gles/
Dtest_images_2D_info.cpp107 if (checkForImageSupport(device)) { in test_images_2D_getinfo()
203 if (checkForImageSupport(device)) { in test_images_cube_getinfo()
Dtest_images_2D.cpp219 if (checkForImageSupport(device)) { in test_images_read()
317 if (checkForImageSupport(device)) { in test_images_read_cube()
595 if (checkForImageSupport(device)) { in test_images_write()
696 if (checkForImageSupport(device)) { in test_images_write_cube()
Dtest_renderbuffer_info.cpp69 if (checkForImageSupport(device)) { in test_renderbuffer_getinfo()
Dtest_renderbuffer.cpp140 if (checkForImageSupport(device)) { in test_renderbuffer_read()
316 if (checkForImageSupport(device)) { in test_renderbuffer_write()
Dtest_images_3D_info.cpp122 if (checkForImageSupport(device)) { in test_images_3D_getinfo()
Dtest_images_3D.cpp215 if (checkForImageSupport(device)) { in test_images_read_3D()
/external/OpenCL-CTS/test_conformance/api/
Dtest_mem_objects.cpp110 if (checkForImageSupport(deviceID) == 0) in test_mem_object_destructor_callback()
Dtest_kernel_arg_info.cpp950 if (checkForImageSupport(deviceID) == 0) in run_all_tests()
/external/OpenCL-CTS/test_conformance/events/
Dtest_callbacks.cpp156 if( checkForImageSupport( deviceID ) == CL_IMAGE_FORMAT_NOT_SUPPORTED ) in test_callbacks()
220 if( checkForImageSupport( deviceID ) != CL_IMAGE_FORMAT_NOT_SUPPORTED ) in test_callbacks_simultaneous()
Dtest_waitlists.cpp293 if( checkForImageSupport( deviceID ) == CL_IMAGE_FORMAT_NOT_SUPPORTED ) in test_waitlists()
/external/OpenCL-CTS/test_conformance/basic/
Dtest_sizeof.cpp289 checkForImageSupport( device ) == CL_IMAGE_FORMAT_NOT_SUPPORTED) in test_sizeof()
304 checkForImageSupport( device ) == CL_IMAGE_FORMAT_NOT_SUPPORTED) in test_sizeof()
Dtest_rw_image_access_qualifier.cpp47 if (checkForImageSupport(device_id)) in test_rw_image_access_qualifier()
Dtest_preprocessors.cpp159 if( checkForImageSupport( deviceID ) == 0 ) in test_kernel_preprocessor_macros()
Dtest_numeric_constants.cpp310 if( checkForImageSupport( deviceID ) == 0 ) in test_kernel_numeric_constants()
/external/OpenCL-CTS/test_conformance/gl/
Dtest_renderbuffer_info.cpp77 if (checkForImageSupport(device)) { in test_renderbuffer_getinfo()
Dtest_renderbuffer.cpp201 if (checkForImageSupport(device)) { in test_renderbuffer_read()
417 if (checkForImageSupport(device)) { in test_renderbuffer_write()
Dtest_images_getinfo_common.cpp209 if (checkForImageSupport(device)) { in test_images_get_info_common()
Dtest_images_read_common.cpp657 if (checkForImageSupport(device)) { in test_images_read_common()
Dtest_images_write_common.cpp676 if (checkForImageSupport(device)) { in test_images_write_common()
/external/OpenCL-CTS/test_conformance/allocations/
Dmain.cpp126 if( alloc_type > BUFFER && checkForImageSupport( device ) ) in doTest()
Dallocation_functions.cpp34 if (checkForImageSupport(device_id)) { in find_good_image_size()
/external/OpenCL-CTS/test_conformance/spir/
Drun_build_test.cpp368 if(images == CL_TRUE && checkForImageSupport(device) != 0) in runBuildTest()
/external/OpenCL-CTS/test_conformance/buffers/
Dtest_image_migrate.cpp143 if(checkForImageSupport(deviceID) == CL_IMAGE_FORMAT_NOT_SUPPORTED) { in test_image_migrate()

12