Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.cpp733 const float maxUVW = 1.0f - 2.0f*minUVW; in generateReferenceTriangleTessCoords() local
736 tcu::Vec3(maxUVW, minUVW, minUVW), in generateReferenceTriangleTessCoords()
737 tcu::Vec3(minUVW, maxUVW, minUVW), in generateReferenceTriangleTessCoords()
738 tcu::Vec3(minUVW, minUVW, maxUVW) in generateReferenceTriangleTessCoords()
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp694 const float maxUVW = 1.0f - 2.0f*minUVW; in generateReferenceTriangleTessCoords() local
697 Vec3(maxUVW, minUVW, minUVW), in generateReferenceTriangleTessCoords()
698 Vec3(minUVW, maxUVW, minUVW), in generateReferenceTriangleTessCoords()
699 Vec3(minUVW, minUVW, maxUVW) in generateReferenceTriangleTessCoords()