Searched refs:perspectiveTMax (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsRasterizationTestUtil.cpp | 432 …const float perspectiveTMax = getMaxValueWithinError(maximalRangeDivision(tMin, tMax, wb, wb), … in calcLineInterpolationWeights() local 434 DE_ASSERT(perspectiveTMin <= perspectiveTMax); in calcLineInterpolationWeights() 440 …const float perspectiveDivisorMax = getMaxValueWithinError(perspectiveTMax + perspectiveInvTMax, … in calcLineInterpolationWeights() 446 ….y() = getMaxValueWithinError(maximalRangeDivision(perspectiveTMin, perspectiveTMax, perspectiveD… in calcLineInterpolationWeights() 448 ….y() = getMinValueWithinError(minimalRangeDivision(perspectiveTMin, perspectiveTMax, perspectiveD… in calcLineInterpolationWeights() 490 …const float perspectiveTMax = getMaxValueWithinError(maximalRangeDivision(tMin, tMax, wb, wb), … in calcLineInterpolationWeightsAxisProjected() local 492 DE_ASSERT(perspectiveTMin <= perspectiveTMax); in calcLineInterpolationWeightsAxisProjected() 498 …const float perspectiveDivisorMax = getMaxValueWithinError(perspectiveTMax + perspectiveInvTMax, … in calcLineInterpolationWeightsAxisProjected() 504 ….y() = getMaxValueWithinError(maximalRangeDivision(perspectiveTMin, perspectiveTMax, perspectiveD… in calcLineInterpolationWeightsAxisProjected() 506 ….y() = getMinValueWithinError(minimalRangeDivision(perspectiveTMin, perspectiveTMax, perspectiveD… in calcLineInterpolationWeightsAxisProjected()
|