Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/events/
Dtest_event_dependencies.cpp124 if( !checkDeviceForQueueSupport( two_device_ids[ 0 ], props ) || in test_event_enqueue_wait_for_events_run_test()
125 !checkDeviceForQueueSupport( two_device_ids[ 1 ], props ) ) in test_event_enqueue_wait_for_events_run_test()
353 if( !checkDeviceForQueueSupport( deviceID, CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE ) ) in test()
Dtest_waitlists.cpp275 if( !checkDeviceForQueueSupport( deviceID, props ) ) in test_waitlists()
/external/OpenCL-CTS/test_common/harness/
DkernelHelpers.h153 extern int checkDeviceForQueueSupport(cl_device_id device,
DkernelHelpers.cpp1526 int checkDeviceForQueueSupport(cl_device_id device, in checkDeviceForQueueSupport() function