Searched refs:SPAN_Z (Results 1 – 11 of 11) sorted by relevance
104 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()
280 span->interpMask &= ~SPAN_Z; in _swrast_exec_fragment_program()281 span->arrayMask |= SPAN_Z; in _swrast_exec_fragment_program()
199 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()
81 span->interpMask |= SPAN_Z; in _swrast_span_default_attribs()388 assert(!(span->arrayMask & SPAN_Z)); in _swrast_span_interpolate_z()407 span->interpMask &= ~SPAN_Z; in _swrast_span_interpolate_z()408 span->arrayMask |= SPAN_Z; in _swrast_span_interpolate_z()998 if (!(span->arrayMask & SPAN_Z)) in shade_texture_span()1219 if (!(span->arrayMask & SPAN_Z)) in _swrast_write_rgba_span()1235 assert(span->arrayMask & SPAN_Z); in _swrast_write_rgba_span()
52 #define SPAN_Z 0x02 /**< interpMask and arrayMask */ macro
136 line.span.arrayMask |= SPAN_Z; in NAME()
245 interpFlags |= SPAN_Z; in NAME()
120 span.arrayMask |= SPAN_Z;
252 span.arrayMask = SPAN_Z; in copy_depth_pixels()
317 span.arrayMask = SPAN_Z; in draw_depth_pixels()
339 span.interpMask |= SPAN_Z; in NAME()