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

/external/deqp/modules/glshared/
H A DglsVertexArrayTests.cpp195 static bool inputTypeIsFloatType (Array::InputType type) function in namespace:deqp::gls
562 if (!inputTypeIsFloatType(m_inputType))
597 if (!inputTypeIsFloatType(m_inputType))
2063 coordScale = (arraySpec.normalize && !inputTypeIsFloatType(arraySpec.inputType) ? 1.0f : float(0.9 / double(arraySpec.max.toFloat())));
2076 colorScale *= (arraySpec.normalize && !inputTypeIsFloatType(arraySpec.inputType) ? 1.0f : float(1.0 / double(arraySpec.max.toFloat())));
2078 colorScale *= (arraySpec.normalize && !inputTypeIsFloatType(arraySpec.inputType) ? 1.0f : float(1.0 / double(arraySpec.max.toFloat())));
H A DglsDrawTest.cpp188 static bool inputTypeIsFloatType (DrawTestSpec::InputType type) function in namespace:deqp::gls::__anon4602
1087 if (!inputTypeIsFloatType(m_inputType))
3865 attrMaxValue += (attribSpec.normalize && !inputTypeIsFloatType(attribSpec.inputType)) ? (1.0f) : (max * 1.1f);
3905 colorScale *= (attribSpec.normalize && !inputTypeIsFloatType(attribSpec.inputType) ? 1.0f : float(1.0 / double(max)));
3909 colorScale *= (attribSpec.normalize && !inputTypeIsFloatType(attribSpec.inputType) ? 1.0f : float(1.0 / double(max)));

Completed in 234 milliseconds