Lines Matching refs:swrast
902 SWcontext *swrast = SWRAST_CONTEXT(ctx); in _swrast_choose_blend_func() local
910 swrast->BlendFunc = blend_general; in _swrast_choose_blend_func()
916 swrast->BlendFunc = _mesa_mmx_blend_min; in _swrast_choose_blend_func()
920 swrast->BlendFunc = blend_min; in _swrast_choose_blend_func()
926 swrast->BlendFunc = _mesa_mmx_blend_max; in _swrast_choose_blend_func()
930 swrast->BlendFunc = blend_max; in _swrast_choose_blend_func()
933 swrast->BlendFunc = blend_general; in _swrast_choose_blend_func()
939 swrast->BlendFunc = _mesa_mmx_blend_transparency; in _swrast_choose_blend_func()
945 swrast->BlendFunc = blend_transparency_ubyte; in _swrast_choose_blend_func()
947 swrast->BlendFunc = blend_transparency_ushort; in _swrast_choose_blend_func()
949 swrast->BlendFunc = blend_transparency_float; in _swrast_choose_blend_func()
955 swrast->BlendFunc = _mesa_mmx_blend_add; in _swrast_choose_blend_func()
959 swrast->BlendFunc = blend_add; in _swrast_choose_blend_func()
968 swrast->BlendFunc = _mesa_mmx_blend_modulate; in _swrast_choose_blend_func()
972 swrast->BlendFunc = blend_modulate; in _swrast_choose_blend_func()
975 swrast->BlendFunc = blend_noop; in _swrast_choose_blend_func()
978 swrast->BlendFunc = blend_replace; in _swrast_choose_blend_func()
981 swrast->BlendFunc = blend_general; in _swrast_choose_blend_func()
995 SWcontext *swrast = SWRAST_CONTEXT(ctx); in _swrast_blend_span() local
1004 swrast->BlendFunc(ctx, span->end, span->array->mask, in _swrast_blend_span()