Searched defs:commandCount (Results 1 – 9 of 9) sorted by relevance
| /third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ |
| D | Queue.cpp | 31 void QueueBase::Submit(uint32_t commandCount, CommandBufferBase* const* commands) { in Submit() 58 MaybeError QueueBase::ValidateSubmit(uint32_t commandCount, in ValidateSubmit()
|
| /third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| D | QueueGL.cpp | 25 void Queue::SubmitImpl(uint32_t commandCount, CommandBufferBase* const* commands) { in SubmitImpl()
|
| /third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| D | QueueD3D12.cpp | 25 void Queue::SubmitImpl(uint32_t commandCount, CommandBufferBase* const* commands) { in SubmitImpl()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| D | QueueD3D12.cpp | 32 MaybeError Queue::SubmitImpl(uint32_t commandCount, CommandBufferBase* const* commands) { in SubmitImpl()
|
| /third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | QueueVk.cpp | 28 void Queue::SubmitImpl(uint32_t commandCount, CommandBufferBase* const* commands) { in SubmitImpl()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | QueueVk.cpp | 41 MaybeError Queue::SubmitImpl(uint32_t commandCount, CommandBufferBase* const* commands) { in SubmitImpl()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| D | QueueGL.cpp | 29 MaybeError Queue::SubmitImpl(uint32_t commandCount, CommandBufferBase* const* commands) { in SubmitImpl()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| D | Queue.cpp | 161 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/ |
| D | DebugLayerManager.h | 81 int commandCount; member
|