Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/pipe/
Dp_state.h320 struct pipe_blend_state struct
322 unsigned independent_blend_enable:1;
323 unsigned logicop_enable:1;
324 unsigned logicop_func:4; /**< PIPE_LOGICOP_x */
325 unsigned dither:1;
326 unsigned alpha_to_coverage:1;
327 unsigned alpha_to_one:1;
328 struct pipe_rt_blend_state rt[PIPE_MAX_COLOR_BUFS];