Searched refs:zRow (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dxm_tri.c74 if (z < zRow[i]) { \
79 zRow[i] = z; \
109 if (z < zRow[i]) { \
113 zRow[i] = z; \
144 if (z < zRow[i]) { \
148 zRow[i] = z; \
178 if (z < zRow[i]) { \
181 zRow[i] = z; \
209 if (z < zRow[i]) { \
214 zRow[
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dxm_tri.c73 if (z < zRow[i]) { \
78 zRow[i] = z; \
108 if (z < zRow[i]) { \
112 zRow[i] = z; \
143 if (z < zRow[i]) { \
147 zRow[i] = z; \
177 if (z < zRow[i]) { \
180 zRow[i] = z; \
208 if (z < zRow[i]) { \
213 zRow[
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_tritemp.h51 * buffer addressing (see zRow):
506 DEPTH_TYPE *zRow = NULL; local in function:NAME
638 zRow = (DEPTH_TYPE *)
849 zRow = (DEPTH_TYPE *) ((GLubyte *) zRow + dZRowOuter);
881 zRow = (DEPTH_TYPE *) ((GLubyte *) zRow + dZRowInner);
H A Ds_triangle.c211 if (z < zRow[i]) { \
220 zRow[i] = z; \
898 const GLushort *zRow = (const GLushort *) \
902 if (z < zRow[i]) { \
H A Ds_depth.c741 GLfloat *zRow = (GLfloat *) map; local in function:_swrast_clear_depth_stencil_buffer
744 zRow[j * 2 + 0] = zClear;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_tritemp.h51 * buffer addressing (see zRow):
507 DEPTH_TYPE *zRow = NULL; local in function:NAME
639 zRow = (DEPTH_TYPE *)
850 zRow = (DEPTH_TYPE *) ((GLubyte *) zRow + dZRowOuter);
882 zRow = (DEPTH_TYPE *) ((GLubyte *) zRow + dZRowInner);
H A Ds_triangle.c211 if (z < zRow[i]) { \
220 zRow[i] = z; \
898 const GLushort *zRow = (const GLushort *) \
902 if (z < zRow[i]) { \
H A Ds_depth.c827 GLfloat *zRow = (GLfloat *) map; local in function:_swrast_clear_depth_stencil_buffer
830 zRow[j * 2 + 0] = zClear;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/osmesa/
H A Dosmesa.c266 if (z < zRow[i]) { \
270 zRow[i] = z; \
300 if (z < zRow[i]) { \
302 zRow[i] = z; \

Completed in 16 milliseconds