Home | History | Annotate | Download | only in randomshaders

Lines Matching full:weight

399 		// Weight based on value range length
835 // \todo [2011-02-28 pyry] Give lower weight to entries without range? Choose subtype range?
976 // Dynamic vs. constant weight.
1003 float weight = 1.0f;
1016 // Check for -inf..inf ranges - they don't bring down the weight.
1030 weight = combineWeight(weight, elementWeight);
1044 // Check for -inf..inf ranges - they don't bring down the weight.
1058 weight = combineWeight(weight, elementWeight);
1077 return deFloatMax(weight, 0.01f);