• Home
  • Raw
  • Download

Lines Matching refs:vtxNdx

3798 					for (int vtxNdx = 0; vtxNdx < (int)prim0Vertices.size(); vtxNdx++)  in iterate()  local
3800 if (prim0Vertices[vtxNdx] != prim1Vertices[vtxNdx]) in iterate()
3802 …log << TestLog::Message << "Failure: tessellation coordinate at index " << vtxNdx << " differs bet… in iterate()
3803 …Note: the coordinate is " << prim0Vertices[vtxNdx] << " for the first primitive and " << prim1Vert… in iterate()
3853 for (int vtxNdx = 0; vtxNdx < (int)coordsA.size(); vtxNdx++) in compare() local
3855 if (coordsA[vtxNdx] != coordsB[vtxNdx]) in compare()
3857 …) << TestLog::Message << "Failure: tessellation coordinate at index " << vtxNdx << " differs betwe… in compare()
3858 …ssage << "Note: the coordinate is " << coordsA[vtxNdx] << " for the first program and " << coordsB… in compare()
4098 for(int vtxNdx = numVerticesRead; vtxNdx < numVerticesRead + patchNumVertices; vtxNdx++) in iterate() local
4100 const Vec3& vtx = tfResult.varying[vtxNdx]; in iterate()
4102 outerEdgeVertices.insert(tfResult.varying[vtxNdx]); in iterate()
4370 for(int vtxNdx = 0; vtxNdx < refNumVertices; vtxNdx++) in iterate() local
4372 const Vec3& vtx = tfResult.varying[vtxNdx].swizzle(0,1,2); in iterate()
4387 const bool isMirrored = tfResult.varying[vtxNdx].w() > 0.5f; in iterate()
4627 for(int vtxNdx = 0; vtxNdx < refNumVertices; vtxNdx++) in iterate() local
4629 const Vec3& vtx = tfResult.varying[vtxNdx]; in iterate()
5106 for (int vtxNdx = 0; vtxNdx < (int)tfResult.varying.size(); vtxNdx++) in iterate() local
5108 const Vec3& vec = tfResult.varying[vtxNdx]; in iterate()
5115 log << TestLog::Message << "Note: output value at index " << vtxNdx << " is " in iterate()