Home
last modified time | relevance | path

Searched defs:pipe_blend_state (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h368 struct pipe_blend_state struct
370 unsigned independent_blend_enable:1;
371 unsigned logicop_enable:1;
372 unsigned logicop_func:4; /**< PIPE_LOGICOP_x */
373 unsigned dither:1;
374 unsigned alpha_to_coverage:1;
375 unsigned alpha_to_coverage_dither:1;
376 unsigned alpha_to_one:1;
377 unsigned max_rt:3; /* index of max rt, Ie. # of cbufs minus 1 */
378 unsigned advanced_blend_func:4;
[all …]