Searched refs:patchTessLevels (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationInvarianceTests.cpp | 512 …const std::vector<float> patchTessLevels = generatePatchTessLevels(numPatchesToDraw, outerEdgeInde… in computeMaxPrimitiveCount() local 513 …chReferencePrimitiveCount(primitiveType, spacingMode, usePointMode, &patchTessLevels[0], numPatche… in computeMaxPrimitiveCount() 523 …esToDraw, int numPrimitives, const int refNumPrimitives, const std::vector<float>& patchTessLevels) in logPrimitiveCountError() argument 532 << containerStr(patchTessLevels, NUM_TESS_LEVELS) in logPrimitiveCountError() 538 << containerStr(patchTessLevels, NUM_TESS_LEVELS) in logPrimitiveCountError() 555 …DrawResult draw (const deUint32 vertexCount, const std::vector<float>& patchTessLevels,… 623 …nstance::draw (const deUint32 vertexCount, const std::vector<float>& patchTessLevels, const Windin… in draw() argument 675 …Count(m_caseDef.primitiveType, m_caseDef.spacingMode, usePointMode, &patchTessLevels[0], m_numPatc… in draw() 687 …ountError(log, m_numPatchesToDraw, result.numPrimitives, result.refNumPrimitives, patchTessLevels); in draw() 729 …const std::vector<float> patchTessLevels = generatePatchTessLevels(m_numPatchesToDraw, outerEdg… in iterate() local [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationTests.cpp | 3989 …const vector<float> patchTessLevels = generatePatchTessLevels(numPatchesPerDrawCall, 0 /* outer-ed… in iterate() local 3993 …eferenceVertexCount(m_primitiveType, m_spacing, usePointModeI != 0, &patchTessLevels[0], numPatche… in iterate() 4010 …const vector<float> patchTessLevels = generatePatchTessLevels(numPatchesPerDrawCall, outerEdge… in iterate() local 4011 …g bindings[] = { glu::va::Float("in_v_attr", 1, (int)patchTessLevels.size(), 0, &patchTessLevels… in iterate() 4026 … DE_LENGTH_OF_ARRAY(bindings), &bindings[0], (int)patchTessLevels.size()); in iterate() 4027 …erenceVertexCount(m_primitiveType, m_spacing, program.usePointMode, &patchTessLevels[0], numPatche… in iterate() 4036 << containerStr(patchTessLevels, 6) << TestLog::EndMessage; in iterate() 4046 const float* const innerLevels = &patchTessLevels[6*patchNdx + 0]; in iterate() 4047 const float* const outerLevels = &patchTessLevels[6*patchNdx + 2]; in iterate() 4085 << tessellationLevelsString(&patchTessLevels[0], &patchTessLevels[2]) << "\n" in iterate() [all …]
|