Searched refs:patchNdx (Results 1 – 1 of 1) sorted by relevance
999 for (int patchNdx = 0; patchNdx < numPatches; patchNdx++) in multiplePatchReferenceVertexCount() local1000 …exCount(primitiveType, spacingMode, usePointMode, &levels[6*patchNdx + 0], &levels[6*patchNdx + 2]… in multiplePatchReferenceVertexCount()1008 for (int patchNdx = 0; patchNdx < numPatches; patchNdx++) in generateRandomPatchTessLevels() local1010 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() local4046 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 …]