Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp62 DispatchIndirectCmd* dispatch = commands->NextCommand<DispatchIndirectCmd>(); in FreeCommands()
63 dispatch->~DispatchIndirectCmd(); in FreeCommands()
183 commands->NextCommand<DispatchIndirectCmd>(); in SkipCommand()
DComputePassEncoder.cpp66 DispatchIndirectCmd* dispatch = in DispatchIndirect()
67 mAllocator->Allocate<DispatchIndirectCmd>(Command::DispatchIndirect); in DispatchIndirect()
DCommands.h140 struct DispatchIndirectCmd { struct
DCommandEncoder.cpp1090 DispatchIndirectCmd* cmd = mIterator.NextCommand<DispatchIndirectCmd>(); in ValidateComputePass()
/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/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp538 DispatchIndirectCmd* dispatch = mCommands.NextCommand<DispatchIndirectCmd>(); in ExecuteComputePass()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp521 DispatchIndirectCmd* dispatch = mCommands.NextCommand<DispatchIndirectCmd>(); in RecordComputePass()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp716 DispatchIndirectCmd* dispatch = mCommands.NextCommand<DispatchIndirectCmd>(); in RecordComputePass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp922 DispatchIndirectCmd* dispatch = mCommands.NextCommand<DispatchIndirectCmd>(); in RecordComputePass()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm584 DispatchIndirectCmd* dispatch = mCommands.NextCommand<DispatchIndirectCmd>();
/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/d3d12/
DCommandBufferD3D12.cpp1095 DispatchIndirectCmd* dispatch = mCommands.NextCommand<DispatchIndirectCmd>(); in RecordComputePass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm1081 DispatchIndirectCmd* dispatch = mCommands.NextCommand<DispatchIndirectCmd>();