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

  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationPrimitiveDiscardTests.cpp 251 count += referenceVertexCount(primitiveType, spacingMode, true, &attributes[numAttribsPerPrimitive*patchNdx+0], &attributes[numAttribsPerPrimitive*patchNdx+2]);
vktTessellationUtil.hpp 233 int referenceVertexCount (const TessPrimitiveType primitiveType, const SpacingMode spacingMode, const bool usePointMode, const float* innerLevels, const float* outerLevels);
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...]
vktTessellationUtil.cpp     [all...]
vktTessellationInvarianceTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp 988 static int referenceVertexCount (TessPrimitiveType primitiveType, SpacingMode spacingMode, bool usePointMode, const float* innerLevels, const float* outerLevels)
994 //! Helper for calling referenceVertexCount multiple times with different tessellation levels.
1000 result += referenceVertexCount(primitiveType, spacingMode, usePointMode, &levels[6*patchNdx + 0], &levels[6*patchNdx + 2]);
    [all...]

Completed in 669 milliseconds