Home
last modified time | relevance | path

Searched refs:perspectiveInvTMax (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp432 …const float perspectiveInvTMax = getMaxValueWithinError(maximalRangeDivision((1.0f - tMax), (1.0… in calcLineInterpolationWeights() local
434 DE_ASSERT(perspectiveInvTMin <= perspectiveInvTMax); in calcLineInterpolationWeights()
436 …const float perspectiveDivisorMax = getMaxValueWithinError(perspectiveTMax + perspectiveInvTMax, … in calcLineInterpolationWeights()
441 … = getMaxValueWithinError(maximalRangeDivision(perspectiveInvTMin, perspectiveInvTMax, perspective… in calcLineInterpolationWeights()
443 … = getMinValueWithinError(minimalRangeDivision(perspectiveInvTMin, perspectiveInvTMax, perspective… in calcLineInterpolationWeights()
490 …const float perspectiveInvTMax = getMaxValueWithinError(maximalRangeDivision((1.0f - tMax), (1.0… in calcLineInterpolationWeightsAxisProjected() local
492 DE_ASSERT(perspectiveInvTMin <= perspectiveInvTMax); in calcLineInterpolationWeightsAxisProjected()
494 …const float perspectiveDivisorMax = getMaxValueWithinError(perspectiveTMax + perspectiveInvTMax, … in calcLineInterpolationWeightsAxisProjected()
499 … = getMaxValueWithinError(maximalRangeDivision(perspectiveInvTMin, perspectiveInvTMax, perspective… in calcLineInterpolationWeightsAxisProjected()
501 … = getMinValueWithinError(minimalRangeDivision(perspectiveInvTMin, perspectiveInvTMax, perspective… in calcLineInterpolationWeightsAxisProjected()