Searched refs:actionEvents (Results 1 – 2 of 2) sorted by relevance
/external/OpenCL-CTS/test_conformance/events/ |
D | test_callbacks.cpp | 259 clEventWrapper *actionEvents= new clEventWrapper[actionCount]; in test_callbacks_simultaneous() local 260 if (actionEvents == NULL) in test_callbacks_simultaneous() 274 eventPtr = &actionEvents[ index - 1 ]; in test_callbacks_simultaneous() 276 error = actions[ index ]->Execute( queue, 1, eventPtr, &actionEvents[ index ] ); in test_callbacks_simultaneous() 282 …error = clSetEventCallback( actionEvents[index], event_callback_types[k], simultaneous_event_callb… in test_callbacks_simultaneous() 296 error = clWaitForEvents( actionCount, &actionEvents[ 0 ] ); in test_callbacks_simultaneous() 306 if (actionEvents) delete [] actionEvents; in test_callbacks_simultaneous() 321 if (actionEvents) delete [] actionEvents; in test_callbacks_simultaneous() 337 if (actionEvents) delete [] actionEvents; in test_callbacks_simultaneous()
|
D | test_userevents_multithreaded.cpp | 47 clEventWrapper actionEvents[ 3 ]; in test_userevents_multithreaded() local 55 error = actions[ i ]->Execute( queue, 1, &gateEvent, &actionEvents[ i ] ); in test_userevents_multithreaded() 64 error = clWaitForEvents( 3, &actionEvents[ 0 ] ); in test_userevents_multithreaded()
|