Lines Matching refs:SWspan
65 _swrast_span_default_attribs(struct gl_context *ctx, SWspan *span) in _swrast_span_default_attribs()
172 interpolate_active_attribs(struct gl_context *ctx, SWspan *span, in interpolate_active_attribs()
220 interpolate_int_colors(struct gl_context *ctx, SWspan *span) in interpolate_int_colors()
320 interpolate_float_colors(SWspan *span) in interpolate_float_colors()
381 _swrast_span_interpolate_z( const struct gl_context *ctx, SWspan *span ) in _swrast_span_interpolate_z()
471 interpolate_texcoords(struct gl_context *ctx, SWspan *span) in interpolate_texcoords()
623 interpolate_wpos(struct gl_context *ctx, SWspan *span) in interpolate_wpos()
657 stipple_polygon_span(struct gl_context *ctx, SWspan *span) in stipple_polygon_span()
702 clip_span( struct gl_context *ctx, SWspan *span ) in clip_span()
832 add_specular(struct gl_context *ctx, SWspan *span) in add_specular()
881 apply_aa_coverage(SWspan *span) in apply_aa_coverage()
915 clamp_colors(SWspan *span) in clamp_colors()
936 convert_color_type(SWspan *span, GLenum srcType, GLenum newType, GLuint output) in convert_color_type()
976 shade_texture_span(struct gl_context *ctx, SWspan *span) in shade_texture_span()
1131 _swrast_write_rgba_span( struct gl_context *ctx, SWspan *span) in _swrast_write_rgba_span()
1577 SWspan *span) in _swrast_get_dest_rgba()