Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp429 …const float perspectiveTMin = getMinValueWithinError(minimalRangeDivision(tMin, tMax, wb, wb), … in calcLineInterpolationWeights() local
430 DE_ASSERT(perspectiveTMin <= perspectiveTMax); in calcLineInterpolationWeights()
437 …const float perspectiveDivisorMin = getMinValueWithinError(perspectiveTMin + perspectiveInvTMin, … in calcLineInterpolationWeights()
442 …returnValue.max.y() = getMaxValueWithinError(maximalRangeDivision(perspectiveTMin, perspectiveTMa… in calcLineInterpolationWeights()
444 …returnValue.min.y() = getMinValueWithinError(minimalRangeDivision(perspectiveTMin, perspectiveTMa… in calcLineInterpolationWeights()
487 …const float perspectiveTMin = getMinValueWithinError(minimalRangeDivision(tMin, tMax, wb, wb), … in calcLineInterpolationWeightsAxisProjected() local
488 DE_ASSERT(perspectiveTMin <= perspectiveTMax); in calcLineInterpolationWeightsAxisProjected()
495 …const float perspectiveDivisorMin = getMinValueWithinError(perspectiveTMin + perspectiveInvTMin, … in calcLineInterpolationWeightsAxisProjected()
500 …returnValue.max.y() = getMaxValueWithinError(maximalRangeDivision(perspectiveTMin, perspectiveTMa… in calcLineInterpolationWeightsAxisProjected()
502 …returnValue.min.y() = getMinValueWithinError(minimalRangeDivision(perspectiveTMin, perspectiveTMa… in calcLineInterpolationWeightsAxisProjected()