Home
last modified time | relevance | path

Searched refs:patchNdx (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationPrimitiveDiscardTests.cpp166 for (int patchNdx = 0; patchNdx < numPrimitives; ++patchNdx) in verifyResultImage() local
168 const float* const attr = &attributes[numAttribsPerPrimitive*patchNdx]; in verifyResultImage()
252 for (int patchNdx = 0; patchNdx < numPrimitives; ++patchNdx) in expectedVertexCount() local
253 …gMode, true, &attributes[numAttribsPerPrimitive*patchNdx+0], &attributes[numAttribsPerPrimitive*pa… in expectedVertexCount()
396 for (int patchNdx = 0; patchNdx < numPrimitives; ++patchNdx) in test() local
398 …iscard = isPatchDiscarded(caseDef.primitiveType, &attributes[numAttribsPerPrimitive*patchNdx + 2]); in test()
DvktTessellationInvarianceTests.cpp484 for (int patchNdx = 0; patchNdx < numPatches; ++patchNdx) in generateRandomPatchTessLevels() local
486 float* const inner = &tessLevels[patchNdx*NUM_TESS_LEVELS + 0]; in generateRandomPatchTessLevels()
487 float* const outer = &tessLevels[patchNdx*NUM_TESS_LEVELS + 2]; in generateRandomPatchTessLevels()
507 for (int patchNdx = 0; patchNdx < numPatches; ++patchNdx) in multiplePatchReferencePrimitiveCount() local
508 …, spacingMode, usePointMode, &levels[NUM_TESS_LEVELS*patchNdx + 0], &levels[NUM_TESS_LEVELS*patchN… in multiplePatchReferencePrimitiveCount()
758 for (int patchNdx = 0; patchNdx < m_numPatchesToDraw; ++patchNdx) in iterate() local
760 const float* const innerLevels = &patchTessLevels[NUM_TESS_LEVELS*patchNdx + 0]; in iterate()
761 const float* const outerLevels = &patchTessLevels[NUM_TESS_LEVELS*patchNdx + 2]; in iterate()
766 …sult.numPrimitives && result.primitives[primitiveNdx].patchPrimitiveID == patchNdx; ++primitiveNdx) in iterate()
776 if (isFirstProgram && patchNdx == 0) in iterate()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTessellationTests.cpp1001 for (int patchNdx = 0; patchNdx < numPatches; patchNdx++) in multiplePatchReferenceVertexCount() local
1002 …exCount(primitiveType, spacingMode, usePointMode, &levels[6*patchNdx + 0], &levels[6*patchNdx + 2]… in multiplePatchReferenceVertexCount()
1010 for (int patchNdx = 0; patchNdx < numPatches; patchNdx++) in generateRandomPatchTessLevels() local
1012 float* const inner = &tessLevels[patchNdx*6 + 0]; in generateRandomPatchTessLevels()
1013 float* const outer = &tessLevels[patchNdx*6 + 2]; in generateRandomPatchTessLevels()
4173 for (int patchNdx = 0; patchNdx < numPatchesPerDrawCall; patchNdx++) in iterate() local
4175 const float* const innerLevels = &patchTessLevels[6*patchNdx + 0]; in iterate()
4176 const float* const outerLevels = &patchTessLevels[6*patchNdx + 2]; in iterate()
4206 if (programNdx == 0 && patchNdx == 0) in iterate()
5497 for (int patchNdx = 0; patchNdx < numPrimitives; patchNdx++) in iterate() local
[all …]