Searched defs:attrPlane (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast/
H A Ds_aatritemp.h65 GLfloat attrPlane[FRAG_ATTRIB_MAX][4][4]; variable
166 constant_plane(v2->attrib[attr][c] * invW2, attrPlane[attr][c]);
174 compute_plane(p0, p1, p2, a0, a1, a2, attrPlane[attr][c]);
178 span.attrStepX[attr][c] = plane_dx(attrPlane[attr][c]);
179 span.attrStepY[attr][c] = plane_dy(attrPlane[attr][c]);
227 span.attrStart[attr][c] = solve_plane(ix + 0.5, iy + 0.5, attrPlane[attr][c]);
335 span.attrStart[attr][c] = solve_plane(ix + 1.5, iy + 0.5, attrPlane[attr][c]);

Completed in 38 milliseconds