Searched refs:commandIdx (Results 1 – 1 of 1) sorted by relevance
245 for (size_t commandIdx = 0; commandIdx < params.commands.size(); commandIdx++) in countScissors() local246 numScissors = de::max(numScissors, params.commands[commandIdx]->getMaxScissor()); in countScissors()294 for (size_t commandIdx = 0; commandIdx < m_params.commands.size(); commandIdx++) in ScissorTestCase() local295 if (m_params.commands[commandIdx]->getMaxScissor() > 1) in ScissorTestCase()427 for (size_t commandIdx = 0; commandIdx < m_params.commands.size(); commandIdx++) in iterate() local429 …vector<PositionColorVertex> commandVertices = m_params.commands[commandIdx]->getVertices((deUint32… in iterate()515 for (size_t commandIdx = 0; commandIdx < m_params.commands.size(); commandIdx++) in iterate() local516 m_params.commands[commandIdx]->addCommands(vk, *cmdBuffer); in iterate()537 for (size_t commandIdx = 0; commandIdx < m_params.commands.size(); commandIdx++) in iterate() local539 scissors = m_params.commands[commandIdx]->updateScissors(scissors); in iterate()[all …]