Home | History | Annotate | Download | only in cso

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.
108 If blending is enabled, perform a blend calculation according to blend
112 The blend function to use for rgb channels. One of PIPE_BLEND.
114 The blend source factor to use for rgb channels. One of PIPE_BLENDFACTOR.
116 The blend destination factor to use for rgb channels. One of PIPE_BLENDFACTOR.
118 The blend function to use for the alpha channel. One of PIPE_BLEND.
120 The blend source factor to use for the alpha channel. One of PIPE_BLENDFACTOR.
122 The blend destination factor to use for alpha channel. One of PIPE_BLENDFACTOR.