Home
last modified time | relevance | path

Searched refs:maxUVW (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.cpp539 const float maxUVW = 1.0f - 2.0f*minUVW; in generateReferenceTriangleTessCoords() local
542 tcu::Vec3(maxUVW, minUVW, minUVW), in generateReferenceTriangleTessCoords()
543 tcu::Vec3(minUVW, maxUVW, minUVW), in generateReferenceTriangleTessCoords()
544 tcu::Vec3(minUVW, minUVW, maxUVW) in generateReferenceTriangleTessCoords()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationUtil.cpp547 const float maxUVW = 1.0f - 2.0f*minUVW; in generateReferenceTriangleTessCoords() local
550 tcu::Vec3(maxUVW, minUVW, minUVW), in generateReferenceTriangleTessCoords()
551 tcu::Vec3(minUVW, maxUVW, minUVW), in generateReferenceTriangleTessCoords()
552 tcu::Vec3(minUVW, minUVW, maxUVW) in generateReferenceTriangleTessCoords()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTessellationTests.cpp694 const float maxUVW = 1.0f - 2.0f*minUVW;
697 Vec3(maxUVW, minUVW, minUVW),
698 Vec3(minUVW, maxUVW, minUVW),
699 Vec3(minUVW, minUVW, maxUVW)

Completed in 11 milliseconds