Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp76 DispatchIndirectCmd* dispatch = commands->NextCommand<DispatchIndirectCmd>(); in FreeCommands()
77 dispatch->~DispatchIndirectCmd(); in FreeCommands()
251 commands->NextCommand<DispatchIndirectCmd>(); in SkipCommand()
DComputePassEncoder.cpp351 DispatchIndirectCmd* dispatch = in APIDispatchIndirect()
352 allocator->Allocate<DispatchIndirectCmd>(Command::DispatchIndirect); in APIDispatchIndirect()
DCommands.h157 struct DispatchIndirectCmd { struct
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/
DCommandBufferEncodingTests.cpp178 auto* cmd = commands->NextCommand<DispatchIndirectCmd>(); in TEST_F()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp922 DispatchIndirectCmd* dispatch = mCommands.NextCommand<DispatchIndirectCmd>(); in RecordComputePass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp1095 DispatchIndirectCmd* dispatch = mCommands.NextCommand<DispatchIndirectCmd>(); in RecordComputePass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp916 DispatchIndirectCmd* dispatch = mCommands.NextCommand<DispatchIndirectCmd>(); in ExecuteComputePass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm1081 DispatchIndirectCmd* dispatch = mCommands.NextCommand<DispatchIndirectCmd>();