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