Lines Matching refs:vtxNdx

3876 					for (int vtxNdx = 0; vtxNdx < (int)prim0Vertices.size(); vtxNdx++)
3878 if (prim0Vertices[vtxNdx] != prim1Vertices[vtxNdx])
3880 log << TestLog::Message << "Failure: tessellation coordinate at index " << vtxNdx << " differs between two primitives drawn in one draw call" << TestLog::EndMessage
3881 << TestLog::Message << "Note: the coordinate is " << prim0Vertices[vtxNdx] << " for the first primitive and " << prim1Vertices[vtxNdx] << " for the second" << TestLog::EndMessage
3931 for (int vtxNdx = 0; vtxNdx < (int)coordsA.size(); vtxNdx++)
3933 if (coordsA[vtxNdx] != coordsB[vtxNdx])
3935 m_testCtx.getLog() << TestLog::Message << "Failure: tessellation coordinate at index " << vtxNdx << " differs between two programs" << TestLog::EndMessage
3936 << TestLog::Message << "Note: the coordinate is " << coordsA[vtxNdx] << " for the first program and " << coordsB[vtxNdx] << " for the other" << TestLog::EndMessage;
4181 for(int vtxNdx = numVerticesRead; vtxNdx < numVerticesRead + patchNumVertices; vtxNdx++)
4183 const Vec3& vtx = tfResult.varying[vtxNdx];
4185 outerEdgeVertices.insert(tfResult.varying[vtxNdx]);
4458 for(int vtxNdx = 0; vtxNdx < refNumVertices; vtxNdx++)
4460 const Vec3& vtx = tfResult.varying[vtxNdx].swizzle(0,1,2);
4475 const bool isMirrored = tfResult.varying[vtxNdx].w() > 0.5f;
4720 for(int vtxNdx = 0; vtxNdx < refNumVertices; vtxNdx++)
4722 const Vec3& vtx = tfResult.varying[vtxNdx];
5204 for (int vtxNdx = 0; vtxNdx < (int)tfResult.varying.size(); vtxNdx++)
5206 const Vec3& vec = tfResult.varying[vtxNdx];
5213 log << TestLog::Message << "Note: output value at index " << vtxNdx << " is "