Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp99 PushDebugGroupCmd* cmd = commands->NextCommand<PushDebugGroupCmd>(); in FreeCommands()
101 cmd->~PushDebugGroupCmd(); in FreeCommands()
220 PushDebugGroupCmd* cmd = commands->NextCommand<PushDebugGroupCmd>(); in SkipCommand()
DProgrammablePassEncoder.cpp76 PushDebugGroupCmd* cmd = mAllocator->Allocate<PushDebugGroupCmd>(Command::PushDebugGroup); in PushDebugGroup()
DCommands.h180 struct PushDebugGroupCmd { struct
DCommandEncoder.cpp1107 PushDebugGroupCmd* cmd = mIterator.NextCommand<PushDebugGroupCmd>(); in ValidateComputePass()
1207 PushDebugGroupCmd* cmd = mIterator.NextCommand<PushDebugGroupCmd>(); in ValidateRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp141 PushDebugGroupCmd* cmd = commands->NextCommand<PushDebugGroupCmd>(); in FreeCommands()
143 cmd->~PushDebugGroupCmd(); in FreeCommands()
303 PushDebugGroupCmd* cmd = commands->NextCommand<PushDebugGroupCmd>(); in SkipCommand()
DProgrammableEncoder.cpp96 PushDebugGroupCmd* cmd = in APIPushDebugGroup()
97 allocator->Allocate<PushDebugGroupCmd>(Command::PushDebugGroup); in APIPushDebugGroup()
DCommands.h212 struct PushDebugGroupCmd { struct
DCommandEncoder.cpp977 PushDebugGroupCmd* cmd = in APIPushDebugGroup()
978 allocator->Allocate<PushDebugGroupCmd>(Command::PushDebugGroup); in APIPushDebugGroup()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp833 PushDebugGroupCmd* cmd = mCommands.NextCommand<PushDebugGroupCmd>(); in RecordCommands()
992 PushDebugGroupCmd* cmd = mCommands.NextCommand<PushDebugGroupCmd>(); in RecordComputePass()
1149 PushDebugGroupCmd* cmd = iter->NextCommand<PushDebugGroupCmd>(); in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp1012 PushDebugGroupCmd* cmd = mCommands.NextCommand<PushDebugGroupCmd>(); in RecordCommands()
1166 PushDebugGroupCmd* cmd = mCommands.NextCommand<PushDebugGroupCmd>(); in RecordComputePass()
1482 PushDebugGroupCmd* cmd = iter->NextCommand<PushDebugGroupCmd>(); in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm997 PushDebugGroupCmd* cmd = mCommands.NextCommand<PushDebugGroupCmd>();
1134 PushDebugGroupCmd* cmd = mCommands.NextCommand<PushDebugGroupCmd>();
1390 PushDebugGroupCmd* cmd = iter->NextCommand<PushDebugGroupCmd>();
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp676 PushDebugGroupCmd* cmd = mCommands.NextCommand<PushDebugGroupCmd>(); in RecordRenderPass()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp938 PushDebugGroupCmd* cmd = mCommands.NextCommand<PushDebugGroupCmd>(); in RecordRenderPass()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm805 PushDebugGroupCmd* cmd = mCommands.NextCommand<PushDebugGroupCmd>();
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_command_buffer.mm382 void PushDebugGroupCmd(id<MTLRenderCommandEncoder> encoder, IntermediateCommandStream *stream)