Lines Matching refs:m_currentIteration
1030 int m_currentIteration;
1066 , m_currentIteration (0)
1293 m_currentIteration = 0;
1361 const tcu::ScopedLogSection iterationSection (log, "Iteration" + de::toString(m_currentIteration), "Iteration " + de::toString(m_currentIteration));
1364 const GatherArgs& gatherArgs = getGatherArgs(m_currentIteration);
1372 if (m_currentIteration == 0)
1380 if (m_currentIteration != 0)
1408 const vector<float> texCoord = computeQuadTexCoord(m_currentIteration);
1457 if (!verify(m_currentIteration, rendered.getAccess()))
1464 m_currentIteration++;
1465 if (m_currentIteration == (int)getNumIterations())