Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsRasterizationTestUtil.cpp405 LineInterpolationRange calcLineInterpolationWeights (const tcu::Vec2& pa, float wa, const tcu::Vec2… in calcLineInterpolationWeights() function
555 …polationRangeWithWeightEquation(pa, wa, pb, wb, pixel, subpixelBits, calcLineInterpolationWeights); in calcSingleSampleLineInterpolationRange()
641 calcLineInterpolationWeights(pa, wa, pb, wb, corners[0]), in interpolate()
642 calcLineInterpolationWeights(pa, wa, pb, wb, corners[1]), in interpolate()
643 calcLineInterpolationWeights(pa, wa, pb, wb, corners[2]), in interpolate()
644 calcLineInterpolationWeights(pa, wa, pb, wb, corners[3]), in interpolate()