Home
last modified time | relevance | path

Searched refs:ExecuteBundlesCmd (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp116 ExecuteBundlesCmd* cmd = commands->NextCommand<ExecuteBundlesCmd>(); in FreeCommands()
121 cmd->~ExecuteBundlesCmd(); in FreeCommands()
283 auto* cmd = commands->NextCommand<ExecuteBundlesCmd>(); in SkipCommand()
DRenderPassEncoder.cpp277 ExecuteBundlesCmd* cmd = in APIExecuteBundles()
278 allocator->Allocate<ExecuteBundlesCmd>(Command::ExecuteBundles); in APIExecuteBundles()
DCommands.h196 struct ExecuteBundlesCmd { struct
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp1277 ExecuteBundlesCmd* cmd = mCommands.NextCommand<ExecuteBundlesCmd>(); in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp1322 ExecuteBundlesCmd* cmd = mCommands.NextCommand<ExecuteBundlesCmd>(); in ExecuteRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp1603 ExecuteBundlesCmd* cmd = mCommands.NextCommand<ExecuteBundlesCmd>(); in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm1509 ExecuteBundlesCmd* cmd = mCommands.NextCommand<ExecuteBundlesCmd>();