Searched refs:solve_plane_recip (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_aalinetemp.h | 73 const GLfloat invQ = solve_plane_recip(fx, fy, line->attrPlane[attr][3]); 85 const GLfloat invW = solve_plane_recip(fx, fy, line->wPlane);
|
| H A D | s_aaline.c | 160 solve_plane_recip(GLfloat x, GLfloat y, const GLfloat plane[4]) function in typeref:typename:GLfloat
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_aalinetemp.h | 73 const GLfloat invQ = solve_plane_recip(fx, fy, line->attrPlane[attr][3]); 85 const GLfloat invW = solve_plane_recip(fx, fy, line->wPlane);
|
| H A D | s_aaline.c | 159 solve_plane_recip(GLfloat x, GLfloat y, const GLfloat plane[4]) function in typeref:typename:GLfloat
|
Completed in 4 milliseconds