HomeSort by relevance Sort by last modified time
    Searched refs:minUVW (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUtil.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp 691 const float minUVW = (float)(2 * (innerTriangleNdx + 1)) / (float)(3 * inner);
692 const float maxUVW = 1.0f - 2.0f*minUVW;
695 Vec3(maxUVW, minUVW, minUVW),
696 Vec3(minUVW, maxUVW, minUVW),
697 Vec3(minUVW, minUVW, maxUVW)
    [all...]

Completed in 279 milliseconds