Home
last modified time | relevance | path

Searched refs:ResolveQuerySetCmd (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp147 ResolveQuerySetCmd* cmd = commands->NextCommand<ResolveQuerySetCmd>(); in FreeCommands()
148 cmd->~ResolveQuerySetCmd(); in FreeCommands()
309 commands->NextCommand<ResolveQuerySetCmd>(); in SkipCommand()
DCommands.h216 struct ResolveQuerySetCmd { struct
DCommandEncoder.cpp1013 ResolveQuerySetCmd* cmd = in APIResolveQuerySet()
1014 allocator->Allocate<ResolveQuerySetCmd>(Command::ResolveQuerySet); in APIResolveQuerySet()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp758 ResolveQuerySetCmd* cmd = mCommands.NextCommand<ResolveQuerySetCmd>(); in RecordCommands()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp944 ResolveQuerySetCmd* cmd = mCommands.NextCommand<ResolveQuerySetCmd>(); in RecordCommands()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm938 ResolveQuerySetCmd* cmd = mCommands.NextCommand<ResolveQuerySetCmd>();