Searched refs:currentCommand (Results 1 – 1 of 1) sorted by relevance
147 for (const CommandHeader *currentCommand = command; in executeCommands() local148 currentCommand->id != CommandID::Invalid; currentCommand = NextCommand(currentCommand)) in executeCommands()150 switch (currentCommand->id) in executeCommands()155 getParamPtr<DebugUtilsLabelParams>(currentCommand); in executeCommands()168 const BeginQueryParams *params = getParamPtr<BeginQueryParams>(currentCommand); in executeCommands()175 getParamPtr<BeginTransformFeedbackParams>(currentCommand); in executeCommands()189 getParamPtr<BindPipelineParams>(currentCommand); in executeCommands()196 getParamPtr<BindDescriptorSetParams>(currentCommand); in executeCommands()210 getParamPtr<BindPipelineParams>(currentCommand); in executeCommands()217 getParamPtr<BindIndexBufferParams>(currentCommand); in executeCommands()[all …]