Lines Matching refs:vtxNdx

3741 					for (int vtxNdx = 0; vtxNdx < (int)prim0Vertices.size(); vtxNdx++)
3743 if (prim0Vertices[vtxNdx] != prim1Vertices[vtxNdx])
3745 log << TestLog::Message << "Failure: tessellation coordinate at index " << vtxNdx << " differs between two primitives drawn in one draw call" << TestLog::EndMessage
3746 << TestLog::Message << "Note: the coordinate is " << prim0Vertices[vtxNdx] << " for the first primitive and " << prim1Vertices[vtxNdx] << " for the second" << TestLog::EndMessage
3796 for (int vtxNdx = 0; vtxNdx < (int)coordsA.size(); vtxNdx++)
3798 if (coordsA[vtxNdx] != coordsB[vtxNdx])
3800 m_testCtx.getLog() << TestLog::Message << "Failure: tessellation coordinate at index " << vtxNdx << " differs between two programs" << TestLog::EndMessage
3801 << TestLog::Message << "Note: the coordinate is " << coordsA[vtxNdx] << " for the first program and " << coordsB[vtxNdx] << " for the other" << TestLog::EndMessage;
4040 for(int vtxNdx = numVerticesRead; vtxNdx < numVerticesRead + patchNumVertices; vtxNdx++)
4042 const Vec3& vtx = tfResult.varying[vtxNdx];
4044 outerEdgeVertices.insert(tfResult.varying[vtxNdx]);
4311 for(int vtxNdx = 0; vtxNdx < refNumVertices; vtxNdx++)
4313 const Vec3& vtx = tfResult.varying[vtxNdx].swizzle(0,1,2);
4328 const bool isMirrored = tfResult.varying[vtxNdx].w() > 0.5f;
4567 for(int vtxNdx = 0; vtxNdx < refNumVertices; vtxNdx++)
4569 const Vec3& vtx = tfResult.varying[vtxNdx];
5045 for (int vtxNdx = 0; vtxNdx < (int)tfResult.varying.size(); vtxNdx++)
5047 const Vec3& vec = tfResult.varying[vtxNdx];
5054 log << TestLog::Message << "Note: output value at index " << vtxNdx << " is "