Home
last modified time | relevance | path

Searched refs:DrawIndexedIndirectCmd (Results 1 – 15 of 15) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp78 DrawIndexedIndirectCmd* draw = commands->NextCommand<DrawIndexedIndirectCmd>(); in FreeCommands()
79 draw->~DrawIndexedIndirectCmd(); in FreeCommands()
199 commands->NextCommand<DrawIndexedIndirectCmd>(); in SkipCommand()
DRenderPassEncoder.cpp108 DrawIndexedIndirectCmd* cmd = in DrawIndexedIndirect()
109 mAllocator->Allocate<DrawIndexedIndirectCmd>(Command::DrawIndexedIndirect); in DrawIndexedIndirect()
DCommands.h165 struct DrawIndexedIndirectCmd { struct
DCommandEncoder.cpp1190 DrawIndexedIndirectCmd* cmd = mIterator.NextCommand<DrawIndexedIndirectCmd>(); in ValidateRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DIndirectDrawMetadata.h50 DrawIndexedIndirectCmd* cmd;
114 DrawIndexedIndirectCmd* cmd);
DCommands.cpp96 DrawIndexedIndirectCmd* draw = commands->NextCommand<DrawIndexedIndirectCmd>(); in FreeCommands()
97 draw->~DrawIndexedIndirectCmd(); in FreeCommands()
267 commands->NextCommand<DrawIndexedIndirectCmd>(); in SkipCommand()
DRenderEncoderBase.cpp204 DrawIndexedIndirectCmd* cmd = in APIDrawIndexedIndirect()
205 allocator->Allocate<DrawIndexedIndirectCmd>(Command::DrawIndexedIndirect); in APIDrawIndexedIndirect()
DIndirectDrawMetadata.cpp166 DrawIndexedIndirectCmd* cmd) { in AddIndexedIndirectDraw()
DCommands.h182 struct DrawIndexedIndirectCmd { struct
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp775 DrawIndexedIndirectCmd* draw = mCommands.NextCommand<DrawIndexedIndirectCmd>(); in ExecuteRenderPass()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp903 DrawIndexedIndirectCmd* draw = mCommands.NextCommand<DrawIndexedIndirectCmd>(); in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp1106 DrawIndexedIndirectCmd* draw = iter->NextCommand<DrawIndexedIndirectCmd>(); in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp1206 DrawIndexedIndirectCmd* draw = iter->NextCommand<DrawIndexedIndirectCmd>(); in ExecuteRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp1437 DrawIndexedIndirectCmd* draw = iter->NextCommand<DrawIndexedIndirectCmd>(); in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm1354 DrawIndexedIndirectCmd* draw = iter->NextCommand<DrawIndexedIndirectCmd>();