• Home
  • Raw
  • Download

Lines Matching refs:getMaxValueWithinError

225 float getMaxValueWithinError (float value, deUint32 ulp)  in getMaxValueWithinError()  function
358 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()
371 getMaxFlushToZero(getMaxValueWithinError(getMaxFlushToZero(kaMax / p0.w()), divError)), in calcTriangleInterpolationWeights()
372 getMaxFlushToZero(getMaxValueWithinError(getMaxFlushToZero(kbMax / p1.w()), divError)), in calcTriangleInterpolationWeights()
373 getMaxFlushToZero(getMaxValueWithinError(getMaxFlushToZero(kcMax / p2.w()), divError)), in calcTriangleInterpolationWeights()
385 …const float maxDivisor = getMaxFlushToZero(getMaxValueWithinError(maxPreDivisionValues[0] + maxPre… in calcTriangleInterpolationWeights()
391 …returnValue.max.x() = getMaxFlushToZero(getMaxValueWithinError(getMaxFlushToZero(maximalRangeDivis… in calcTriangleInterpolationWeights()
392 …returnValue.max.y() = getMaxFlushToZero(getMaxValueWithinError(getMaxFlushToZero(maximalRangeDivis… in calcTriangleInterpolationWeights()
393 …returnValue.max.z() = getMaxFlushToZero(getMaxValueWithinError(getMaxFlushToZero(maximalRangeDivis… in calcTriangleInterpolationWeights()
417 const float dividendMax = getMaxValueWithinError(dividend, 1); in calcLineInterpolationWeights()
423 const float divisorMax = getMaxValueWithinError(divisor, 1); in calcLineInterpolationWeights()
428 …const float tMax = getMaxValueWithinError(maximalRangeDivision(dividendMin, dividendMax, divisor… in calcLineInterpolationWeights()
432 …const float perspectiveTMax = getMaxValueWithinError(maximalRangeDivision(tMin, tMax, wb, wb), … in calcLineInterpolationWeights()
436 …const float perspectiveInvTMax = getMaxValueWithinError(maximalRangeDivision((1.0f - tMax), (1.0… in calcLineInterpolationWeights()
440 …const float perspectiveDivisorMax = getMaxValueWithinError(perspectiveTMax + perspectiveInvTMax, … in calcLineInterpolationWeights()
445 …returnValue.max.x() = getMaxValueWithinError(maximalRangeDivision(perspectiveInvTMin, perspectiveI… in calcLineInterpolationWeights()
446 …returnValue.max.y() = getMaxValueWithinError(maximalRangeDivision(perspectiveTMin, perspectiveTMa… in calcLineInterpolationWeights()
475 const float dividendMax = getMaxValueWithinError(dividend, 1); in calcLineInterpolationWeightsAxisProjected()
481 const float divisorMax = getMaxValueWithinError(divisor, 1); in calcLineInterpolationWeightsAxisProjected()
486 …const float tMax = getMaxValueWithinError(maximalRangeDivision(dividendMin, dividendMax, divisor… in calcLineInterpolationWeightsAxisProjected()
490 …const float perspectiveTMax = getMaxValueWithinError(maximalRangeDivision(tMin, tMax, wb, wb), … in calcLineInterpolationWeightsAxisProjected()
494 …const float perspectiveInvTMax = getMaxValueWithinError(maximalRangeDivision((1.0f - tMax), (1.0… in calcLineInterpolationWeightsAxisProjected()
498 …const float perspectiveDivisorMax = getMaxValueWithinError(perspectiveTMax + perspectiveInvTMax, … in calcLineInterpolationWeightsAxisProjected()
503 …returnValue.max.x() = getMaxValueWithinError(maximalRangeDivision(perspectiveInvTMin, perspectiveI… in calcLineInterpolationWeightsAxisProjected()
504 …returnValue.max.y() = getMaxValueWithinError(maximalRangeDivision(perspectiveTMin, perspectiveTMa… in calcLineInterpolationWeightsAxisProjected()