Searched refs:zStep (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dxm_tri.c84 span.z += span.zStep; \
119 span.z += span.zStep; \
154 span.z += span.zStep; \
186 span.z += span.zStep; \
219 span.z += span.zStep; \
250 span.z += span.zStep; \
280 span.z += span.zStep; \
312 span.z += span.zStep; \
339 span.z += span.zStep; \
366 span.z += span.zStep; \
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_linetemp.h249 span.zStep = FloatToFixed( vert1->attrib[VARYING_SLOT_POS][2]
255 span.zStep = (GLint) (( vert1->attrib[VARYING_SLOT_POS][2]
321 span.z += span.zStep;
361 span.z += span.zStep;
H A Ds_span.h150 GLfixed z, zStep; /**< XXX z should probably be GLuint */ member in struct:sw_span
H A Ds_points.c98 span.zStep = 0;
255 span.zStep = 0;
375 span.zStep = 0;
H A Ds_zoom.c182 zoomed.zStep = span->zStep;
H A Ds_tritemp.h354 span.zStep = SignedFloatToFixed(span.attrStepX[VARYING_SLOT_POS][2]);
356 span.zStep = (GLint) span.attrStepX[VARYING_SLOT_POS][2];
748 fdzInner = fdzOuter + span.zStep;
H A Ds_span.c81 span->zStep = 0;
381 * Fill in the span.zArray array from the span->z, zStep values.
396 zval += span->zStep;
405 zval += span->zStep;
785 span->z += leftClip * span->zStep;
H A Ds_triangle.c228 span.z += span.zStep; \
905 span.z += span.zStep; \
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_linetemp.h249 span.zStep = FloatToFixed( vert1->attrib[VARYING_SLOT_POS][2]
255 span.zStep = (GLint) (( vert1->attrib[VARYING_SLOT_POS][2]
321 span.z += span.zStep;
361 span.z += span.zStep;
H A Ds_span.h150 GLfixed z, zStep; /**< XXX z should probably be GLuint */ member in struct:sw_span
H A Ds_points.c98 span.zStep = 0;
248 span.zStep = 0;
368 span.zStep = 0;
H A Ds_zoom.c182 zoomed.zStep = span->zStep;
H A Ds_tritemp.h355 span.zStep = SignedFloatToFixed(span.attrStepX[VARYING_SLOT_POS][2]);
357 span.zStep = (GLint) span.attrStepX[VARYING_SLOT_POS][2];
749 fdzInner = fdzOuter + span.zStep;
H A Ds_span.c81 span->zStep = 0;
381 * Fill in the span.zArray array from the span->z, zStep values.
396 zval += span->zStep;
405 zval += span->zStep;
785 span->z += leftClip * span->zStep;
H A Ds_triangle.c228 span.z += span.zStep; \
905 span.z += span.zStep; \
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dxm_tri.c83 span.z += span.zStep; \
118 span.z += span.zStep; \
153 span.z += span.zStep; \
185 span.z += span.zStep; \
218 span.z += span.zStep; \
249 span.z += span.zStep; \
279 span.z += span.zStep; \
311 span.z += span.zStep; \
338 span.z += span.zStep; \
365 span.z += span.zStep; \
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/osmesa/
H A Dosmesa.c276 span.z += span.zStep; \
304 span.z += span.zStep; \

Completed in 19 milliseconds