Searched refs:solve_plane (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_aatritemp.h | 211 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]);
|
D | s_aalinetemp.h | 60 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()
|
D | s_aatriangle.c | 102 solve_plane(GLfloat x, GLfloat y, const GLfloat plane[4]) in solve_plane() function
|
D | s_aaline.c | 146 solve_plane(GLfloat x, GLfloat y, const GLfloat plane[4]) in solve_plane() function
|