pipe_blend_state Struct Reference


Data Fields

unsigned blend_enable:1
unsigned rgb_func:3
 PIPE_BLEND_x.
unsigned rgb_src_factor:5
 PIPE_BLENDFACTOR_x.
unsigned rgb_dst_factor:5
 PIPE_BLENDFACTOR_x.
unsigned alpha_func:3
 PIPE_BLEND_x.
unsigned alpha_src_factor:5
 PIPE_BLENDFACTOR_x.
unsigned alpha_dst_factor:5
 PIPE_BLENDFACTOR_x.
unsigned logicop_enable:1
unsigned logicop_func:4
 PIPE_LOGICOP_x.
unsigned colormask:4
 bitmask of PIPE_MASK_R/G/B/A
unsigned dither:1

Detailed Description

Definition at line 208 of file p_state.h.


Field Documentation

unsigned pipe_blend_state::blend_enable

Definition at line 210 of file p_state.h.

unsigned pipe_blend_state::rgb_func

PIPE_BLEND_x.

Definition at line 212 of file p_state.h.

unsigned pipe_blend_state::rgb_src_factor

PIPE_BLENDFACTOR_x.

Definition at line 213 of file p_state.h.

unsigned pipe_blend_state::rgb_dst_factor

PIPE_BLENDFACTOR_x.

Definition at line 214 of file p_state.h.

unsigned pipe_blend_state::alpha_func

PIPE_BLEND_x.

Definition at line 216 of file p_state.h.

unsigned pipe_blend_state::alpha_src_factor

PIPE_BLENDFACTOR_x.

Definition at line 217 of file p_state.h.

unsigned pipe_blend_state::alpha_dst_factor

PIPE_BLENDFACTOR_x.

Definition at line 218 of file p_state.h.

unsigned pipe_blend_state::logicop_enable

Definition at line 220 of file p_state.h.

unsigned pipe_blend_state::logicop_func

PIPE_LOGICOP_x.

Definition at line 221 of file p_state.h.

unsigned pipe_blend_state::colormask

bitmask of PIPE_MASK_R/G/B/A

Definition at line 223 of file p_state.h.

unsigned pipe_blend_state::dither

Definition at line 224 of file p_state.h.


The documentation for this struct was generated from the following file:
Generated on Tue Sep 29 06:26:03 2009 for Gallium3D by  doxygen 1.5.4