Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_context.h126 struct svga_blend_state { struct
127 unsigned need_white_fragments:1;
128 unsigned independent_blend_enable:1;
129 unsigned alpha_to_coverage:1;
130 unsigned alpha_to_one:1;
131 unsigned blend_color_alpha:1; /**< set blend color to alpha value */
132 unsigned logicop_enabled:1;
133 unsigned logicop_mode:5;
136 struct {
148 } rt[PIPE_MAX_COLOR_BUFS];
[all …]