Searched refs:calcLineInterpolationWeights (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuRasterizationVerifier.cpp | 405 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() 640 calcLineInterpolationWeights(pa, wa, pb, wb, corners[0]), in interpolate() 641 calcLineInterpolationWeights(pa, wa, pb, wb, corners[1]), in interpolate() 642 calcLineInterpolationWeights(pa, wa, pb, wb, corners[2]), in interpolate() 643 calcLineInterpolationWeights(pa, wa, pb, wb, corners[3]), in interpolate()
|