• Home
  • Raw
  • Download

Lines Matching refs:vtxNdx

3876 					for (int vtxNdx = 0; vtxNdx < (int)prim0Vertices.size(); vtxNdx++)  in iterate()  local
3878 if (prim0Vertices[vtxNdx] != prim1Vertices[vtxNdx]) in iterate()
3880 …log << TestLog::Message << "Failure: tessellation coordinate at index " << vtxNdx << " differs bet… in iterate()
3881 …Note: the coordinate is " << prim0Vertices[vtxNdx] << " for the first primitive and " << prim1Vert… in iterate()
3931 for (int vtxNdx = 0; vtxNdx < (int)coordsA.size(); vtxNdx++) in compare() local
3933 if (coordsA[vtxNdx] != coordsB[vtxNdx]) in compare()
3935 …) << TestLog::Message << "Failure: tessellation coordinate at index " << vtxNdx << " differs betwe… in compare()
3936 …ssage << "Note: the coordinate is " << coordsA[vtxNdx] << " for the first program and " << coordsB… in compare()
4181 for(int vtxNdx = numVerticesRead; vtxNdx < numVerticesRead + patchNumVertices; vtxNdx++) in iterate() local
4183 const Vec3& vtx = tfResult.varying[vtxNdx]; in iterate()
4185 outerEdgeVertices.insert(tfResult.varying[vtxNdx]); in iterate()
4458 for(int vtxNdx = 0; vtxNdx < refNumVertices; vtxNdx++) in iterate() local
4460 const Vec3& vtx = tfResult.varying[vtxNdx].swizzle(0,1,2); in iterate()
4475 const bool isMirrored = tfResult.varying[vtxNdx].w() > 0.5f; in iterate()
4720 for(int vtxNdx = 0; vtxNdx < refNumVertices; vtxNdx++) in iterate() local
4722 const Vec3& vtx = tfResult.varying[vtxNdx]; in iterate()
5204 for (int vtxNdx = 0; vtxNdx < (int)tfResult.varying.size(); vtxNdx++) in iterate() local
5206 const Vec3& vec = tfResult.varying[vtxNdx]; in iterate()
5213 log << TestLog::Message << "Note: output value at index " << vtxNdx << " is " in iterate()