Searched defs:si_framebuffer (Results 1 – 1 of 1) sorted by relevance
274 struct si_framebuffer { struct275 struct r600_atom atom;276 struct pipe_framebuffer_state state;277 unsigned colorbuf_enabled_4bit;278 unsigned spi_shader_col_format;279 unsigned spi_shader_col_format_alpha;280 unsigned spi_shader_col_format_blend;281 unsigned spi_shader_col_format_blend_alpha;282 ubyte nr_samples:5; /* at most 16xAA */283 ubyte log_samples:3; /* at most 4 = 16xAA */[all …]