Lines Matching refs:swrast
905 SWcontext *swrast = SWRAST_CONTEXT(ctx); in _swrast_choose_blend_func() local
913 swrast->BlendFunc = blend_general; in _swrast_choose_blend_func()
919 swrast->BlendFunc = _mesa_mmx_blend_min; in _swrast_choose_blend_func()
923 swrast->BlendFunc = blend_min; in _swrast_choose_blend_func()
929 swrast->BlendFunc = _mesa_mmx_blend_max; in _swrast_choose_blend_func()
933 swrast->BlendFunc = blend_max; in _swrast_choose_blend_func()
936 swrast->BlendFunc = blend_general; in _swrast_choose_blend_func()
942 swrast->BlendFunc = _mesa_mmx_blend_transparency; in _swrast_choose_blend_func()
948 swrast->BlendFunc = blend_transparency_ubyte; in _swrast_choose_blend_func()
950 swrast->BlendFunc = blend_transparency_ushort; in _swrast_choose_blend_func()
952 swrast->BlendFunc = blend_transparency_float; in _swrast_choose_blend_func()
958 swrast->BlendFunc = _mesa_mmx_blend_add; in _swrast_choose_blend_func()
962 swrast->BlendFunc = blend_add; in _swrast_choose_blend_func()
971 swrast->BlendFunc = _mesa_mmx_blend_modulate; in _swrast_choose_blend_func()
975 swrast->BlendFunc = blend_modulate; in _swrast_choose_blend_func()
978 swrast->BlendFunc = blend_noop; in _swrast_choose_blend_func()
981 swrast->BlendFunc = blend_replace; in _swrast_choose_blend_func()
984 swrast->BlendFunc = blend_general; in _swrast_choose_blend_func()
998 SWcontext *swrast = SWRAST_CONTEXT(ctx); in _swrast_blend_span() local
1007 swrast->BlendFunc(ctx, span->end, span->array->mask, in _swrast_blend_span()