• Home
  • Raw
  • Download

Lines Matching refs:tMax

424 …const float		tMax		= getMaxValueWithinError(maximalRangeDivision(dividendMin, dividendMax, divisor…  in calcLineInterpolationWeights()  local
426 DE_ASSERT(tMin <= tMax); in calcLineInterpolationWeights()
428 …const float perspectiveTMax = getMaxValueWithinError(maximalRangeDivision(tMin, tMax, wb, wb), … in calcLineInterpolationWeights()
429 …const float perspectiveTMin = getMinValueWithinError(minimalRangeDivision(tMin, tMax, wb, wb), … in calcLineInterpolationWeights()
432 …const float perspectiveInvTMax = getMaxValueWithinError(maximalRangeDivision((1.0f - tMax), (1.0… in calcLineInterpolationWeights()
433 …const float perspectiveInvTMin = getMinValueWithinError(minimalRangeDivision((1.0f - tMax), (1.0… in calcLineInterpolationWeights()
482 …const float tMax = getMaxValueWithinError(maximalRangeDivision(dividendMin, dividendMax, divisor… in calcLineInterpolationWeightsAxisProjected() local
484 DE_ASSERT(tMin <= tMax); in calcLineInterpolationWeightsAxisProjected()
486 …const float perspectiveTMax = getMaxValueWithinError(maximalRangeDivision(tMin, tMax, wb, wb), … in calcLineInterpolationWeightsAxisProjected()
487 …const float perspectiveTMin = getMinValueWithinError(minimalRangeDivision(tMin, tMax, wb, wb), … in calcLineInterpolationWeightsAxisProjected()
490 …const float perspectiveInvTMax = getMaxValueWithinError(maximalRangeDivision((1.0f - tMax), (1.0… in calcLineInterpolationWeightsAxisProjected()
491 …const float perspectiveInvTMin = getMinValueWithinError(minimalRangeDivision((1.0f - tMax), (1.0… in calcLineInterpolationWeightsAxisProjected()