Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/events/
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_events.cpp85 case CL_RUNNING: return "CL_RUNNING"; in IGetStatusString()
230 …if( status != CL_RUNNING && status != CL_QUEUED && status != CL_SUBMITTED && status != CL_COMPLETE) in test_event_get_read_array_status()
305 …if( status != CL_RUNNING && status != CL_QUEUED && status != CL_SUBMITTED && status != CL_COMPLETE) in test_event_wait_for_array()
313 …if( status != CL_RUNNING && status != CL_QUEUED && status != CL_SUBMITTED && status != CL_COMPLETE) in test_event_wait_for_array()
383 status != CL_RUNNING && status != CL_COMPLETE) in test_event_flush()
446 …if( status != CL_RUNNING && status != CL_QUEUED && status != CL_SUBMITTED && status != CL_COMPLETE) in test_event_finish_array()
454 …if( status != CL_RUNNING && status != CL_QUEUED && status != CL_SUBMITTED && status != CL_COMPLETE) in test_event_finish_array()
561 else if( status == CL_RUNNING || status == CL_QUEUED || status == CL_SUBMITTED ) in test_event_release_before_done()
Dtest_callbacks.cpp39 cl_int event_callback_types[EVENT_CALLBACK_TYPE_TOTAL] ={ CL_SUBMITTED, CL_RUNNING, CL_COMPLETE};
/external/angle/src/libANGLE/
DCLEvent.h73 static_assert(CL_COMPLETE == 0 && CL_RUNNING == 1 && CL_SUBMITTED == 2,
DvalidationCL.cpp2528 (command_exec_callback_type != CL_SUBMITTED && command_exec_callback_type != CL_RUNNING && in ValidateSetEventCallback()
/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/llvm-project/clang/lib/Headers/
Dopencl-c-base.h394 #define CL_RUNNING 0x1 macro
/external/llvm-project/parallel-libs/acxxel/
Dopencl_acxxel.cpp431 clSetEventCallback(StartBarrierEvent, CL_RUNNING, in addStreamCallback()
/external/mesa3d/include/CL/
Dcl.h876 #define CL_RUNNING 0x1 macro
/external/angle/include/CL/
Dcl.h878 #define CL_RUNNING 0x1 macro
/external/OpenCL-CTS/dependencies/ocl-headers/CL/
Dcl.h878 #define CL_RUNNING 0x1 macro
/external/clang/lib/Headers/
Dopencl-c.h16784 #define CL_RUNNING 0x1 macro