Home
last modified time | relevance | path

Searched refs:clWaitForEvents (Results 1 – 25 of 35) sorted by relevance

12

/third_party/boost/boost/numeric/ublas/opencl/
Dmisc.hpp78 clWaitForEvents(1, &event); in a_sum()
168 clWaitForEvents(1, &event); in norm_2()
Dtranspose.hpp68 clWaitForEvents(1, &event); in change_layout()
116 clWaitForEvents(1, &event); in trans()
Dprod.hpp87 clWaitForEvents(1, &event); in prod()
162 clWaitForEvents(1, &event); in prod()
236 clWaitForEvents(1, &event); in prod()
331 clWaitForEvents(1, &event); in outer_prod()
/third_party/mesa3d/src/gallium/targets/opencl/
DOpenCL.def75 clWaitForEvents
/third_party/boost/boost/compute/utility/
Dwait_list.hpp165 clWaitForEvents(size(), get_event_ptr()) in wait()
/third_party/boost/libs/compute/include/boost/compute/utility/
Dwait_list.hpp165 clWaitForEvents(size(), get_event_ptr()) in wait()
/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddispatch.cpp69 clWaitForEvents,
Devent.cpp62 clWaitForEvents(cl_uint num_evs, const cl_event *d_evs) try { in clWaitForEvents() function
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
DlibOpenCL_autogen.map48 clWaitForEvents;
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/skia/third_party/externals/angle2/src/libGLESv2/
Dcl_dispatch_table.cpp59 cl::clWaitForEvents,
Dproc_table_cl_autogen.cpp64 {"clWaitForEvents", P(::cl::clWaitForEvents)}, in GetProcTable()
Dentry_points_cl_autogen.h156 cl_int CL_API_CALL clWaitForEvents(cl_uint num_events, const cl_event *event_list);
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_wrapper.cc125 LOAD_OPENCL_FUNCTION_PTR(clWaitForEvents); in LoadLibraryFromPath()
214 CL_DEFINE_FUNC_PTR(clWaitForEvents);
545 cl_int clWaitForEvents(cl_uint num_events, const cl_event *event_list) { in clWaitForEvents() function
546 auto func = mindspore::lite::opencl::clWaitForEvents; in clWaitForEvents()
Dopencl_wrapper.h170 CL_DECLARE_FUNC_PTR(clWaitForEvents);
/third_party/opencl-headers/src/
Dopencl_wrapper.cpp111 LOAD_OPENCL_FUNCTION_PTR(clWaitForEvents); in LoadLibraryFromPath()
196 CL_DEFINE_FUNC_PTR(clWaitForEvents);
563 cl_int clWaitForEvents(cl_uint num_events, const cl_event *event_list) { in clWaitForEvents() function
565 auto func = OHOS::clWaitForEvents; in clWaitForEvents()
/third_party/boost/libs/compute/include/boost/compute/
Devent.hpp215 cl_int ret = clWaitForEvents(1, &m_event); in wait()
/third_party/boost/boost/compute/
Devent.hpp215 cl_int ret = clWaitForEvents(1, &m_event); in wait()
/third_party/boost/libs/compute/doc/
Dporting_guide.qbk46 [[`clWaitForEvents()`] [[memberref boost::compute::wait_list::wait() wait_list::wait()]]]
/third_party/opencl-headers/include/
Dopencl_wrapper.h171 CL_DECLARE_FUNC_PTR(clWaitForEvents);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLContextCL.cpp350 return mNative->getDispatch().clWaitForEvents(static_cast<cl_uint>(nativeEvents.size()), in waitForEvents()
DCLPlatformCL.cpp93 mNative->getDispatch().clWaitForEvents == nullptr || in createInfo()
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl.h1044 clWaitForEvents(cl_uint /* num_events */,
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl_icd.h1147 cl_api_clWaitForEvents clWaitForEvents; member
Dcl.h1440 clWaitForEvents(cl_uint num_events,

12