HomeSort by relevance Sort by last modified time
    Searched refs:s_valueRange (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fDefaultVertexAttributeTests.cpp 51 static const int s_valueRange = 10;
239 const float maxRange = (m_normalizing) ? (1.0f) : (s_valueRange);
305 // Test normalizing transfers with whole range, non-normalizing with up to s_valueRange
306 const tcu::Vec4 testValue = ((m_useNegativeValues) ? (testValues[m_iteration] * 2.0f - tcu::Vec4(1.0f)) : (testValues[m_iteration])) * ((m_normalizing) ? (1.0f) : ((float)s_valueRange));
342 buf << " highp " << vectorType << " normalizedValue = " << ((glu::getDataTypeScalarType(m_dataType) == glu::TYPE_FLOAT) ? ("") : (vectorType)) << "(a_value" << ((glu::isDataTypeMatrix(m_dataType)) ? ("[1]") : ("")) << ") / float(" << s_valueRange << ");\n";
403 const tcu::Vec4 normalizedValue = value / ((m_normalizing) ? (1.0f) : ((float)s_valueRange));
  /external/deqp/modules/gles3/functional/
es3fDefaultVertexAttributeTests.cpp 51 static const int s_valueRange = 10;
315 const float maxRange = (m_normalizing) ? (1.0f) : (s_valueRange);
381 // Test normalizing transfers with whole range, non-normalizing with up to s_valueRange
382 const tcu::Vec4 testValue = ((m_useNegativeValues) ? (testValues[m_iteration] * 2.0f - tcu::Vec4(1.0f)) : (testValues[m_iteration])) * ((m_normalizing) ? (1.0f) : ((float)s_valueRange));
419 buf << " highp " << vectorType << " normalizedValue = " << ((glu::getDataTypeScalarType(m_dataType) == glu::TYPE_FLOAT) ? ("") : (vectorType)) << "(a_value" << ((glu::isDataTypeMatrix(m_dataType)) ? ("[1]") : ("")) << ") / float(" << s_valueRange << ");\n";
480 const tcu::Vec4 normalizedValue = value / ((m_normalizing) ? (1.0f) : ((float)s_valueRange));

Completed in 147 milliseconds