Lines Matching refs:vtxNdx
3753 for (int vtxNdx = 0; vtxNdx < (int)prim0Vertices.size(); vtxNdx++)
3755 if (prim0Vertices[vtxNdx] != prim1Vertices[vtxNdx])
3757 log << TestLog::Message << "Failure: tessellation coordinate at index " << vtxNdx << " differs between two primitives drawn in one draw call" << TestLog::EndMessage
3758 << TestLog::Message << "Note: the coordinate is " << prim0Vertices[vtxNdx] << " for the first primitive and " << prim1Vertices[vtxNdx] << " for the second" << TestLog::EndMessage
3808 for (int vtxNdx = 0; vtxNdx < (int)coordsA.size(); vtxNdx++)
3810 if (coordsA[vtxNdx] != coordsB[vtxNdx])
3812 m_testCtx.getLog() << TestLog::Message << "Failure: tessellation coordinate at index " << vtxNdx << " differs between two programs" << TestLog::EndMessage
3813 << TestLog::Message << "Note: the coordinate is " << coordsA[vtxNdx] << " for the first program and " << coordsB[vtxNdx] << " for the other" << TestLog::EndMessage;
4052 for(int vtxNdx = numVerticesRead; vtxNdx < numVerticesRead + patchNumVertices; vtxNdx++)
4054 const Vec3& vtx = tfResult.varying[vtxNdx];
4056 outerEdgeVertices.insert(tfResult.varying[vtxNdx]);
4323 for(int vtxNdx = 0; vtxNdx < refNumVertices; vtxNdx++)
4325 const Vec3& vtx = tfResult.varying[vtxNdx].swizzle(0,1,2);
4340 const bool isMirrored = tfResult.varying[vtxNdx].w() > 0.5f;
4579 for(int vtxNdx = 0; vtxNdx < refNumVertices; vtxNdx++)
4581 const Vec3& vtx = tfResult.varying[vtxNdx];
5057 for (int vtxNdx = 0; vtxNdx < (int)tfResult.varying.size(); vtxNdx++)
5059 const Vec3& vec = tfResult.varying[vtxNdx];
5066 log << TestLog::Message << "Note: output value at index " << vtxNdx << " is "