Searched refs:clWaitForEvents (Results 1 - 20 of 20) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | dispatch.cpp | 69 clWaitForEvents,
|
H A D | event.cpp | 62 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 D | cl_dispatch_table.cpp | 59 cl::clWaitForEvents,
|
H A D | proc_table_cl_autogen.cpp | 64 {"clWaitForEvents", P(::cl::clWaitForEvents)}, in GetProcTable()
|
H A D | entry_points_cl_autogen.h | 156 cl_int CL_API_CALL clWaitForEvents(cl_uint num_events, const cl_event *event_list);
|
H A D | entry_points_cl_autogen.cpp | 661 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 D | opencl_wrapper.cpp | 136 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 D | opencl_wrapper.h | 178 CL_DECLARE_FUNC_PTR(clWaitForEvents);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A D | CLPlatformCL.cpp | 93 mNative->getDispatch().clWaitForEvents == nullptr || in createInfo()
|
H A D | CLContextCL.cpp | 350 return mNative->getDispatch().clWaitForEvents(static_cast<cl_uint>(nativeEvents.size()), in waitForEvents()
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
H A D | libOpenCL_autogen.cpp | 310 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 D | cl_icd.h | 1147 cl_api_clWaitForEvents clWaitForEvents; member
|
H A D | cl.h | 1447 clWaitForEvents(cl_uint num_events,
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
H A D | cl_icd.h | 1147 cl_api_clWaitForEvents clWaitForEvents; member
|
H A D | cl.h | 1440 clWaitForEvents(cl_uint num_events,
|
/third_party/mesa3d/include/CL/ |
H A D | cl2.hpp | 860 #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 D | cl_icd.h | 1147 cl_api_clWaitForEvents clWaitForEvents; member
|
H A D | cl.h | 1438 clWaitForEvents(cl_uint num_events,
|
H A D | cl.hpp | 415 #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 D | hwcontext_opencl.c | 1792 cle = clWaitForEvents(nb_events, events); in opencl_wait_events()
|
Completed in 58 milliseconds