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 |
Definition at line 208 of file p_state.h.
unsigned pipe_blend_state::blend_enable |
unsigned pipe_blend_state::rgb_func |
unsigned pipe_blend_state::rgb_src_factor |
unsigned pipe_blend_state::rgb_dst_factor |
unsigned pipe_blend_state::alpha_func |
unsigned pipe_blend_state::alpha_src_factor |
unsigned pipe_blend_state::alpha_dst_factor |
unsigned pipe_blend_state::logicop_enable |
unsigned pipe_blend_state::logicop_func |
unsigned pipe_blend_state::colormask |
unsigned pipe_blend_state::dither |