Searched refs:attrMaxValue (Results 1 – 1 of 1) sorted by relevance
3842 float attrMaxValue = 0; in getCoordScale() local3850 attrMaxValue += 1.0f; in getCoordScale()3852 attrMaxValue += 1024.0; in getCoordScale()3857 attrMaxValue += 1.0f; in getCoordScale()3859 attrMaxValue += 512.0; in getCoordScale()3865 …attrMaxValue += (attribSpec.normalize && !inputTypeIsFloatType(attribSpec.inputType)) ? (1.0f) : (… in getCoordScale()3871 attrMaxValue *= 2; in getCoordScale()3873 maxValue += attrMaxValue; in getCoordScale()