Home
last modified time | relevance | path

Searched defs:commandCount (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DQueueD3D12.cpp32 MaybeError Queue::SubmitImpl(uint32_t commandCount, CommandBufferBase* const* commands) { in SubmitImpl()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DQueueVk.cpp41 MaybeError Queue::SubmitImpl(uint32_t commandCount, CommandBufferBase* const* commands) { in SubmitImpl()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DQueueGL.cpp29 MaybeError Queue::SubmitImpl(uint32_t commandCount, CommandBufferBase* const* commands) { in SubmitImpl()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DQueue.cpp161 MaybeError SubmitImpl(uint32_t commandCount, in SubmitImpl()
196 void QueueBase::APISubmit(uint32_t commandCount, CommandBufferBase* const* commands) { in APISubmit()
390 MaybeError QueueBase::ValidateSubmit(uint32_t commandCount, in ValidateSubmit()
493 void QueueBase::SubmitInternal(uint32_t commandCount, CommandBufferBase* const* commands) { in SubmitInternal()
/third_party/skia/tools/debugger/
DDebugLayerManager.h81 int commandCount; member