Searched defs:pipe_blend_state (Results 1 – 2 of 2) sorted by relevance
359 struct pipe_blend_state struct361 unsigned independent_blend_enable:1;362 unsigned logicop_enable:1;363 unsigned logicop_func:4; /**< PIPE_LOGICOP_x */364 unsigned dither:1;365 unsigned alpha_to_coverage:1;366 unsigned alpha_to_coverage_dither:1;367 unsigned alpha_to_one:1;368 unsigned max_rt:3; /* index of max rt, Ie. # of cbufs minus 1 */369 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];