Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp71 DispatchCmd* dispatch = commands->NextCommand<DispatchCmd>(); in FreeCommands()
72 dispatch->~DispatchCmd(); in FreeCommands()
247 commands->NextCommand<DispatchCmd>(); in SkipCommand()
DComputePassEncoder.cpp192 DispatchCmd* dispatch = allocator->Allocate<DispatchCmd>(Command::Dispatch); in APIDispatch()
DCommands.h151 struct DispatchCmd { struct
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/
DCommandBufferEncodingTests.cpp208 auto* cmd = commands->NextCommand<DispatchCmd>(); in TEST_F()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp243 DispatchCmd* dispatch) { in RecordNumWorkgroupsForDispatch()
1076 DispatchCmd* dispatch = mCommands.NextCommand<DispatchCmd>(); in RecordComputePass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp910 DispatchCmd* dispatch = mCommands.NextCommand<DispatchCmd>(); in RecordComputePass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp907 DispatchCmd* dispatch = mCommands.NextCommand<DispatchCmd>(); in ExecuteComputePass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm1065 DispatchCmd* dispatch = mCommands.NextCommand<DispatchCmd>();