Home
last modified time | relevance | path

Searched refs:SetBindGroupCmd (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp182 SetBindGroupCmd* cmd = commands->NextCommand<SetBindGroupCmd>(); in FreeCommands()
186 cmd->~SetBindGroupCmd(); in FreeCommands()
338 SetBindGroupCmd* cmd = commands->NextCommand<SetBindGroupCmd>(); in SkipCommand()
DProgrammableEncoder.cpp193 SetBindGroupCmd* cmd = allocator->Allocate<SetBindGroupCmd>(Command::SetBindGroup); in RecordSetBindGroup()
DCommands.h248 struct SetBindGroupCmd { struct
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp128 SetBindGroupCmd* cmd = commands->NextCommand<SetBindGroupCmd>(); in FreeCommands()
132 cmd->~SetBindGroupCmd(); in FreeCommands()
249 commands->NextCommand<SetBindGroupCmd>(); in SkipCommand()
DProgrammablePassEncoder.cpp125 SetBindGroupCmd* cmd = mAllocator->Allocate<SetBindGroupCmd>(Command::SetBindGroup); in SetBindGroup()
DCommands.h208 struct SetBindGroupCmd { struct
DCommandEncoder.cpp1119 SetBindGroupCmd* cmd = mIterator.NextCommand<SetBindGroupCmd>(); in ValidateComputePass()
1237 SetBindGroupCmd* cmd = mIterator.NextCommand<SetBindGroupCmd>(); in ValidateRenderPass()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp351 SetBindGroupCmd* cmd = commands->NextCommand<SetBindGroupCmd>(); in AllocateAndSetDescriptorHeaps()
744 SetBindGroupCmd* cmd = mCommands.NextCommand<SetBindGroupCmd>(); in RecordComputePass()
988 SetBindGroupCmd* cmd = mCommands.NextCommand<SetBindGroupCmd>(); in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/
DCommandBufferEncodingTests.cpp159 auto* cmd = commands->NextCommand<SetBindGroupCmd>(); in TEST_F()
201 auto* cmd = commands->NextCommand<SetBindGroupCmd>(); in TEST_F()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp556 SetBindGroupCmd* cmd = mCommands.NextCommand<SetBindGroupCmd>(); in ExecuteComputePass()
830 SetBindGroupCmd* cmd = mCommands.NextCommand<SetBindGroupCmd>(); in ExecuteRenderPass()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp531 SetBindGroupCmd* cmd = mCommands.NextCommand<SetBindGroupCmd>(); in RecordComputePass()
694 SetBindGroupCmd* cmd = mCommands.NextCommand<SetBindGroupCmd>(); in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp937 SetBindGroupCmd* cmd = mCommands.NextCommand<SetBindGroupCmd>(); in RecordComputePass()
1168 SetBindGroupCmd* cmd = iter->NextCommand<SetBindGroupCmd>(); in RecordRenderPass()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm602 SetBindGroupCmd* cmd = mCommands.NextCommand<SetBindGroupCmd>();
857 SetBindGroupCmd* cmd = mCommands.NextCommand<SetBindGroupCmd>();
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp938 SetBindGroupCmd* cmd = mCommands.NextCommand<SetBindGroupCmd>(); in ExecuteComputePass()
1241 SetBindGroupCmd* cmd = iter->NextCommand<SetBindGroupCmd>(); in ExecuteRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp1127 SetBindGroupCmd* cmd = mCommands.NextCommand<SetBindGroupCmd>(); in RecordComputePass()
1509 SetBindGroupCmd* cmd = iter->NextCommand<SetBindGroupCmd>(); in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm1106 SetBindGroupCmd* cmd = mCommands.NextCommand<SetBindGroupCmd>();
1423 SetBindGroupCmd* cmd = iter->NextCommand<SetBindGroupCmd>();