Searched refs:clWaitForEvents (Results 1 – 8 of 8) sorted by relevance
/external/libxcam/modules/ocl/ |
D | cl_event.cpp | 51 error_code = clWaitForEvents (1, &_event_id); in wait() 109 error_code = clWaitForEvents (event_count, event_ids); in cl_events_wait()
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | dispatch.cpp | 68 clWaitForEvents,
|
D | event.cpp | 62 clWaitForEvents(cl_uint num_evs, const cl_event *d_evs) try { in clWaitForEvents() function
|
D | dispatch.hpp | 281 CL_API_ENTRY cl_int (CL_API_CALL *clWaitForEvents)(
|
/external/ImageMagick/MagickCore/ |
D | opencl-private.h | 287 MAGICKpfn_clWaitForEvents clWaitForEvents;
|
D | opencl.c | 1086 openCL_library->clWaitForEvents(cache_info->opencl->event_count, in RunOpenCLBenchmark() 1649 openCL_library->clWaitForEvents(1,&event); in RegisterCacheEvent() 2509 BIND(clWaitForEvents); in BindOpenCLFunctions() 2704 status=openCL_library->clWaitForEvents(1,&event); in RecordProfileData()
|
/external/mesa3d/include/CL/ |
D | cl.h | 864 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()
|