Searched refs:DispatchCmd (Results 1 – 8 of 8) sorted by relevance
71 DispatchCmd* dispatch = commands->NextCommand<DispatchCmd>(); in FreeCommands()72 dispatch->~DispatchCmd(); in FreeCommands()247 commands->NextCommand<DispatchCmd>(); in SkipCommand()
192 DispatchCmd* dispatch = allocator->Allocate<DispatchCmd>(Command::Dispatch); in APIDispatch()
151 struct DispatchCmd { struct
208 auto* cmd = commands->NextCommand<DispatchCmd>(); in TEST_F()
243 DispatchCmd* dispatch) { in RecordNumWorkgroupsForDispatch()1076 DispatchCmd* dispatch = mCommands.NextCommand<DispatchCmd>(); in RecordComputePass()
910 DispatchCmd* dispatch = mCommands.NextCommand<DispatchCmd>(); in RecordComputePass()
907 DispatchCmd* dispatch = mCommands.NextCommand<DispatchCmd>(); in ExecuteComputePass()
1065 DispatchCmd* dispatch = mCommands.NextCommand<DispatchCmd>();