Lines Matching full:blend
3 Blend
9 Blend Factors
12 The blend factors largely follow the same pattern as their counterparts
15 Dual source blend factors are supported for up to 1 MRT, although
26 blend state is ignored, including per-render-target state, so logicops are
85 If enabled, blend state is different for each render target, and
87 If disabled, blend state is the same for all render targets, and only
90 Contains the per-rendertarget blend state.
96 If blending is enabled, perform a blend calculation according to blend
100 The blend function to use for rgb channels. One of PIPE_BLEND.
102 The blend source factor to use for rgb channels. One of PIPE_BLENDFACTOR.
104 The blend destination factor to use for rgb channels. One of PIPE_BLENDFACTOR.
106 The blend function to use for the alpha channel. One of PIPE_BLEND.
108 The blend source factor to use for the alpha channel. One of PIPE_BLENDFACTOR.
110 The blend destination factor to use for alpha channel. One of PIPE_BLENDFACTOR.