Home
last modified time | relevance | path

Searched refs:wPlane (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_aatritemp.h59 GLfloat wPlane[4]; /* win[3] */ variable
140 compute_plane(p0, p1, p2, invW0, invW1, invW2, wPlane);
141 span.attrStepX[FRAG_ATTRIB_WPOS][3] = plane_dx(wPlane);
142 span.attrStepY[FRAG_ATTRIB_WPOS][3] = plane_dy(wPlane);
211 span.attrStart[FRAG_ATTRIB_WPOS][3] = solve_plane(ix + 0.5F, iy + 0.5F, wPlane);
303 span.attrStart[FRAG_ATTRIB_WPOS][3] = solve_plane(ix + 1.5F, iy + 0.5F, wPlane);
Ds_aalinetemp.h85 const GLfloat invW = solve_plane_recip(fx, fy, line->wPlane); in NAME()
162 compute_plane(line.x0, line.y0, line.x1, line.y1, invW0, invW1, line.wPlane); in NAME()
Ds_aaline.c65 GLfloat wPlane[4]; member
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
Ds_aatritemp.h59 GLfloat wPlane[4]; /* win[3] */ variable
140 compute_plane(p0, p1, p2, invW0, invW1, invW2, wPlane);
141 span.attrStepX[FRAG_ATTRIB_WPOS][3] = plane_dx(wPlane);
142 span.attrStepY[FRAG_ATTRIB_WPOS][3] = plane_dy(wPlane);
211 span.attrStart[FRAG_ATTRIB_WPOS][3] = solve_plane(ix + 0.5F, iy + 0.5F, wPlane);
303 span.attrStart[FRAG_ATTRIB_WPOS][3] = solve_plane(ix + 1.5F, iy + 0.5F, wPlane);
Ds_aalinetemp.h85 const GLfloat invW = solve_plane_recip(fx, fy, line->wPlane); in NAME()
162 compute_plane(line.x0, line.y0, line.x1, line.y1, invW0, invW1, line.wPlane); in NAME()
Ds_aaline.c65 GLfloat wPlane[4]; member