Searched refs:s_valueRange (Results 1 – 2 of 2) sorted by relevance
51 static const int s_valueRange = 10; variable239 const float maxRange = (m_normalizing) ? (1.0f) : (s_valueRange); in init()306 …tcu::Vec4(1.0f)) : (testValues[m_iteration])) * ((m_normalizing) ? (1.0f) : ((float)s_valueRange)); in iterate()342 …< ((glu::isDataTypeMatrix(m_dataType)) ? ("[1]") : ("")) << ") / float(" << s_valueRange << ");\n"; in genVertexSource()403 const tcu::Vec4 normalizedValue = value / ((m_normalizing) ? (1.0f) : ((float)s_valueRange)); in computeColor()
51 static const int s_valueRange = 10; variable315 const float maxRange = (m_normalizing) ? (1.0f) : (s_valueRange); in init()382 …tcu::Vec4(1.0f)) : (testValues[m_iteration])) * ((m_normalizing) ? (1.0f) : ((float)s_valueRange)); in iterate()419 …< ((glu::isDataTypeMatrix(m_dataType)) ? ("[1]") : ("")) << ") / float(" << s_valueRange << ");\n"; in genVertexSource()480 const tcu::Vec4 normalizedValue = value / ((m_normalizing) ? (1.0f) : ((float)s_valueRange)); in computeColor()