Searched refs:barycentricError (Results 1 – 1 of 1) sorted by relevance
347 const int barycentricError = 3; in calcTriangleInterpolationWeights() local358 const float kaMax = getMaxFlushToZero(getMaxValueWithinError(ka, barycentricError)); in calcTriangleInterpolationWeights()359 const float kbMax = getMaxFlushToZero(getMaxValueWithinError(kb, barycentricError)); in calcTriangleInterpolationWeights()360 const float kcMax = getMaxFlushToZero(getMaxValueWithinError(kc, barycentricError)); in calcTriangleInterpolationWeights()361 const float kaMin = getMinFlushToZero(getMinValueWithinError(ka, barycentricError)); in calcTriangleInterpolationWeights()362 const float kbMin = getMinFlushToZero(getMinValueWithinError(kb, barycentricError)); in calcTriangleInterpolationWeights()363 const float kcMin = getMinFlushToZero(getMinValueWithinError(kc, barycentricError)); in calcTriangleInterpolationWeights()