Home
last modified time | relevance | path

Searched refs:CL_RUNNING (Results 1 – 7 of 7) sorted by relevance

/external/OpenCL-CTS/test_conformance/events/
Dtest_events.cpp83 case CL_RUNNING: return "CL_RUNNING"; in IGetStatusString()
226 …if( status != CL_RUNNING && status != CL_QUEUED && status != CL_SUBMITTED && status != CL_COMPLETE) in test_event_get_read_array_status()
299 …if( status != CL_RUNNING && status != CL_QUEUED && status != CL_SUBMITTED && status != CL_COMPLETE) in test_event_wait_for_array()
307 …if( status != CL_RUNNING && status != CL_QUEUED && status != CL_SUBMITTED && status != CL_COMPLETE) in test_event_wait_for_array()
377 status != CL_RUNNING && status != CL_COMPLETE) in test_event_flush()
438 …if( status != CL_RUNNING && status != CL_QUEUED && status != CL_SUBMITTED && status != CL_COMPLETE) in test_event_finish_array()
446 …if( status != CL_RUNNING && status != CL_QUEUED && status != CL_SUBMITTED && status != CL_COMPLETE) in test_event_finish_array()
549 else if( status == CL_RUNNING || status == CL_QUEUED || status == CL_SUBMITTED ) in test_event_release_before_done()
Dtest_waitlists.cpp126 if( status[ 0 ] != CL_RUNNING && status[ 0 ] != CL_QUEUED && status[ 0 ] != CL_SUBMITTED ) in test_waitlist()
173 if( status[ 1 ] == CL_RUNNING && status[ 2 ] == CL_RUNNING ) { in test_waitlist()
222 if( status[ 2 ] != CL_RUNNING && status[ 2 ] != CL_SUBMITTED && status[ 2 ] != CL_QUEUED) in test_waitlist()
Dtest_callbacks.cpp39 cl_int event_callback_types[EVENT_CALLBACK_TYPE_TOTAL] ={ CL_SUBMITTED, CL_RUNNING, CL_COMPLETE};
/external/skqp/src/compute/common/cl/
Dassert_cl.c179 CL_VAL_TO_STRING(CL_RUNNING); in cl_get_event_command_status_string()
/external/mesa3d/src/gallium/frontends/clover/api/
Devent.cpp130 (type != CL_COMPLETE && type != CL_SUBMITTED && type != CL_RUNNING)) in clSetEventCallback()
/external/mesa3d/include/CL/
Dcl.h876 #define CL_RUNNING 0x1 macro
/external/clang/lib/Headers/
Dopencl-c.h16784 #define CL_RUNNING 0x1 macro