Searched refs:actionToTest (Results 1 – 2 of 2) sorted by relevance
/external/OpenCL-CTS/test_conformance/events/ |
D | test_callbacks.cpp | 61 …ent_single( cl_device_id device, cl_context context, cl_command_queue queue, Action *actionToTest ) in test_callback_event_single() argument 66 cl_int error = actionToTest->Setup( device, context, queue ); in test_callback_event_single() 75 error = actionToTest->Execute( queue, 1, &gateEvent, &actualEvent ); in test_callback_event_single()
|
D | test_waitlists.cpp | 24 …device_id device, cl_context context, cl_command_queue queue, Action *actionToTest, bool multiple ) in test_waitlist() argument 48 error = actionToTest->Setup( device, context, queue ); in test_waitlist() 83 error = actionToTest->Execute( queue, ( multiple ) ? 2 : 1, &events[ 0 ], &events[ 2 ] ); in test_waitlist()
|