Lines Matching refs:SWspan
64 _swrast_span_default_attribs(struct gl_context *ctx, SWspan *span) in _swrast_span_default_attribs()
171 interpolate_active_attribs(struct gl_context *ctx, SWspan *span, in interpolate_active_attribs()
219 interpolate_int_colors(struct gl_context *ctx, SWspan *span) in interpolate_int_colors()
319 interpolate_float_colors(SWspan *span) in interpolate_float_colors()
380 _swrast_span_interpolate_z( const struct gl_context *ctx, SWspan *span ) in _swrast_span_interpolate_z()
470 interpolate_texcoords(struct gl_context *ctx, SWspan *span) in interpolate_texcoords()
622 interpolate_wpos(struct gl_context *ctx, SWspan *span) in interpolate_wpos()
656 stipple_polygon_span(struct gl_context *ctx, SWspan *span) in stipple_polygon_span()
701 clip_span( struct gl_context *ctx, SWspan *span ) in clip_span()
831 add_specular(struct gl_context *ctx, SWspan *span) in add_specular()
880 apply_aa_coverage(SWspan *span) in apply_aa_coverage()
914 clamp_colors(SWspan *span) in clamp_colors()
935 convert_color_type(SWspan *span, GLenum newType, GLuint output) in convert_color_type()
975 shade_texture_span(struct gl_context *ctx, SWspan *span) in shade_texture_span()
1130 _swrast_write_rgba_span( struct gl_context *ctx, SWspan *span) in _swrast_write_rgba_span()
1572 SWspan *span) in _swrast_get_dest_rgba()