Home | History | Annotate | Download | only in functional

Lines Matching refs:m_minValue

4055 	const int			m_minValue;
4061 , m_minValue (minValue)
4083 if (state.verifyValidity(m_testCtx) && state < m_minValue)
4085 m_testCtx.getLog() << tcu::TestLog::Message << "// ERROR: Minimum value = " << m_minValue << ", got " << state << tcu::TestLog::EndMessage;