Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationInvarianceTests.cpp62 NUM_TESS_LEVELS = 6, // two inner and four outer levels enumerator
482 std::vector<float> tessLevels(numPatches*NUM_TESS_LEVELS); in generateRandomPatchTessLevels()
486 float* const inner = &tessLevels[patchNdx*NUM_TESS_LEVELS + 0]; in generateRandomPatchTessLevels()
487 float* const outer = &tessLevels[patchNdx*NUM_TESS_LEVELS + 2]; in generateRandomPatchTessLevels()
508 …rimitiveType, spacingMode, usePointMode, &levels[NUM_TESS_LEVELS*patchNdx + 0], &levels[NUM_TESS_L… in multiplePatchReferencePrimitiveCount()
536 << containerStr(patchTessLevels, NUM_TESS_LEVELS) in logPrimitiveCountError()
542 << containerStr(patchTessLevels, NUM_TESS_LEVELS) in logPrimitiveCountError()
596 , m_vertexDataSizeBytes (NUM_TESS_LEVELS * m_numPatchesToDraw * m_vertexStride) in BaseTestInstance()
634 .setPatchControlPoints (NUM_TESS_LEVELS) in draw()
757 const float* const innerLevels = &patchTessLevels[NUM_TESS_LEVELS*patchNdx + 0]; in iterate()
[all …]
DvktTessellationUserDefinedIO.cpp63 NUM_TESS_LEVELS = 6, enumerator
768 const int numAttributes = NUM_TESS_LEVELS + 2 + 2; in iterate()