Home
last modified time | relevance | path

Searched refs:enqueueWaitForEvents (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DCLCommandQueue.cpp684 angle::Result CommandQueue::enqueueWaitForEvents(cl_uint numEvents, const cl_event *eventList) in enqueueWaitForEvents() function in cl::CommandQueue
686 return mImpl->enqueueWaitForEvents(Event::Cast(numEvents, eventList)); in enqueueWaitForEvents()
H A DCLCommandQueue.h233 angle::Result enqueueWaitForEvents(cl_uint numEvents, const cl_event *eventList);
/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A DCLCommandQueueImpl.h199 virtual angle::Result enqueueWaitForEvents(const cl::EventPtrs &events) = 0;
/aosp_15_r20/external/angle/src/libANGLE/renderer/cl/
H A DCLCommandQueueCL.h200 angle::Result enqueueWaitForEvents(const cl::EventPtrs &events) override;
H A DCLCommandQueueCL.cpp658 angle::Result CLCommandQueueCL::enqueueWaitForEvents(const cl::EventPtrs &events) in enqueueWaitForEvents() function in rx::CLCommandQueueCL
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DCLCommandQueueVk.h219 angle::Result enqueueWaitForEvents(const cl::EventPtrs &events) override;
H A DCLCommandQueueVk.cpp754 ANGLE_TRY(enqueueWaitForEvents(waitEvents)); in enqueueFillImage()
835 ANGLE_TRY(enqueueWaitForEvents(waitEvents)); in enqueueMapImage()
1064 angle::Result CLCommandQueueVk::enqueueWaitForEvents(const cl::EventPtrs &events) in enqueueWaitForEvents() function in rx::CLCommandQueueVk
/aosp_15_r20/external/angle/src/libGLESv2/
H A Dcl_stubs.cpp1184 command_queue->cast<CommandQueue>().enqueueWaitForEvents(num_events, event_list)); in EnqueueWaitForEvents()
/aosp_15_r20/external/ComputeLibrary/include/CL/
H A Dopencl.hpp8665 …cl_int enqueueWaitForEvents(const vector<Event>& events) const CL_API_SUFFIX__VERSION_1_1_DEPRECAT…
/aosp_15_r20/external/mesa3d/include/CL/
H A Dopencl.hpp8708 …cl_int enqueueWaitForEvents(const vector<Event>& events) const CL_API_SUFFIX__VERSION_1_1_DEPRECAT… in enqueueWaitForEvents() function in cl::CommandQueue
H A Dcl.hpp6455 …cl_int enqueueWaitForEvents(const VECTOR_CLASS<Event>& events) const CL_EXT_SUFFIX__VERSION_1_1_DE… in enqueueWaitForEvents() function in cl::CommandQueue
/aosp_15_r20/external/OpenCL-CLHPP/include/CL/
H A Dopencl.hpp8967 …cl_int enqueueWaitForEvents(const vector<Event>& events) const CL_API_SUFFIX__VERSION_1_1_DEPRECAT… in enqueueWaitForEvents() function in cl::CommandQueue