Home
last modified time | relevance | path

Searched refs:InsertDebugMarkerCmd (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp90 InsertDebugMarkerCmd* cmd = commands->NextCommand<InsertDebugMarkerCmd>(); in FreeCommands()
92 cmd->~InsertDebugMarkerCmd(); in FreeCommands()
211 InsertDebugMarkerCmd* cmd = commands->NextCommand<InsertDebugMarkerCmd>(); in SkipCommand()
DProgrammablePassEncoder.cpp55 InsertDebugMarkerCmd* cmd = in InsertDebugMarker()
56 mAllocator->Allocate<InsertDebugMarkerCmd>(Command::InsertDebugMarker); in InsertDebugMarker()
DCommands.h174 struct InsertDebugMarkerCmd { struct
DCommandEncoder.cpp1097 InsertDebugMarkerCmd* cmd = mIterator.NextCommand<InsertDebugMarkerCmd>(); in ValidateComputePass()
1197 InsertDebugMarkerCmd* cmd = mIterator.NextCommand<InsertDebugMarkerCmd>(); in ValidateRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp130 InsertDebugMarkerCmd* cmd = commands->NextCommand<InsertDebugMarkerCmd>(); in FreeCommands()
132 cmd->~InsertDebugMarkerCmd(); in FreeCommands()
293 InsertDebugMarkerCmd* cmd = commands->NextCommand<InsertDebugMarkerCmd>(); in SkipCommand()
DProgrammableEncoder.cpp62 InsertDebugMarkerCmd* cmd = in APIInsertDebugMarker()
63 allocator->Allocate<InsertDebugMarkerCmd>(Command::InsertDebugMarker); in APIInsertDebugMarker()
DCommands.h206 struct InsertDebugMarkerCmd { struct
DCommandEncoder.cpp943 InsertDebugMarkerCmd* cmd = in APIInsertDebugMarker()
944 allocator->Allocate<InsertDebugMarkerCmd>(Command::InsertDebugMarker); in APIInsertDebugMarker()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp803 InsertDebugMarkerCmd* cmd = mCommands.NextCommand<InsertDebugMarkerCmd>(); in RecordCommands()
962 InsertDebugMarkerCmd* cmd = mCommands.NextCommand<InsertDebugMarkerCmd>(); in RecordComputePass()
1119 InsertDebugMarkerCmd* cmd = iter->NextCommand<InsertDebugMarkerCmd>(); in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp987 InsertDebugMarkerCmd* cmd = mCommands.NextCommand<InsertDebugMarkerCmd>(); in RecordCommands()
1141 InsertDebugMarkerCmd* cmd = mCommands.NextCommand<InsertDebugMarkerCmd>(); in RecordComputePass()
1457 InsertDebugMarkerCmd* cmd = iter->NextCommand<InsertDebugMarkerCmd>(); in RecordRenderPass()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp648 InsertDebugMarkerCmd* cmd = mCommands.NextCommand<InsertDebugMarkerCmd>(); in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm1118 InsertDebugMarkerCmd* cmd = mCommands.NextCommand<InsertDebugMarkerCmd>();
1374 InsertDebugMarkerCmd* cmd = iter->NextCommand<InsertDebugMarkerCmd>();
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp915 InsertDebugMarkerCmd* cmd = mCommands.NextCommand<InsertDebugMarkerCmd>(); in RecordRenderPass()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm790 InsertDebugMarkerCmd* cmd = mCommands.NextCommand<InsertDebugMarkerCmd>();