Searched defs:si_framebuffer (Results 1 – 1 of 1) sorted by relevance
760 struct si_framebuffer { struct761 struct pipe_framebuffer_state state;762 unsigned colorbuf_enabled_4bit;763 unsigned spi_shader_col_format;764 unsigned spi_shader_col_format_alpha;765 unsigned spi_shader_col_format_blend;766 unsigned spi_shader_col_format_blend_alpha;767 ubyte nr_samples : 5; /* at most 16xAA */768 ubyte log_samples : 3; /* at most 4 = 16xAA */769 ubyte nr_color_samples; /* at most 8xAA */[all …]