Searched refs:wPlane (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_aatritemp.h | 59 GLfloat wPlane[4]; /* win[3] */ variable in typeref:typename:GLfloat[4] 140 compute_plane(p0, p1, p2, invW0, invW1, invW2, wPlane); 141 span.attrStepX[VARYING_SLOT_POS][3] = plane_dx(wPlane); 142 span.attrStepY[VARYING_SLOT_POS][3] = plane_dy(wPlane); 211 span.attrStart[VARYING_SLOT_POS][3] = solve_plane(ix + 0.5F, iy + 0.5F, wPlane); 303 span.attrStart[VARYING_SLOT_POS][3] = solve_plane(ix + 1.5F, iy + 0.5F, wPlane);
|
| H A D | s_aalinetemp.h | 85 const GLfloat invW = solve_plane_recip(fx, fy, line->wPlane); 162 compute_plane(line.x0, line.y0, line.x1, line.y1, invW0, invW1, line.wPlane);
|
| H A D | s_aaline.c | 67 GLfloat wPlane[4]; member in struct:LineInfo
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_aatritemp.h | 59 GLfloat wPlane[4]; /* win[3] */ variable in typeref:typename:GLfloat[4] 140 compute_plane(p0, p1, p2, invW0, invW1, invW2, wPlane); 141 span.attrStepX[VARYING_SLOT_POS][3] = plane_dx(wPlane); 142 span.attrStepY[VARYING_SLOT_POS][3] = plane_dy(wPlane); 211 span.attrStart[VARYING_SLOT_POS][3] = solve_plane(ix + 0.5F, iy + 0.5F, wPlane); 303 span.attrStart[VARYING_SLOT_POS][3] = solve_plane(ix + 1.5F, iy + 0.5F, wPlane);
|
| H A D | s_aalinetemp.h | 85 const GLfloat invW = solve_plane_recip(fx, fy, line->wPlane); 162 compute_plane(line.x0, line.y0, line.x1, line.y1, invW0, invW1, line.wPlane);
|
| H A D | s_aaline.c | 66 GLfloat wPlane[4]; member in struct:LineInfo
|
Completed in 6 milliseconds