Searched refs:constant_plane (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_aalinetemp.h | 152 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 D | s_aatritemp.h | 129 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 D | s_aatriangle.c | 80 constant_plane(GLfloat value, GLfloat plane[4]) function in typeref:typename:void
|
| H A D | s_aaline.c | 136 constant_plane(GLfloat value, GLfloat plane[4]) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_aalinetemp.h | 152 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 D | s_aatritemp.h | 129 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 D | s_aatriangle.c | 79 constant_plane(GLfloat value, GLfloat plane[4]) function in typeref:typename:void
|
| H A D | s_aaline.c | 135 constant_plane(GLfloat value, GLfloat plane[4]) function in typeref:typename:void
|
Completed in 8 milliseconds