Searched refs:SPAN_Z (Results 1 – 11 of 11) sorted by relevance
105 span.interpMask = SPAN_Z | SPAN_RGBA; in sprite_point()277 span.interpMask = SPAN_Z | SPAN_RGBA; in smooth_point()385 span.interpMask = SPAN_Z | SPAN_RGBA; in large_point()467 span->arrayMask = SPAN_XY | SPAN_Z; in pixel_point()
292 span->interpMask &= ~SPAN_Z; in _swrast_exec_fragment_program()293 span->arrayMask |= SPAN_Z; in _swrast_exec_fragment_program()
200 zoomed.interpMask = span->interpMask & ~SPAN_Z; in zoom_span()201 zoomed.arrayMask |= SPAN_Z; in zoom_span()202 ASSERT(span->arrayMask & SPAN_Z); in zoom_span()
52 #define SPAN_Z 0x02 /**< interpMask and arrayMask */ macro
78 span->interpMask |= SPAN_Z; in _swrast_span_default_attribs()385 ASSERT(!(span->arrayMask & SPAN_Z)); in _swrast_span_interpolate_z()404 span->interpMask &= ~SPAN_Z; in _swrast_span_interpolate_z()405 span->arrayMask |= SPAN_Z; in _swrast_span_interpolate_z()995 if (!(span->arrayMask & SPAN_Z)) in shade_texture_span()1216 if (!(span->arrayMask & SPAN_Z)) in _swrast_write_rgba_span()1232 ASSERT(span->arrayMask & SPAN_Z); in _swrast_write_rgba_span()
245 interpFlags |= SPAN_Z; in NAME()
136 line.span.arrayMask |= SPAN_Z; in NAME()
120 span.arrayMask |= SPAN_Z;
263 span.arrayMask = SPAN_Z; in copy_depth_pixels()
315 span.arrayMask = SPAN_Z; in draw_depth_pixels()
334 span.interpMask |= SPAN_Z; in NAME()