Searched refs:perspectiveDivisorMin (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuRasterizationVerifier.cpp | 437 …const float perspectiveDivisorMin = getMinValueWithinError(perspectiveTMin + perspectiveInvTMin, … in calcLineInterpolationWeights() local 438 DE_ASSERT(perspectiveDivisorMin <= perspectiveDivisorMax); in calcLineInterpolationWeights() 441 …rror(maximalRangeDivision(perspectiveInvTMin, perspectiveInvTMax, perspectiveDivisorMin, perspecti… in calcLineInterpolationWeights() 442 …thinError(maximalRangeDivision(perspectiveTMin, perspectiveTMax, perspectiveDivisorMin, perspecti… in calcLineInterpolationWeights() 443 …rror(minimalRangeDivision(perspectiveInvTMin, perspectiveInvTMax, perspectiveDivisorMin, perspecti… in calcLineInterpolationWeights() 444 …thinError(minimalRangeDivision(perspectiveTMin, perspectiveTMax, perspectiveDivisorMin, perspecti… in calcLineInterpolationWeights() 495 …const float perspectiveDivisorMin = getMinValueWithinError(perspectiveTMin + perspectiveInvTMin, … in calcLineInterpolationWeightsAxisProjected() local 496 DE_ASSERT(perspectiveDivisorMin <= perspectiveDivisorMax); in calcLineInterpolationWeightsAxisProjected() 499 …rror(maximalRangeDivision(perspectiveInvTMin, perspectiveInvTMax, perspectiveDivisorMin, perspecti… in calcLineInterpolationWeightsAxisProjected() 500 …thinError(maximalRangeDivision(perspectiveTMin, perspectiveTMax, perspectiveDivisorMin, perspecti… in calcLineInterpolationWeightsAxisProjected() [all …]
|