Searched defs:pipe_blend_state (Results 1 – 2 of 2) sorted by relevance
364 struct pipe_blend_state struct366 unsigned independent_blend_enable:1;367 unsigned logicop_enable:1;368 unsigned logicop_func:4; /**< PIPE_LOGICOP_x */369 unsigned dither:1;370 unsigned alpha_to_coverage:1;371 unsigned alpha_to_coverage_dither:1;372 unsigned alpha_to_one:1;373 unsigned max_rt:3; /* index of max rt, Ie. # of cbufs minus 1 */374 unsigned advanced_blend_func:4;[all …]
274 struct pipe_blend_state struct276 unsigned independent_blend_enable:1;277 unsigned logicop_enable:1;278 unsigned logicop_func:4; /**< PIPE_LOGICOP_x */279 unsigned dither:1;280 unsigned alpha_to_coverage:1;281 unsigned alpha_to_one:1;282 struct pipe_rt_blend_state rt[PIPE_MAX_COLOR_BUFS];