Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp171 float triangleArea (const tcu::Vec2& s0, const tcu::Vec2& s1, const tcu::Vec2& s2) in triangleArea() function
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()
/external/deqp/modules/glshared/
DglsLongStressCase.cpp140 static inline float triangleArea (const Vec2& a, const Vec2& b, const Vec2& c) in triangleArea() function
1048 const float triArea = triangleArea(Vec2(vtxAComps[0], vtxAComps[1]), in generateRandomPositionAttribData()