Home
last modified time | relevance | path

Searched defs:commandQueue (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCLCommandQueueVk.cpp13 CLCommandQueueVk::CLCommandQueueVk(const cl::CommandQueue &commandQueue) in CLCommandQueueVk()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DCLCommandQueueImpl.cpp13 CLCommandQueueImpl::CLCommandQueueImpl(const cl::CommandQueue &commandQueue) in CLCommandQueueImpl()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_metal_layer.m59 id<MTLCommandQueue> commandQueue; field
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLContextCL.cpp86 CLCommandQueueImpl::Ptr CLContextCL::createCommandQueue(const cl::CommandQueue &commandQueue, in createCommandQueue()
DCLCommandQueueCL.cpp40 CLCommandQueueCL::CLCommandQueueCL(const cl::CommandQueue &commandQueue, cl_command_queue native) in CLCommandQueueCL()
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12Sample.cpp453 ID3D12CommandQueue* commandQueue = nullptr; in InitD3D() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationCL.cpp168 cl_int ValidateCommandQueueAndEventWaitList(cl_command_queue commandQueue, in ValidateCommandQueueAndEventWaitList()
/third_party/mesa3d/include/CL/
Dopencl.hpp7593 explicit CommandQueue(const cl_command_queue& commandQueue, bool retainObject = false) : in CommandQueue()
8973 explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bool retainObject = false) : in DeviceCommandQueue()
Dcl.hpp5681 …__CL_EXPLICIT_CONSTRUCTORS CommandQueue(const cl_command_queue& commandQueue) : detail::Wrapper<cl… in CommandQueue()