Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp433 …const float perspectiveInvTMin = getMinValueWithinError(minimalRangeDivision((1.0f - tMax), (1.0… in calcLineInterpolationWeights() local
434 DE_ASSERT(perspectiveInvTMin <= perspectiveInvTMax); in calcLineInterpolationWeights()
437 …const float perspectiveDivisorMin = getMinValueWithinError(perspectiveTMin + perspectiveInvTMin, … in calcLineInterpolationWeights()
441 …returnValue.max.x() = getMaxValueWithinError(maximalRangeDivision(perspectiveInvTMin, perspectiveI… in calcLineInterpolationWeights()
443 …returnValue.min.x() = getMinValueWithinError(minimalRangeDivision(perspectiveInvTMin, perspectiveI… in calcLineInterpolationWeights()
491 …const float perspectiveInvTMin = getMinValueWithinError(minimalRangeDivision((1.0f - tMax), (1.0… in calcLineInterpolationWeightsAxisProjected() local
492 DE_ASSERT(perspectiveInvTMin <= perspectiveInvTMax); in calcLineInterpolationWeightsAxisProjected()
495 …const float perspectiveDivisorMin = getMinValueWithinError(perspectiveTMin + perspectiveInvTMin, … in calcLineInterpolationWeightsAxisProjected()
499 …returnValue.max.x() = getMaxValueWithinError(maximalRangeDivision(perspectiveInvTMin, perspectiveI… in calcLineInterpolationWeightsAxisProjected()
501 …returnValue.min.x() = getMinValueWithinError(minimalRangeDivision(perspectiveInvTMin, perspectiveI… in calcLineInterpolationWeightsAxisProjected()