Lines Matching refs:LineInterpolationRange

338 struct LineInterpolationRange  struct
405 LineInterpolationRange calcLineInterpolationWeights (const tcu::Vec2& pa, float wa, const tcu::Vec2… in calcLineInterpolationWeights()
444 LineInterpolationRange returnValue; in calcLineInterpolationWeights()
456 LineInterpolationRange calcLineInterpolationWeightsAxisProjected (const tcu::Vec2& pa, float wa, co… in calcLineInterpolationWeightsAxisProjected()
502 LineInterpolationRange returnValue; in calcLineInterpolationWeightsAxisProjected()
515 LineInterpolationRange calcSingleSampleLineInterpolationRangeWithWeightEquation (const tcu::Vec2& p… in calcSingleSampleLineInterpolationRangeWithWeightEquation()
536 const LineInterpolationRange weights[4] = in calcSingleSampleLineInterpolationRangeWithWeightEquation()
547 LineInterpolationRange result; in calcSingleSampleLineInterpolationRangeWithWeightEquation()
553 LineInterpolationRange calcSingleSampleLineInterpolationRange (const tcu::Vec2& pa, float wa, const… in calcSingleSampleLineInterpolationRange()
558 LineInterpolationRange calcSingleSampleLineInterpolationRangeAxisProjected (const tcu::Vec2& pa, fl… in calcSingleSampleLineInterpolationRangeAxisProjected()
639 const LineInterpolationRange weights[4] = in interpolate()
1558 … const LineInterpolationRange range = (interpolationMethod == LINEINTERPOLATION_STRICTLY_CORRECT) in verifyLineGroupPixelIndependentInterpolation()
1914 …const LineInterpolationRange range = calcSingleSampleLineInterpolationRange(pa, wa, pb, wb, root… in verifySinglesampleWideLineGroupInterpolation()