Home
last modified time | relevance | path

Searched refs:s_valueRange (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fDefaultVertexAttributeTests.cpp51 static const int s_valueRange = 10; variable
239 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()
/external/deqp/modules/gles3/functional/
Des3fDefaultVertexAttributeTests.cpp51 static const int s_valueRange = 10; variable
315 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()