Home
last modified time | relevance | path

Searched refs:clWaitForEvents (Results 1 - 20 of 20) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Ddispatch.cpp69 clWaitForEvents,
H A Devent.cpp62 clWaitForEvents(cl_uint num_evs, const cl_event *d_evs) try { in clWaitForEvents() function
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dcl_dispatch_table.cpp59 cl::clWaitForEvents,
H A Dproc_table_cl_autogen.cpp64 {"clWaitForEvents", P(::cl::clWaitForEvents)}, in GetProcTable()
H A Dentry_points_cl_autogen.h156 cl_int CL_API_CALL clWaitForEvents(cl_uint num_events, const cl_event *event_list);
H A Dentry_points_cl_autogen.cpp661 cl_int CL_API_CALL clWaitForEvents(cl_uint num_events, const cl_event *event_list) in clWaitForEvents() function
/third_party/opencl-headers/src/
H A Dopencl_wrapper.cpp136 LOAD_OPENCL_FUNCTION_PTR(clWaitForEvents); in LoadLibraryFromPath()
223 CL_DEFINE_FUNC_PTR(clWaitForEvents);
641 // clWaitForEvents wrapper, use OpenCLWrapper function.
642 cl_int clWaitForEvents(cl_uint num_events, const cl_event *event_list) in clWaitForEvents() function
645 auto func = OHOS::clWaitForEvents; in clWaitForEvents()
/third_party/opencl-headers/include/
H A Dopencl_wrapper.h178 CL_DECLARE_FUNC_PTR(clWaitForEvents);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLPlatformCL.cpp93 mNative->getDispatch().clWaitForEvents == nullptr || in createInfo()
H A DCLContextCL.cpp350 return mNative->getDispatch().clWaitForEvents(static_cast<cl_uint>(nativeEvents.size()), in waitForEvents()
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
H A DlibOpenCL_autogen.cpp310 cl_int CL_API_CALL clWaitForEvents(cl_uint num_events, const cl_event *event_list) in clWaitForEvents() function
312 return cl::GetDispatch().clWaitForEvents(num_events, event_list); in clWaitForEvents()
/third_party/opencl-headers/CL/
H A Dcl_icd.h1147 cl_api_clWaitForEvents clWaitForEvents; member
H A Dcl.h1447 clWaitForEvents(cl_uint num_events,
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_icd.h1147 cl_api_clWaitForEvents clWaitForEvents; member
H A Dcl.h1440 clWaitForEvents(cl_uint num_events,
/third_party/mesa3d/include/CL/
H A Dcl2.hpp860 #define __WAIT_FOR_EVENTS_ERR CL_HPP_ERR_STR_(clWaitForEvents)
3211 * Wraps clWaitForEvents().
3216 ::clWaitForEvents(1, &object_), in wait()
3242 * Wraps clWaitForEvents().
3248 ::clWaitForEvents( in waitForEvents()
3299 * Wraps clWaitForEvents().
3305 ::clWaitForEvents( in WaitForEvents()
H A Dcl_icd.h1147 cl_api_clWaitForEvents clWaitForEvents; member
H A Dcl.h1438 clWaitForEvents(cl_uint num_events,
H A Dcl.hpp415 #define __WAIT_FOR_EVENTS_ERR __ERR_STR(clWaitForEvents)
2940 * Wraps clWaitForEvents().
2945 ::clWaitForEvents(1, &object_), in wait()
2971 * Wraps clWaitForEvents().
2977 ::clWaitForEvents( in waitForEvents()
3028 * Wraps clWaitForEvents().
3034 ::clWaitForEvents( in WaitForEvents()
/third_party/ffmpeg/libavutil/
H A Dhwcontext_opencl.c1792 cle = clWaitForEvents(nb_events, events); in opencl_wait_events()

Completed in 58 milliseconds