Home
last modified time | relevance | path

Searched refs:PopDebugGroupCmd (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp136 PopDebugGroupCmd* cmd = commands->NextCommand<PopDebugGroupCmd>(); in FreeCommands()
137 cmd->~PopDebugGroupCmd(); in FreeCommands()
299 commands->NextCommand<PopDebugGroupCmd>(); in SkipCommand()
DProgrammableEncoder.cpp83 allocator->Allocate<PopDebugGroupCmd>(Command::PopDebugGroup); in APIPopDebugGroup()
DCommands.h210 struct PopDebugGroupCmd {}; struct
DCommandEncoder.cpp964 allocator->Allocate<PopDebugGroupCmd>(Command::PopDebugGroup); in APIPopDebugGroup()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp823 mCommands.NextCommand<PopDebugGroupCmd>(); in RecordCommands()
982 mCommands.NextCommand<PopDebugGroupCmd>(); in RecordComputePass()
1139 iter->NextCommand<PopDebugGroupCmd>(); in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp1001 mCommands.NextCommand<PopDebugGroupCmd>(); in RecordCommands()
1155 mCommands.NextCommand<PopDebugGroupCmd>(); in RecordComputePass()
1471 iter->NextCommand<PopDebugGroupCmd>(); in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm988 mCommands.NextCommand<PopDebugGroupCmd>();
1127 mCommands.NextCommand<PopDebugGroupCmd>();
1383 iter->NextCommand<PopDebugGroupCmd>();
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_command_buffer.mm389 void PopDebugGroupCmd(id<MTLRenderCommandEncoder> encoder, IntermediateCommandStream *stream)