Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsRasterizationTestUtil.cpp433 …const float perspectiveTMin = getMinValueWithinError(minimalRangeDivision(tMin, tMax, wb, wb), … in calcLineInterpolationWeights() local
434 DE_ASSERT(perspectiveTMin <= perspectiveTMax); in calcLineInterpolationWeights()
441 …const float perspectiveDivisorMin = getMinValueWithinError(perspectiveTMin + perspectiveInvTMin, … in calcLineInterpolationWeights()
446 …returnValue.max.y() = getMaxValueWithinError(maximalRangeDivision(perspectiveTMin, perspectiveTMa… in calcLineInterpolationWeights()
448 …returnValue.min.y() = getMinValueWithinError(minimalRangeDivision(perspectiveTMin, perspectiveTMa… in calcLineInterpolationWeights()
491 …const float perspectiveTMin = getMinValueWithinError(minimalRangeDivision(tMin, tMax, wb, wb), … in calcLineInterpolationWeightsAxisProjected() local
492 DE_ASSERT(perspectiveTMin <= perspectiveTMax); in calcLineInterpolationWeightsAxisProjected()
499 …const float perspectiveDivisorMin = getMinValueWithinError(perspectiveTMin + perspectiveInvTMin, … in calcLineInterpolationWeightsAxisProjected()
504 …returnValue.max.y() = getMaxValueWithinError(maximalRangeDivision(perspectiveTMin, perspectiveTMa… in calcLineInterpolationWeightsAxisProjected()
506 …returnValue.min.y() = getMinValueWithinError(minimalRangeDivision(perspectiveTMin, perspectiveTMa… in calcLineInterpolationWeightsAxisProjected()