Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawScissorTests.cpp245 for (size_t commandIdx = 0; commandIdx < params.commands.size(); commandIdx++) in countScissors() local
246 numScissors = de::max(numScissors, params.commands[commandIdx]->getMaxScissor()); in countScissors()
294 for (size_t commandIdx = 0; commandIdx < m_params.commands.size(); commandIdx++) in ScissorTestCase() local
295 if (m_params.commands[commandIdx]->getMaxScissor() > 1) in ScissorTestCase()
427 for (size_t commandIdx = 0; commandIdx < m_params.commands.size(); commandIdx++) in iterate() local
429 …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() local
516 m_params.commands[commandIdx]->addCommands(vk, *cmdBuffer); in iterate()
537 for (size_t commandIdx = 0; commandIdx < m_params.commands.size(); commandIdx++) in iterate() local
539 scissors = m_params.commands[commandIdx]->updateScissors(scissors); in iterate()
[all …]