Home | History | Annotate | Download | only in functional

Lines Matching refs:readNdx

1140 	int			readNdx					= 0;
1147 const tcu::Vec4 primitiveVertex = feedbackResult[readNdx];
1163 << "Element at index " << (readNdx) << " (tessellation invocation " << tessellatedPrimitiveNdx << ")\n"
1170 ++readNdx;
1179 const tcu::Vec4 generatedElementVertex = feedbackResult[readNdx];
1188 << "Element at index " << (readNdx) << " (tessellation invocation " << tessellatedPrimitiveNdx << ", geometry primitive " << generatedPrimitiveNdx << ", emitted vertex " << primitiveVertexNdx << "):\n"
1198 readNdx++;