Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp206 WriteTimestampCmd* cmd = commands->NextCommand<WriteTimestampCmd>(); in FreeCommands()
207 cmd->~WriteTimestampCmd(); in FreeCommands()
359 commands->NextCommand<WriteTimestampCmd>(); in SkipCommand()
DComputePassEncoder.cpp416 WriteTimestampCmd* cmd = in APIWriteTimestamp()
417 allocator->Allocate<WriteTimestampCmd>(Command::WriteTimestamp); in APIWriteTimestamp()
DRenderPassEncoder.cpp383 WriteTimestampCmd* cmd = in APIWriteTimestamp()
384 allocator->Allocate<WriteTimestampCmd>(Command::WriteTimestamp); in APIWriteTimestamp()
DCommands.h274 struct WriteTimestampCmd { struct
DCommandEncoder.cpp1070 WriteTimestampCmd* cmd = in APIWriteTimestamp()
1071 allocator->Allocate<WriteTimestampCmd>(Command::WriteTimestamp); in APIWriteTimestamp()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp379 WriteTimestampCmd* cmd) { in RecordWriteTimestampCmd()
791 WriteTimestampCmd* cmd = mCommands.NextCommand<WriteTimestampCmd>(); in RecordCommands()
1011 WriteTimestampCmd* cmd = mCommands.NextCommand<WriteTimestampCmd>(); in RecordComputePass()
1307 WriteTimestampCmd* cmd = mCommands.NextCommand<WriteTimestampCmd>(); in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp92 WriteTimestampCmd* cmd) { in RecordWriteTimestampCmd()
980 WriteTimestampCmd* cmd = mCommands.NextCommand<WriteTimestampCmd>(); in RecordCommands()
1180 WriteTimestampCmd* cmd = mCommands.NextCommand<WriteTimestampCmd>(); in RecordComputePass()
1637 WriteTimestampCmd* cmd = mCommands.NextCommand<WriteTimestampCmd>(); in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm967 WriteTimestampCmd* cmd = mCommands.NextCommand<WriteTimestampCmd>();
1143 WriteTimestampCmd* cmd = mCommands.NextCommand<WriteTimestampCmd>();
1539 WriteTimestampCmd* cmd = mCommands.NextCommand<WriteTimestampCmd>();