Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsDrawTest.cpp3842 float attrMaxValue = 0; in getCoordScale() local
3850 attrMaxValue += 1.0f; in getCoordScale()
3852 attrMaxValue += 1024.0; in getCoordScale()
3857 attrMaxValue += 1.0f; in getCoordScale()
3859 attrMaxValue += 512.0; in getCoordScale()
3865attrMaxValue += (attribSpec.normalize && !inputTypeIsFloatType(attribSpec.inputType)) ? (1.0f) : (… in getCoordScale()
3871 attrMaxValue *= 2; in getCoordScale()
3873 maxValue += attrMaxValue; in getCoordScale()