Searched refs:d_evs (Results 1 – 1 of 1) sorted by relevance
62 clWaitForEvents(cl_uint num_evs, const cl_event *d_evs) try { in clWaitForEvents() argument63 auto evs = objs(d_evs, num_evs); in clWaitForEvents()242 const cl_event *d_evs) try { in clEnqueueWaitForEvents() argument244 objs(d_evs, num_evs); in clEnqueueWaitForEvents()246 return clEnqueueBarrierWithWaitList(d_q, num_evs, d_evs, NULL); in clEnqueueWaitForEvents()