Searched refs:two_queues (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_conformance/events/ |
D | test_event_dependencies.cpp | 46 …eID, cl_context context, cl_command_queue queue, int num_elements, int two_queues, int two_devices, in test_event_enqueue_wait_for_events_run_test() argument 72 if (test_barrier && (two_queues || two_devices)) { in test_event_enqueue_wait_for_events_run_test() 120 if (two_queues) { in test_event_enqueue_wait_for_events_run_test() 324 if (two_queues) { in test_event_enqueue_wait_for_events_run_test() 350 int two_queues, int two_devices, in test() argument 360 …queue_wait_for_events_run_test(deviceID, context, queue, num_elements, two_queues, two_devices, 0,… in test() 387 …t_enqueue_wait_for_events_run_test(deviceID, context, queue, num_elements, two_queues, two_devices, in test() 394 int two_queues = 0; in test_out_of_order_event_waitlist_single_queue() local 400 …return test(deviceID, context, queue, num_elements, two_queues, two_devices, test_enqueue_wait_for… in test_out_of_order_event_waitlist_single_queue() 405 int two_queues = 1; in test_out_of_order_event_waitlist_multi_queue() local [all …]
|