/third_party/boost/libs/compute/test/ |
D | test_user_event.cpp | 27 BOOST_CHECK(event.status() != CL_COMPLETE); in BOOST_AUTO_TEST_CASE() 29 event.set_status(CL_COMPLETE); in BOOST_AUTO_TEST_CASE() 31 BOOST_CHECK(event.status() == CL_COMPLETE); in BOOST_AUTO_TEST_CASE()
|
D | test_event.cpp | 133 event.set_callback(event_promise_fulfiller_callback, CL_COMPLETE, promise); in BOOST_AUTO_TEST_CASE()
|
D | test_image2d.cpp | 214 BOOST_CHECK(map_event.get_status() == CL_COMPLETE); in BOOST_AUTO_TEST_CASE()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | event.cpp | 160 return CL_COMPLETE; in status() 248 return ev.status() != CL_COMPLETE; in status() 253 return CL_COMPLETE; in status() 270 if (status() != CL_COMPLETE) in wait()
|
/third_party/boost/libs/compute/include/boost/compute/ |
D | event.hpp | 52 complete = CL_COMPLETE, 232 cl_int status = CL_COMPLETE, in set_callback() 249 void set_callback(Function callback, cl_int status = CL_COMPLETE) in set_callback()
|
/third_party/boost/boost/compute/ |
D | event.hpp | 52 complete = CL_COMPLETE, 232 cl_int status = CL_COMPLETE, in set_callback() 249 void set_callback(Function callback, cl_int status = CL_COMPLETE) in set_callback()
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
D | interop.cpp | 51 return obj(event).status() == CL_COMPLETE; in opencl_dri_event_wait()
|
D | event.cpp | 130 (type != CL_COMPLETE && type != CL_SUBMITTED && type != CL_RUNNING)) in clSetEventCallback() 258 if (hev.status() != CL_COMPLETE) in clGetEventProfilingInfo()
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_cl_event.txt | 121 of <event> changes to CL_COMPLETE, the status of the linked sync 202 CL_QUEUED, CL_SUBMITTED, CL_RUNNING, and CL_COMPLETE. GL sync 205 SIGNALED into CL_COMPLETE. 209 CL_COMPLETE maps into SIGNALED.
|
D | EGL_KHR_cl_event2.txt | 164 of <event> changes to CL_COMPLETE, the status of the linked sync 209 the OpenCL event associated with the sync object changes to CL_COMPLETE."
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_cl_event.txt | 121 of <event> changes to CL_COMPLETE, the status of the linked sync 202 CL_QUEUED, CL_SUBMITTED, CL_RUNNING, and CL_COMPLETE. GL sync 205 SIGNALED into CL_COMPLETE. 209 CL_COMPLETE maps into SIGNALED.
|
D | EGL_KHR_cl_event2.txt | 164 of <event> changes to CL_COMPLETE, the status of the linked sync 209 the OpenCL event associated with the sync object changes to CL_COMPLETE."
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | CLEvent.h | 73 static_assert(CL_COMPLETE == 0 && CL_RUNNING == 1 && CL_SUBMITTED == 2,
|
D | validationCL.cpp | 2496 if (execution_status != CL_COMPLETE && execution_status >= 0) in ValidateSetUserEventStatus() 2529 command_exec_callback_type != CL_COMPLETE)) in ValidateSetEventCallback()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_cl_event.txt | 105 <event> changes to CL_COMPLETE, the status of the linked sync object 287 CL_QUEUED, CL_SUBMITTED, CL_RUNNING, and CL_COMPLETE. GL sync 290 SIGNALED into CL_COMPLETE. 294 CL_COMPLETE maps into SIGNALED.
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_cl_event.txt | 115 <event> changes to CL_COMPLETE, the status of the linked sync object 297 CL_QUEUED, CL_SUBMITTED, CL_RUNNING, and CL_COMPLETE. GL sync 300 SIGNALED into CL_COMPLETE. 304 CL_COMPLETE maps into SIGNALED.
|
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
D | EGL_EXT_sync_reuse.txt | 276 <event> changes to CL_COMPLETE, the status of the linked sync object 282 CL_COMPLETE.
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_sync_reuse.txt | 276 <event> changes to CL_COMPLETE, the status of the linked sync object 282 CL_COMPLETE.
|
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/ |
D | cl.h | 648 #define CL_COMPLETE 0x0 macro
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
D | cl.h | 877 #define CL_COMPLETE 0x0 macro
|
/third_party/mesa3d/include/CL/ |
D | cl.h | 875 #define CL_COMPLETE 0x0 macro
|
/third_party/opencl-headers/CL/ |
D | cl.h | 877 #define CL_COMPLETE 0x0 macro
|