Home | History | Annotate | Download | only in swrast_setup

Lines Matching refs:SWvertex

55                                               const SWvertex *v0,
56 const SWvertex *v1,
57 const SWvertex *v2);
68 const SWvertex *v0,
69 const SWvertex *v1,
70 const SWvertex *v2)
94 const SWvertex *v0,
95 const SWvertex *v1,
96 const SWvertex *v2)
118 SWvertex *verts = swsetup->verts;
119 SWvertex *v0 = &verts[e0];
120 SWvertex *v1 = &verts[e1];
121 SWvertex *v2 = &verts[e2];
216 SWvertex *verts = SWSETUP_CONTEXT(ctx)->verts;
233 SWvertex *verts = SWSETUP_CONTEXT(ctx)->verts;