Home
last modified time | relevance | path

Searched refs:zPlane (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_aatritemp.h54 GLfloat zPlane[4]; variable
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);
Ds_aalinetemp.h60 line->span.array->z[i] = (GLuint) solve_plane(fx, fy, line->zPlane); in NAME()
138 v0->attrib[FRAG_ATTRIB_WPOS][2], v1->attrib[FRAG_ATTRIB_WPOS][2], line.zPlane); in NAME()
Ds_aaline.c61 GLfloat zPlane[4]; member