Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationInvarianceTests.cpp516 …const std::vector<float> patchTessLevels = generatePatchTessLevels(numPatchesToDraw, outerEdgeInde… in computeMaxPrimitiveCount() local
517 …chReferencePrimitiveCount(primitiveType, spacingMode, usePointMode, &patchTessLevels[0], numPatche… in computeMaxPrimitiveCount()
527 …esToDraw, int numPrimitives, const int refNumPrimitives, const std::vector<float>& patchTessLevels) in logPrimitiveCountError() argument
536 << containerStr(patchTessLevels, NUM_TESS_LEVELS) in logPrimitiveCountError()
542 << containerStr(patchTessLevels, NUM_TESS_LEVELS) in logPrimitiveCountError()
559 …DrawResult draw (const deUint32 vertexCount, const std::vector<float>& patchTessLevels,…
627 …nstance::draw (const deUint32 vertexCount, const std::vector<float>& patchTessLevels, const Windin… in draw() argument
681 …Count(m_caseDef.primitiveType, m_caseDef.spacingMode, usePointMode, &patchTessLevels[0], m_numPatc… in draw()
693 …ountError(log, m_numPatchesToDraw, result.numPrimitives, result.refNumPrimitives, patchTessLevels); in draw()
736 …const std::vector<float> patchTessLevels = generatePatchTessLevels(m_numPatchesToDraw, outerEdgeIn… in iterate() local
[all …]
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTessellationTests.cpp4118 …const vector<float> patchTessLevels = generatePatchTessLevels(numPatchesPerDrawCall, 0 /* outer-ed… in iterate() local
4122 …eferenceVertexCount(m_primitiveType, m_spacing, usePointModeI != 0, &patchTessLevels[0], numPatche… in iterate()
4139 …const vector<float> patchTessLevels = generatePatchTessLevels(numPatchesPerDrawCall, outerEdge… in iterate() local
4140 …g bindings[] = { glu::va::Float("in_v_attr", 1, (int)patchTessLevels.size(), 0, &patchTessLevels in iterate()
4155 … DE_LENGTH_OF_ARRAY(bindings), &bindings[0], (int)patchTessLevels.size()); in iterate()
4156 …erenceVertexCount(m_primitiveType, m_spacing, program.usePointMode, &patchTessLevels[0], numPatche… in iterate()
4165 << containerStr(patchTessLevels, 6) << TestLog::EndMessage; in iterate()
4175 const float* const innerLevels = &patchTessLevels[6*patchNdx + 0]; in iterate()
4176 const float* const outerLevels = &patchTessLevels[6*patchNdx + 2]; in iterate()
4214 << tessellationLevelsString(&patchTessLevels[0], &patchTessLevels[2]) << "\n" in iterate()
[all …]