Searched refs:clWaitForEvents (Results 1 – 8 of 8) sorted by relevance
51 error_code = clWaitForEvents (1, &_event_id); in wait()109 error_code = clWaitForEvents (event_count, event_ids); in cl_events_wait()
68 clWaitForEvents,
62 clWaitForEvents(cl_uint num_evs, const cl_event *d_evs) try { in clWaitForEvents() function
281 CL_API_ENTRY cl_int (CL_API_CALL *clWaitForEvents)(
271 MAGICKpfn_clWaitForEvents clWaitForEvents;
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()
864 clWaitForEvents(cl_uint /* num_events */,
283 #define __WAIT_FOR_EVENTS_ERR __ERR_STR(clWaitForEvents)1597 ::clWaitForEvents(1, &object_), in wait()1621 ::clWaitForEvents( in waitForEvents()1676 ::clWaitForEvents( in WaitForEvents()