Lines Matching refs:getIteration

269 	virtual int										getIteration					(void) const { TCU_THROW(InternalError, "Iteration undefined in the base class"); }
1034 int getIteration (void) const { return m_iteration; }
1139 int getIteration (void) const { return m_iteration; }
1649 int getIteration (void) const { return m_iteration; }
3159 if (m_conservativeTestConfig.degeneratePrimitives && getIteration() == 2)
3211 const int start = getIteration() + 1;
3296 if (getIteration() != 0)
3345 log << tcu::TestLog::Message << "Invalid pixels found for mode '" << iterationComments[getIteration()] << "'"
3456 if (getIteration() != 0)
3496 log << tcu::TestLog::Message << "Invalid pixels found for mode '" << iterationComments[getIteration()] << "' starting at " << errX << "," << errY << " value=0x" << std::hex << errValue
3578 return &m_rasterizationStateCreateInfo[getIteration()];
3861 size_t rowStart = 3 * getIteration();
3862 size_t rowEnd = 3 * (getIteration() + 1);
3994 const int xStart = xStarts[getIteration()];
3995 const int xEnd = xEnds[getIteration()];
3996 const int yStart = yStarts[getIteration()];
3997 const int yEnd = yEnds[getIteration()];
4115 log << tcu::TestLog::Message << "Invalid pixels found for mode " << iterationComments[getIteration()]
4330 return &m_rasterizationStateCreateInfo[getIteration()];
4540 log << tcu::TestLog::Message << "Testing " << iterationComments[getIteration()] << tcu::TestLog::EndMessage;
4637 log << tcu::TestLog::Message << "Testing " << iterationComments[getIteration()] << tcu::TestLog::EndMessage;
4768 return &m_rasterizationStateCreateInfo[getIteration()];