Searched refs:constant_plane (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_aalinetemp.h152 constant_plane(v1->color[RCOMP], line.rPlane);
153 constant_plane(v1->color[GCOMP], line.gPlane);
154 constant_plane(v1->color[BCOMP], line.bPlane);
155 constant_plane(v1->color[ACOMP], line.aPlane);
167 constant_plane(v1->attrib[attr][c], line.attrPlane[attr][c]);
H A Ds_aatritemp.h129 constant_plane(v2->color[RCOMP], rPlane);
130 constant_plane(v2->color[GCOMP], gPlane);
131 constant_plane(v2->color[BCOMP], bPlane);
132 constant_plane(v2->color[ACOMP], aPlane);
147 constant_plane(v2->attrib[attr][c] * invW2, attrPlane[attr][c]);
H A Ds_aatriangle.c80 constant_plane(GLfloat value, GLfloat plane[4]) function in typeref:typename:void
H A Ds_aaline.c136 constant_plane(GLfloat value, GLfloat plane[4]) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_aalinetemp.h152 constant_plane(v1->color[RCOMP], line.rPlane);
153 constant_plane(v1->color[GCOMP], line.gPlane);
154 constant_plane(v1->color[BCOMP], line.bPlane);
155 constant_plane(v1->color[ACOMP], line.aPlane);
167 constant_plane(v1->attrib[attr][c], line.attrPlane[attr][c]);
H A Ds_aatritemp.h129 constant_plane(v2->color[RCOMP], rPlane);
130 constant_plane(v2->color[GCOMP], gPlane);
131 constant_plane(v2->color[BCOMP], bPlane);
132 constant_plane(v2->color[ACOMP], aPlane);
147 constant_plane(v2->attrib[attr][c] * invW2, attrPlane[attr][c]);
H A Ds_aatriangle.c79 constant_plane(GLfloat value, GLfloat plane[4]) function in typeref:typename:void
H A Ds_aaline.c135 constant_plane(GLfloat value, GLfloat plane[4]) function in typeref:typename:void

Completed in 8 milliseconds