Home
last modified time | relevance | path

Searched refs:solve_plane (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_aatritemp.h211 span.attrStart[VARYING_SLOT_POS][3] = solve_plane(ix + 0.5F, iy + 0.5F, wPlane);
215 span.attrStart[attr][c] = solve_plane(ix + 0.5F, iy + 0.5F, attrPlane[attr][c]);
227 array->z[count] = (GLuint) solve_plane(cx, cy, zPlane);
290 array->z[ix] = (GLuint) solve_plane(cx, cy, zPlane);
303 span.attrStart[VARYING_SLOT_POS][3] = solve_plane(ix + 1.5F, iy + 0.5F, wPlane);
307 span.attrStart[attr][c] = solve_plane(ix + 1.5F, iy + 0.5F, attrPlane[attr][c]);
Ds_aalinetemp.h60 line->span.array->z[i] = (GLuint) solve_plane(fx, fy, line->zPlane); in NAME()
76 attribArray[i][c] = solve_plane(fx, fy, line->attrPlane[attr][c]) * invQ; in NAME()
88 attribArray[i][c] = solve_plane(fx, fy, line->attrPlane[attr][c]) * invW; in NAME()
Ds_aatriangle.c102 solve_plane(GLfloat x, GLfloat y, const GLfloat plane[4]) in solve_plane() function
Ds_aaline.c146 solve_plane(GLfloat x, GLfloat y, const GLfloat plane[4]) in solve_plane() function