Home
last modified time | relevance | path

Searched refs:commandCount (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DQueue.h43 void APISubmit(uint32_t commandCount, CommandBufferBase* const* commands);
85 virtual MaybeError SubmitImpl(uint32_t commandCount,
96 MaybeError ValidateSubmit(uint32_t commandCount, CommandBufferBase* const* commands) const;
104 void SubmitInternal(uint32_t commandCount, CommandBufferBase* const* commands);
H A DQueue.cpp161 MaybeError SubmitImpl(uint32_t commandCount,
196 void QueueBase::APISubmit(uint32_t commandCount, CommandBufferBase* const* commands) { in APISubmit() argument
197 SubmitInternal(commandCount, commands); in APISubmit()
199 for (uint32_t i = 0; i < commandCount; ++i) { in APISubmit()
390 MaybeError QueueBase::ValidateSubmit(uint32_t commandCount, in ValidateSubmit() argument
395 for (uint32_t i = 0; i < commandCount; ++i) { in ValidateSubmit()
493 void QueueBase::SubmitInternal(uint32_t commandCount, CommandBufferBase* const* commands) { in SubmitInternal() argument
502 device->ConsumedError(ValidateSubmit(commandCount, commands))) { in SubmitInternal()
507 if (device->ConsumedError(SubmitImpl(commandCount, commands))) { in SubmitInternal()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DQueueVk.cpp41 MaybeError Queue::SubmitImpl(uint32_t commandCount, CommandBufferBase* const* commands) { in SubmitImpl() argument
49 for (uint32_t i = 0; i < commandCount; ++i) { in SubmitImpl()
H A DQueueVk.h33 MaybeError SubmitImpl(uint32_t commandCount, CommandBufferBase* const* commands) override;
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DQueueD3D12.cpp32 MaybeError Queue::SubmitImpl(uint32_t commandCount, CommandBufferBase* const* commands) { in SubmitImpl() argument
42 for (uint32_t i = 0; i < commandCount; ++i) { in SubmitImpl()
H A DQueueD3D12.h32 MaybeError SubmitImpl(uint32_t commandCount, CommandBufferBase* const* commands) override;
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DQueueGL.cpp29 MaybeError Queue::SubmitImpl(uint32_t commandCount, CommandBufferBase* const* commands) { in SubmitImpl() argument
33 for (uint32_t i = 0; i < commandCount; ++i) { in SubmitImpl()
H A DQueueGL.h29 MaybeError SubmitImpl(uint32_t commandCount, CommandBufferBase* const* commands) override;
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
H A DQueueMTL.h29 MaybeError SubmitImpl(uint32_t commandCount, CommandBufferBase* const* commands) override;
/third_party/skia/tools/debugger/
H A DDebugLayerManager.h81 int commandCount; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
H A DDeviceNull.h257 MaybeError SubmitImpl(uint32_t commandCount, CommandBufferBase* const* commands) override;
/third_party/skia/experimental/wasm-skp-debugger/
H A Ddebugger_bindings.cpp206 return fLayerManager->event(fInspectedLayer, fp).commandCount; in getSize()

Completed in 7 milliseconds