Home
last modified time | relevance | path

Searched refs:actionToTest (Results 1 – 2 of 2) sorted by relevance

/external/OpenCL-CTS/test_conformance/events/
Dtest_callbacks.cpp61 …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()
Dtest_waitlists.cpp24 …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()