Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsDrawTest.cpp3774 float attrMaxValue = 0; in getCoordScale() local
3782 attrMaxValue += 1.0f; in getCoordScale()
3784 attrMaxValue += 1024.0f; in getCoordScale()
3789 attrMaxValue += 1.0f; in getCoordScale()
3791 attrMaxValue += 512.0f; in getCoordScale()
3797attrMaxValue += (attribSpec.normalize && !inputTypeIsFloatType(attribSpec.inputType)) ? (1.0f) : (… in getCoordScale()
3803 attrMaxValue *= 2; in getCoordScale()
3805 maxValue += attrMaxValue; in getCoordScale()