Searched refs:DispatchIndirectCmd (Results 1 – 8 of 8) sorted by relevance
76 DispatchIndirectCmd* dispatch = commands->NextCommand<DispatchIndirectCmd>(); in FreeCommands()77 dispatch->~DispatchIndirectCmd(); in FreeCommands()251 commands->NextCommand<DispatchIndirectCmd>(); in SkipCommand()
351 DispatchIndirectCmd* dispatch = in APIDispatchIndirect()352 allocator->Allocate<DispatchIndirectCmd>(Command::DispatchIndirect); in APIDispatchIndirect()
157 struct DispatchIndirectCmd { struct
178 auto* cmd = commands->NextCommand<DispatchIndirectCmd>(); in TEST_F()
922 DispatchIndirectCmd* dispatch = mCommands.NextCommand<DispatchIndirectCmd>(); in RecordComputePass()
1095 DispatchIndirectCmd* dispatch = mCommands.NextCommand<DispatchIndirectCmd>(); in RecordComputePass()
916 DispatchIndirectCmd* dispatch = mCommands.NextCommand<DispatchIndirectCmd>(); in ExecuteComputePass()
1081 DispatchIndirectCmd* dispatch = mCommands.NextCommand<DispatchIndirectCmd>();