Home
last modified time | relevance | path

Searched refs:SPAN_Z (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_points.c104 span.interpMask = SPAN_Z | SPAN_RGBA; in sprite_point()
276 span.interpMask = SPAN_Z | SPAN_RGBA; in smooth_point()
384 span.interpMask = SPAN_Z | SPAN_RGBA; in large_point()
466 span->arrayMask = SPAN_XY | SPAN_Z; in pixel_point()
Ds_fragprog.c280 span->interpMask &= ~SPAN_Z; in _swrast_exec_fragment_program()
281 span->arrayMask |= SPAN_Z; in _swrast_exec_fragment_program()
Ds_zoom.c199 zoomed.interpMask = span->interpMask & ~SPAN_Z; in zoom_span()
200 zoomed.arrayMask |= SPAN_Z; in zoom_span()
201 assert(span->arrayMask & SPAN_Z); in zoom_span()
Ds_span.c79 span->interpMask |= SPAN_Z; in _swrast_span_default_attribs()
386 assert(!(span->arrayMask & SPAN_Z)); in _swrast_span_interpolate_z()
405 span->interpMask &= ~SPAN_Z; in _swrast_span_interpolate_z()
406 span->arrayMask |= SPAN_Z; in _swrast_span_interpolate_z()
996 if (!(span->arrayMask & SPAN_Z)) in shade_texture_span()
1217 if (!(span->arrayMask & SPAN_Z)) in _swrast_write_rgba_span()
1233 assert(span->arrayMask & SPAN_Z); in _swrast_write_rgba_span()
Ds_span.h52 #define SPAN_Z 0x02 /**< interpMask and arrayMask */ macro
Ds_linetemp.h245 interpFlags |= SPAN_Z; in NAME()
Ds_aalinetemp.h136 line.span.arrayMask |= SPAN_Z; in NAME()
Ds_aatritemp.h120 span.arrayMask |= SPAN_Z;
Ds_copypix.c252 span.arrayMask = SPAN_Z; in copy_depth_pixels()
Ds_drawpix.c317 span.arrayMask = SPAN_Z; in draw_depth_pixels()
Ds_tritemp.h339 span.interpMask |= SPAN_Z; in NAME()