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

  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUtil.hpp 176 SPACINGMODE_EQUAL = 0,
294 case SPACINGMODE_EQUAL: return "equal_spacing";
307 case SPACINGMODE_EQUAL: return "integer";
vktTessellationCoordinatesTests.cpp 85 if (spacingMode == SPACINGMODE_EQUAL)
143 if (spacingMode != SPACINGMODE_EQUAL)
161 if (spacingMode != SPACINGMODE_EQUAL)
180 if (spacingMode != SPACINGMODE_EQUAL)
vktTessellationUtil.cpp     [all...]
vktTessellationUserDefinedIO.cpp 767 const int refNumVertices = referenceVertexCount(m_caseDef.primitiveType, SPACINGMODE_EQUAL, false, &attributes[0], &attributes[2]);
768 const int refNumUniqueVertices = referenceVertexCount(m_caseDef.primitiveType, SPACINGMODE_EQUAL, true, &attributes[0], &attributes[2]);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp 423 SPACINGMODE_EQUAL,
455 case SPACINGMODE_EQUAL: return "equal_spacing";
568 case SPACINGMODE_EQUAL: return de::max(1.0f, tessLevel);
583 case SPACINGMODE_EQUAL: break;
834 outerDst[0] = getClampedRoundedTessLevel(SPACINGMODE_EQUAL, outerSrc[0]);
860 if (spacingMode != SPACINGMODE_EQUAL)
878 if (spacingMode != SPACINGMODE_EQUAL)
897 if (spacingMode != SPACINGMODE_EQUAL)
    [all...]

Completed in 87 milliseconds