Searched refs:perspectiveTMax (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuRasterizationVerifier.cpp | 428 …const float perspectiveTMax = getMaxValueWithinError(maximalRangeDivision(tMin, tMax, wb, wb), … in calcLineInterpolationWeights() local 430 DE_ASSERT(perspectiveTMin <= perspectiveTMax); in calcLineInterpolationWeights() 436 …const float perspectiveDivisorMax = getMaxValueWithinError(perspectiveTMax + perspectiveInvTMax, … in calcLineInterpolationWeights() 442 ….y() = getMaxValueWithinError(maximalRangeDivision(perspectiveTMin, perspectiveTMax, perspectiveD… in calcLineInterpolationWeights() 444 ….y() = getMinValueWithinError(minimalRangeDivision(perspectiveTMin, perspectiveTMax, perspectiveD… in calcLineInterpolationWeights() 486 …const float perspectiveTMax = getMaxValueWithinError(maximalRangeDivision(tMin, tMax, wb, wb), … in calcLineInterpolationWeightsAxisProjected() local 488 DE_ASSERT(perspectiveTMin <= perspectiveTMax); in calcLineInterpolationWeightsAxisProjected() 494 …const float perspectiveDivisorMax = getMaxValueWithinError(perspectiveTMax + perspectiveInvTMax, … in calcLineInterpolationWeightsAxisProjected() 500 ….y() = getMaxValueWithinError(maximalRangeDivision(perspectiveTMin, perspectiveTMax, perspectiveD… in calcLineInterpolationWeightsAxisProjected() 502 ….y() = getMinValueWithinError(minimalRangeDivision(perspectiveTMin, perspectiveTMax, perspectiveD… in calcLineInterpolationWeightsAxisProjected()
|