Searched refs:perspectiveDivisorMin (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsRasterizationTestUtil.cpp | 441 …const float perspectiveDivisorMin = getMinValueWithinError(perspectiveTMin + perspectiveInvTMin, … in calcLineInterpolationWeights() local 442 DE_ASSERT(perspectiveDivisorMin <= perspectiveDivisorMax); in calcLineInterpolationWeights() 445 …rror(maximalRangeDivision(perspectiveInvTMin, perspectiveInvTMax, perspectiveDivisorMin, perspecti… in calcLineInterpolationWeights() 446 …thinError(maximalRangeDivision(perspectiveTMin, perspectiveTMax, perspectiveDivisorMin, perspecti… in calcLineInterpolationWeights() 447 …rror(minimalRangeDivision(perspectiveInvTMin, perspectiveInvTMax, perspectiveDivisorMin, perspecti… in calcLineInterpolationWeights() 448 …thinError(minimalRangeDivision(perspectiveTMin, perspectiveTMax, perspectiveDivisorMin, perspecti… in calcLineInterpolationWeights() 499 …const float perspectiveDivisorMin = getMinValueWithinError(perspectiveTMin + perspectiveInvTMin, … in calcLineInterpolationWeightsAxisProjected() local 500 DE_ASSERT(perspectiveDivisorMin <= perspectiveDivisorMax); in calcLineInterpolationWeightsAxisProjected() 503 …rror(maximalRangeDivision(perspectiveInvTMin, perspectiveInvTMax, perspectiveDivisorMin, perspecti… in calcLineInterpolationWeightsAxisProjected() 504 …thinError(maximalRangeDivision(perspectiveTMin, perspectiveTMax, perspectiveDivisorMin, perspecti… in calcLineInterpolationWeightsAxisProjected() [all …]
|