Searched refs:zPlane (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_aatritemp.h | 54 GLfloat zPlane[4]; variable in typeref:typename:GLfloat[4] 119 compute_plane(p0, p1, p2, p0[2], p1[2], p2[2], zPlane); 227 array->z[count] = (GLuint) solve_plane(cx, cy, zPlane); 290 array->z[ix] = (GLuint) solve_plane(cx, cy, zPlane);
|
| H A D | s_aalinetemp.h | 60 line->span.array->z[i] = (GLuint) solve_plane(fx, fy, line->zPlane); 138 v0->attrib[VARYING_SLOT_POS][2], v1->attrib[VARYING_SLOT_POS][2], line.zPlane);
|
| H A D | s_aaline.c | 63 GLfloat zPlane[4]; member in struct:LineInfo
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_aatritemp.h | 54 GLfloat zPlane[4]; variable in typeref:typename:GLfloat[4] 119 compute_plane(p0, p1, p2, p0[2], p1[2], p2[2], zPlane); 227 array->z[count] = (GLuint) solve_plane(cx, cy, zPlane); 290 array->z[ix] = (GLuint) solve_plane(cx, cy, zPlane);
|
| H A D | s_aalinetemp.h | 60 line->span.array->z[i] = (GLuint) solve_plane(fx, fy, line->zPlane); 138 v0->attrib[VARYING_SLOT_POS][2], v1->attrib[VARYING_SLOT_POS][2], line.zPlane);
|
| H A D | s_aaline.c | 62 GLfloat zPlane[4]; member in struct:LineInfo
|
Completed in 6 milliseconds