Searched refs:solve_plane_chan (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_aatritemp.h | 229 array->rgba[count][RCOMP] = solve_plane_chan(cx, cy, rPlane); 230 array->rgba[count][GCOMP] = solve_plane_chan(cx, cy, gPlane); 231 array->rgba[count][BCOMP] = solve_plane_chan(cx, cy, bPlane); 232 array->rgba[count][ACOMP] = solve_plane_chan(cx, cy, aPlane); 292 array->rgba[ix][RCOMP] = solve_plane_chan(cx, cy, rPlane); 293 array->rgba[ix][GCOMP] = solve_plane_chan(cx, cy, gPlane); 294 array->rgba[ix][BCOMP] = solve_plane_chan(cx, cy, bPlane); 295 array->rgba[ix][ACOMP] = solve_plane_chan(cx, cy, aPlane);
|
| H A D | s_aalinetemp.h | 62 line->span.array->rgba[i][RCOMP] = solve_plane_chan(fx, fy, line->rPlane); 63 line->span.array->rgba[i][GCOMP] = solve_plane_chan(fx, fy, line->gPlane); 64 line->span.array->rgba[i][BCOMP] = solve_plane_chan(fx, fy, line->bPlane); 65 line->span.array->rgba[i][ACOMP] = solve_plane_chan(fx, fy, line->aPlane);
|
| H A D | s_aatriangle.c | 117 solve_plane_chan(GLfloat x, GLfloat y, const GLfloat plane[4]) function in typeref:typename:GLchan
|
| H A D | s_aaline.c | 174 solve_plane_chan(GLfloat x, GLfloat y, const GLfloat plane[4]) function in typeref:typename:GLchan
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_aatritemp.h | 229 array->rgba[count][RCOMP] = solve_plane_chan(cx, cy, rPlane); 230 array->rgba[count][GCOMP] = solve_plane_chan(cx, cy, gPlane); 231 array->rgba[count][BCOMP] = solve_plane_chan(cx, cy, bPlane); 232 array->rgba[count][ACOMP] = solve_plane_chan(cx, cy, aPlane); 292 array->rgba[ix][RCOMP] = solve_plane_chan(cx, cy, rPlane); 293 array->rgba[ix][GCOMP] = solve_plane_chan(cx, cy, gPlane); 294 array->rgba[ix][BCOMP] = solve_plane_chan(cx, cy, bPlane); 295 array->rgba[ix][ACOMP] = solve_plane_chan(cx, cy, aPlane);
|
| H A D | s_aalinetemp.h | 62 line->span.array->rgba[i][RCOMP] = solve_plane_chan(fx, fy, line->rPlane); 63 line->span.array->rgba[i][GCOMP] = solve_plane_chan(fx, fy, line->gPlane); 64 line->span.array->rgba[i][BCOMP] = solve_plane_chan(fx, fy, line->bPlane); 65 line->span.array->rgba[i][ACOMP] = solve_plane_chan(fx, fy, line->aPlane);
|
| H A D | s_aatriangle.c | 116 solve_plane_chan(GLfloat x, GLfloat y, const GLfloat plane[4]) function in typeref:typename:GLchan
|
| H A D | s_aaline.c | 173 solve_plane_chan(GLfloat x, GLfloat y, const GLfloat plane[4]) function in typeref:typename:GLchan
|
Completed in 8 milliseconds