Searched refs:clWaitForEvents (Results 1 – 11 of 11) sorted by relevance
/external/opencv3/modules/core/src/opencl/runtime/generator/filter/ |
D | opencl_core_functions.list | 88 clWaitForEvents
|
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/ |
D | opencl_core.hpp | 96 #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*);
|
D | opencl_core_wrappers.hpp | 270 #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/ |
D | event.cpp | 61 clWaitForEvents(cl_uint num_evs, const cl_event *evs) try { in clWaitForEvents() function
|
/external/ImageMagick/MagickCore/ |
D | opencl-private.h | 271 MAGICKpfn_clWaitForEvents clWaitForEvents;
|
D | opencl.c | 1072 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/ |
D | opencl_core_impl.hpp | 569 cl_int (CL_API_CALL*clWaitForEvents)(cl_uint, const cl_event*) = 571 … struct DynamicFnEntry clWaitForEvents_definition = { "clWaitForEvents", (void**)&clWaitForEvents};
|
/external/mesa3d/include/CL/ |
D | cl.h | 723 clWaitForEvents(cl_uint /* num_events */,
|
D | cl.hpp | 283 #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/ |
D | cl.h | 864 clWaitForEvents(cl_uint /* num_events */,
|
D | cl.hpp | 379 #define __WAIT_FOR_EVENTS_ERR __ERR_STR(clWaitForEvents) 2758 ::clWaitForEvents(1, &object_), in wait() 2790 ::clWaitForEvents( in waitForEvents() 2859 ::clWaitForEvents( in WaitForEvents()
|