Lines Matching refs:getMaxValueWithinError
221 float getMaxValueWithinError (float value, deUint32 ulp) in getMaxValueWithinError() function
354 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()
367 getMaxFlushToZero(getMaxValueWithinError(getMaxFlushToZero(kaMax / p0.w()), divError)), in calcTriangleInterpolationWeights()
368 getMaxFlushToZero(getMaxValueWithinError(getMaxFlushToZero(kbMax / p1.w()), divError)), in calcTriangleInterpolationWeights()
369 getMaxFlushToZero(getMaxValueWithinError(getMaxFlushToZero(kcMax / p2.w()), divError)), in calcTriangleInterpolationWeights()
381 …const float maxDivisor = getMaxFlushToZero(getMaxValueWithinError(maxPreDivisionValues[0] + maxPre… in calcTriangleInterpolationWeights()
387 …returnValue.max.x() = getMaxFlushToZero(getMaxValueWithinError(getMaxFlushToZero(maximalRangeDivis… in calcTriangleInterpolationWeights()
388 …returnValue.max.y() = getMaxFlushToZero(getMaxValueWithinError(getMaxFlushToZero(maximalRangeDivis… in calcTriangleInterpolationWeights()
389 …returnValue.max.z() = getMaxFlushToZero(getMaxValueWithinError(getMaxFlushToZero(maximalRangeDivis… in calcTriangleInterpolationWeights()
413 const float dividendMax = getMaxValueWithinError(dividend, 1); in calcLineInterpolationWeights()
419 const float divisorMax = getMaxValueWithinError(divisor, 1); in calcLineInterpolationWeights()
424 …const float tMax = getMaxValueWithinError(maximalRangeDivision(dividendMin, dividendMax, divisor… in calcLineInterpolationWeights()
428 …const float perspectiveTMax = getMaxValueWithinError(maximalRangeDivision(tMin, tMax, wb, wb), … in calcLineInterpolationWeights()
432 …const float perspectiveInvTMax = getMaxValueWithinError(maximalRangeDivision((1.0f - tMax), (1.0… in calcLineInterpolationWeights()
436 …const float perspectiveDivisorMax = getMaxValueWithinError(perspectiveTMax + perspectiveInvTMax, … in calcLineInterpolationWeights()
441 …returnValue.max.x() = getMaxValueWithinError(maximalRangeDivision(perspectiveInvTMin, perspectiveI… in calcLineInterpolationWeights()
442 …returnValue.max.y() = getMaxValueWithinError(maximalRangeDivision(perspectiveTMin, perspectiveTMa… in calcLineInterpolationWeights()
471 const float dividendMax = getMaxValueWithinError(dividend, 1); in calcLineInterpolationWeightsAxisProjected()
477 const float divisorMax = getMaxValueWithinError(divisor, 1); in calcLineInterpolationWeightsAxisProjected()
482 …const float tMax = getMaxValueWithinError(maximalRangeDivision(dividendMin, dividendMax, divisor… in calcLineInterpolationWeightsAxisProjected()
486 …const float perspectiveTMax = getMaxValueWithinError(maximalRangeDivision(tMin, tMax, wb, wb), … in calcLineInterpolationWeightsAxisProjected()
490 …const float perspectiveInvTMax = getMaxValueWithinError(maximalRangeDivision((1.0f - tMax), (1.0… in calcLineInterpolationWeightsAxisProjected()
494 …const float perspectiveDivisorMax = getMaxValueWithinError(perspectiveTMax + perspectiveInvTMax, … in calcLineInterpolationWeightsAxisProjected()
499 …returnValue.max.x() = getMaxValueWithinError(maximalRangeDivision(perspectiveInvTMin, perspectiveI… in calcLineInterpolationWeightsAxisProjected()
500 …returnValue.max.y() = getMaxValueWithinError(maximalRangeDivision(perspectiveTMin, perspectiveTMa… in calcLineInterpolationWeightsAxisProjected()