Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp340 …onWeights (const tcu::Vec4& p0, const tcu::Vec4& p1, const tcu::Vec4& p2, const tcu::Vec2& ndpixel) in calcTriangleInterpolationWeights() argument
350 const float ka = triangleArea(ndpixel, nd1, nd2); in calcTriangleInterpolationWeights()
351 const float kb = triangleArea(ndpixel, nd2, nd0); in calcTriangleInterpolationWeights()
352 const float kc = triangleArea(ndpixel, nd0, nd1); in calcTriangleInterpolationWeights()