Searched defs:refValueMax (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
H A DglsStateQueryUtil.cpp1083 const glw::GLfloat refValueMax = deInt32ToFloatRoundToPosInf(expected); local
1086 state.getFloatAccess() > refValueMax ||
1091 if (refValueMin == refValueMax)
1094 buf << "Expected in range [" << refValueMin << ", " << refValueMax << "], got " << state.getFloatAccess();
1248 const glw::GLint refValueMax = roundGLfloatToNearestIntegerHalfUp<glw::GLint>(expected); local
1251 state.getIntAccess() > refValueMax)
1255 if (refValueMin == refValueMax)
1258 buf << "Expected in range [" << refValueMin << ", " << refValueMax << "], got " << state.getIntAccess();
1279 const glw::GLint64 refValueMax = roundGLfloatToNearestIntegerHalfUp<glw::GLint64>(expected); local
1282 state.getInt64Access() > refValueMax)
1299 const glw::GLuint refValueMax = roundGLfloatToNearestIntegerHalfUp<glw::GLuint>(expected); local
1651 const glw::GLint refValueMax = roundGLfloatToNearestIntegerHalfUp<glw::GLint>(expected[ndx]); local
1664 buf << "[" << refValueMin << ", " << refValueMax << "]"; local
1684 const glw::GLuint refValueMax = roundGLfloatToNearestIntegerHalfUp<glw::GLuint>(expected[ndx]); local
1697 buf << "[" << refValueMin << ", " << refValueMax << "]"; local
1795 const glw::GLint refValueMax = roundGLfloatToNearestIntegerHalfUp<glw::GLint>(validLow[ndx]); local
1808 buf << "[" << refValueMin << ", " << refValueMax << "]"; local
[all...]

Completed in 121 milliseconds