Home | History | Annotate | Download | only in functional

Lines Matching defs:rangeMax

239 		, rangeMax	(rangeMax_)
245 float rangeMax;
371 , rangeMax (rangeMax_)
378 , rangeMax (0.0f)
384 float rangeMax;
573 float scale = (v.rangeMax - v.rangeMin);
575 float maxBias = v.rangeMax;
1367 rangeMax);
1448 float rangeMax = isBoolCase ? 1.0f : isFloatCase ? 1.0f : 5.0f;
1451 shaderSpec.inputs[1] = ShaderValue(curType, rangeMin, rangeMax);
1452 shaderSpec.inputs[2] = ShaderValue(curType, rangeMin, rangeMax);
1514 float rangeMax = isDataTypeFloatOrVec(type) ? 0.5f : isDataTypeIntOrIVec(type) ? 2.0f : 1.0f;
1516 shaderSpec.inputs[inputNdx] = ShaderValue(type, rangeMin, rangeMax);