Lines Matching refs:m_currentIteration
1013 int m_currentIteration;
1049 , m_currentIteration (0)
1271 m_currentIteration = 0;
1336 const tcu::ScopedLogSection iterationSection (log, "Iteration" + de::toString(m_currentIteration), "Iteration " + de::toString(m_currentIteration));
1340 const GatherArgs& gatherArgs = getGatherArgs(m_currentIteration);
1348 if (m_currentIteration == 0)
1356 if (m_currentIteration != 0)
1384 const vector<float> texCoord = computeQuadTexCoord(m_currentIteration);
1433 if (!verify(m_currentIteration, rendered.getAccess()))
1440 m_currentIteration++;
1441 if (m_currentIteration == (int)getNumIterations())