Searched refs:barycentricError (Results 1 – 1 of 1) sorted by relevance
343 const int barycentricError = 3; in calcTriangleInterpolationWeights() local354 const float kaMax = getMaxFlushToZero(getMaxValueWithinError(ka, barycentricError)); in calcTriangleInterpolationWeights()355 const float kbMax = getMaxFlushToZero(getMaxValueWithinError(kb, barycentricError)); in calcTriangleInterpolationWeights()356 const float kcMax = getMaxFlushToZero(getMaxValueWithinError(kc, barycentricError)); in calcTriangleInterpolationWeights()357 const float kaMin = getMinFlushToZero(getMinValueWithinError(ka, barycentricError)); in calcTriangleInterpolationWeights()358 const float kbMin = getMinFlushToZero(getMinValueWithinError(kb, barycentricError)); in calcTriangleInterpolationWeights()359 const float kcMin = getMinFlushToZero(getMinValueWithinError(kc, barycentricError)); in calcTriangleInterpolationWeights()