Searched defs:si_framebuffer (Results 1 – 1 of 1) sorted by relevance
720 struct si_framebuffer { struct721 struct pipe_framebuffer_state state;722 unsigned colorbuf_enabled_4bit;723 unsigned spi_shader_col_format;724 unsigned spi_shader_col_format_alpha;725 unsigned spi_shader_col_format_blend;726 unsigned spi_shader_col_format_blend_alpha;727 ubyte nr_samples : 5; /* at most 16xAA */728 ubyte log_samples : 3; /* at most 4 = 16xAA */729 ubyte nr_color_samples; /* at most 8xAA */[all …]