Home
last modified time | relevance | path

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

/aosp_15_r20/external/OpenCL-CTS/test_conformance/events/
H A Dtest_event_dependencies.cpp145 if (!checkDeviceForQueueSupport(two_device_ids[0], props) in test_event_enqueue_wait_for_events_run_test()
146 || !checkDeviceForQueueSupport(two_device_ids[1], props)) in test_event_enqueue_wait_for_events_run_test()
473 if (!checkDeviceForQueueSupport(deviceID, in test()
H A Dtest_waitlists.cpp340 if (!checkDeviceForQueueSupport(deviceID, props)) in test_waitlists()
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A DkernelHelpers.h153 extern int checkDeviceForQueueSupport(cl_device_id device,
H A DkernelHelpers.cpp1557 int checkDeviceForQueueSupport(cl_device_id device, in checkDeviceForQueueSupport() function