Searched defs:svga_blend_state (Results 1 – 1 of 1) sorted by relevance
106 struct svga_blend_state { struct107 unsigned need_white_fragments:1;108 unsigned independent_blend_enable:1;109 unsigned alpha_to_coverage:1;110 unsigned alpha_to_one:1;111 unsigned blend_color_alpha:1; /**< set blend color to alpha value */114 struct {126 } rt[PIPE_MAX_COLOR_BUFS];128 SVGA3dBlendStateId id; /**< vgpu10 */