Home | History | Annotate | Download | only in functional

Lines Matching refs:m_currentIteration

1755 	, m_currentIteration	(0)
1809 if (m_currentIteration == 0)
1840 if (m_currentIteration == 0 || !compareOk)
1846 tcu::ScopedLogSection section(log, "Iteration " + de::toString(m_currentIteration),
1883 m_currentIteration++;
1912 , m_currentIteration (0)
1937 const int curRemainderX = m_currentIteration % blockSize.x();
1938 const int curRemainderY = m_currentIteration / blockSize.x();
1962 tcu::ScopedLogSection section(log, "Iteration " + de::toString(m_currentIteration),
1974 m_currentIteration == 0 ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR);
1983 if (m_currentIteration == 0 && m_currentIteration+1 < blockSize.x()*blockSize.y())
1986 m_currentIteration++;
1988 if (m_currentIteration >= blockSize.x()*blockSize.y())
1990 DE_ASSERT(m_currentIteration == blockSize.x()*blockSize.y());