Searched refs:refValueMax (Results 1 – 1 of 1) sorted by relevance
1083 const glw::GLfloat refValueMax = deInt32ToFloatRoundToPosInf(expected); in verifyInteger() local1086 state.getFloatAccess() > refValueMax || in verifyInteger()1091 if (refValueMin == refValueMax) in verifyInteger()1094 …buf << "Expected in range [" << refValueMin << ", " << refValueMax << "], got " << state.getFloatA… in verifyInteger()1248 const glw::GLint refValueMax = roundGLfloatToNearestIntegerHalfUp<glw::GLint>(expected); in verifyFloat() local1251 state.getIntAccess() > refValueMax) in verifyFloat()1255 if (refValueMin == refValueMax) in verifyFloat()1258 …buf << "Expected in range [" << refValueMin << ", " << refValueMax << "], got " << state.getIntAcc… in verifyFloat()1279 const glw::GLint64 refValueMax = roundGLfloatToNearestIntegerHalfUp<glw::GLint64>(expected); in verifyFloat() local1282 state.getInt64Access() > refValueMax) in verifyFloat()[all …]