Searched refs:triangleArea (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsLongStressCase.cpp | 140 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()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuRasterizationVerifier.cpp | 175 float triangleArea (const tcu::Vec2& s0, const tcu::Vec2& s1, const tcu::Vec2& s2) in triangleArea() function 354 const float ka = triangleArea(ndpixel, nd1, nd2); 355 const float kb = triangleArea(ndpixel, nd2, nd0); 356 const float kc = triangleArea(ndpixel, nd0, nd1);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryWatertightnessTests.cpp | 292 inline float triangleArea (const float edgeALen, const float edgeBLen, const float edgeCLen) in triangleArea() function 1623 if (ab < MIN_TRIANGLE_EDGE_LENGTH || bc < MIN_TRIANGLE_EDGE_LENGTH || ca < MIN_TRIANGLE_EDGE_LENGTH || triangleArea(ab, bc, ca) < MIN_TRIANGLE_AREA_SIZE) in chooseTriangle()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryWatertightnessTests.cpp | 292 inline float triangleArea (const float edgeALen, const float edgeBLen, const float edgeCLen) in triangleArea() function 1603 if (ab < MIN_TRIANGLE_EDGE_LENGTH || bc < MIN_TRIANGLE_EDGE_LENGTH || ca < MIN_TRIANGLE_EDGE_LENGTH || triangleArea(ab, bc, ca) < MIN_TRIANGLE_AREA_SIZE) in chooseTriangle()
|
Completed in 14 milliseconds