Searched refs:ndpixel (Results 1 – 1 of 1) sorted by relevance
344 …onWeights (const tcu::Vec4& p0, const tcu::Vec4& p1, const tcu::Vec4& p2, const tcu::Vec2& ndpixel) in calcTriangleInterpolationWeights() argument354 const float ka = triangleArea(ndpixel, nd1, nd2); in calcTriangleInterpolationWeights()355 const float kb = triangleArea(ndpixel, nd2, nd0); in calcTriangleInterpolationWeights()356 const float kc = triangleArea(ndpixel, nd0, nd1); in calcTriangleInterpolationWeights()