HomeSort by relevance Sort by last modified time
    Searched defs:wPlane (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/swrast/
s_aatritemp.h 59 GLfloat wPlane[4]; /* win[3] */
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);
s_aaline.c 65 GLfloat wPlane[4];

Completed in 128 milliseconds