Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp999 for (int patchNdx = 0; patchNdx < numPatches; patchNdx++) in multiplePatchReferenceVertexCount() local
1000 …exCount(primitiveType, spacingMode, usePointMode, &levels[6*patchNdx + 0], &levels[6*patchNdx + 2]… in multiplePatchReferenceVertexCount()
1008 for (int patchNdx = 0; patchNdx < numPatches; patchNdx++) in generateRandomPatchTessLevels() local
1010 float* const inner = &tessLevels[patchNdx*6 + 0]; in generateRandomPatchTessLevels()
1011 float* const outer = &tessLevels[patchNdx*6 + 2]; in generateRandomPatchTessLevels()
4044 for (int patchNdx = 0; patchNdx < numPatchesPerDrawCall; patchNdx++) in iterate() local
4046 const float* const innerLevels = &patchTessLevels[6*patchNdx + 0]; in iterate()
4047 const float* const outerLevels = &patchTessLevels[6*patchNdx + 2]; in iterate()
4077 if (programNdx == 0 && patchNdx == 0) in iterate()
5344 for (int patchNdx = 0; patchNdx < numPrimitives; patchNdx++) in iterate() local
[all …]