Searched refs:patchTessLevels (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationInvarianceTests.cpp | 553 const std::vector<float> patchTessLevels = in computeMaxPrimitiveCount() local 555 …multiplePatchReferencePrimitiveCount(primitiveType, spacingMode, usePointMode, &patchTessLevels[0], in computeMaxPrimitiveCount() 567 const int refNumPrimitives, const std::vector<float> &patchTessLevels) in logPrimitiveCountError() argument 576 << containerStr(patchTessLevels, NUM_TESS_LEVELS) << tcu::TestLog::EndMessage; in logPrimitiveCountError() 580 << containerStr(patchTessLevels, NUM_TESS_LEVELS) << tcu::TestLog::EndMessage; in logPrimitiveCountError() 596 …DrawResult draw(const uint32_t vertexCount, const std::vector<float> &patchTessLevels, const Windi… 680 … const std::vector<float> &patchTessLevels, const Winding winding, in draw() argument 744 …m_caseDef.primitiveType, m_caseDef.spacingMode, usePointMode, &patchTessLevels[0], m_numPatchesToD… in draw() 758 …ountError(log, m_numPatchesToDraw, result.numPrimitives, result.refNumPrimitives, patchTessLevels); in draw() 805 const std::vector<float> patchTessLevels = generatePatchTessLevels( in iterate() local [all …]
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fTessellationTests.cpp | 4491 const vector<float> patchTessLevels = in iterate() local 4499 … &patchTessLevels[0], numPatchesPerDrawCall)); in iterate() 4517 const vector<float> patchTessLevels = generatePatchTessLevels( in iterate() local 4520 … glu::va::Float("in_v_attr", 1, (int)patchTessLevels.size(), 0, &patchTessLevels[0])}; in iterate() 4539 … DE_LENGTH_OF_ARRAY(bindings), &bindings[0], (int)patchTessLevels.size()); in iterate() 4542 … &patchTessLevels[0], numPatchesPerDrawCall); in iterate() 4553 << containerStr(patchTessLevels, 6) << TestLog::EndMessage; in iterate() 4563 const float *const innerLevels = &patchTessLevels[6 * patchNdx + 0]; in iterate() 4564 const float *const outerLevels = &patchTessLevels[6 * patchNdx + 2]; in iterate() 4614 … << tessellationLevelsString(&patchTessLevels[0], &patchTessLevels[2]) in iterate() [all …]
|