Searched refs:checkFor3DImageSupport (Results 1 – 9 of 9) sorted by relevance
148 extern int checkFor3DImageSupport(cl_device_id device);173 if (checkFor3DImageSupport(device)) \
1367 int checkFor3DImageSupport(cl_device_id device) in checkFor3DImageSupport() function
169 if( checkFor3DImageSupport( deviceID ) == CL_IMAGE_FORMAT_NOT_SUPPORTED ) in test_callbacks()229 if( checkFor3DImageSupport( deviceID ) != CL_IMAGE_FORMAT_NOT_SUPPORTED ) in test_callbacks_simultaneous()
306 if( checkFor3DImageSupport( deviceID ) == CL_IMAGE_FORMAT_NOT_SUPPORTED ) in test_waitlists()
41 if( checkFor3DImageSupport( device ) ) in test_3D()
297 checkFor3DImageSupport( device ) == CL_IMAGE_FORMAT_NOT_SUPPORTED) in test_sizeof()
375 if(images3D == CL_TRUE && checkFor3DImageSupport(device) != 0) in runBuildTest()
6408 if(images3D == CL_TRUE && checkFor3DImageSupport(device) != 0) in test_enum_values()
525 error = checkFor3DImageSupport(deviceID); in test_get_image_info()