Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/opencl/runtime/generator/filter/
Dopencl_core_functions.list88 clWaitForEvents
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
Dopencl_core.hpp96 #define clWaitForEvents clWaitForEvents_ macro
279 #undef clWaitForEvents
280 #define clWaitForEvents clWaitForEvents_pfn macro
370 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clWaitForEvents)(cl_uint, const cl_event*);
Dopencl_core_wrappers.hpp270 #undef clWaitForEvents
271 #define clWaitForEvents clWaitForEvents_fn macro
272 inline cl_int clWaitForEvents(cl_uint p0, const cl_event* p1) { return clWaitForEvents_pfn(p0, p1);… in clWaitForEvents() function
/external/mesa3d/src/gallium/state_trackers/clover/api/
Devent.cpp61 clWaitForEvents(cl_uint num_evs, const cl_event *evs) try { in clWaitForEvents() function
/external/ImageMagick/MagickCore/
Dopencl-private.h271 MAGICKpfn_clWaitForEvents clWaitForEvents;
Dopencl.c1072 openCL_library->clWaitForEvents(cache_info->opencl->event_count, in RunOpenCLBenchmark()
2387 BIND(clWaitForEvents); in BindOpenCLFunctions()
2578 status=openCL_library->clWaitForEvents(1,&event); in RecordProfileData()
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/
Dopencl_core_impl.hpp569 cl_int (CL_API_CALL*clWaitForEvents)(cl_uint, const cl_event*) =
571 … struct DynamicFnEntry clWaitForEvents_definition = { "clWaitForEvents", (void**)&clWaitForEvents};
/external/mesa3d/include/CL/
Dcl.h723 clWaitForEvents(cl_uint /* num_events */,
Dcl.hpp283 #define __WAIT_FOR_EVENTS_ERR __ERR_STR(clWaitForEvents)
1597 ::clWaitForEvents(1, &object_), in wait()
1621 ::clWaitForEvents( in waitForEvents()
1676 ::clWaitForEvents( in WaitForEvents()
/external/opencv3/3rdparty/include/opencl/1.2/CL/
Dcl.h864 clWaitForEvents(cl_uint /* num_events */,
Dcl.hpp379 #define __WAIT_FOR_EVENTS_ERR __ERR_STR(clWaitForEvents)
2758 ::clWaitForEvents(1, &object_), in wait()
2790 ::clWaitForEvents( in waitForEvents()
2859 ::clWaitForEvents( in WaitForEvents()