Searched refs:enqueueWaitForEvents (Results 1 – 8 of 8) sorted by relevance
203 cl_int enqueueWaitForEvents(const cl::EventPtrs &events) override;
634 cl_int CLCommandQueueCL::enqueueWaitForEvents(const cl::EventPtrs &events) in enqueueWaitForEvents() function in rx::CLCommandQueueCL
202 virtual cl_int enqueueWaitForEvents(const cl::EventPtrs &events) = 0;
235 cl_int enqueueWaitForEvents(cl_uint numEvents, const cl_event *eventList);
663 cl_int CommandQueue::enqueueWaitForEvents(cl_uint numEvents, const cl_event *eventList) in enqueueWaitForEvents() function in cl::CommandQueue665 return mImpl->enqueueWaitForEvents(Event::Cast(numEvents, eventList)); in enqueueWaitForEvents()
1149 return command_queue->cast<CommandQueue>().enqueueWaitForEvents(num_events, event_list); in EnqueueWaitForEvents()
8556 …cl_int enqueueWaitForEvents(const vector<Event>& events) const CL_EXT_SUFFIX__VERSION_1_1_DEPRECAT…
6460 …cl_int enqueueWaitForEvents(const VECTOR_CLASS<Event>& events) const CL_EXT_SUFFIX__VERSION_1_1_DE… in enqueueWaitForEvents() function in cl::CommandQueue