Home
last modified time | relevance | path

Searched defs:si_framebuffer (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.h727 struct si_framebuffer { struct
728 struct pipe_framebuffer_state state;
729 unsigned colorbuf_enabled_4bit;
730 unsigned spi_shader_col_format;
731 unsigned spi_shader_col_format_alpha;
732 unsigned spi_shader_col_format_blend;
733 unsigned spi_shader_col_format_blend_alpha;
734 uint8_t nr_samples : 5; /* at most 16xAA */
735 uint8_t log_samples : 3; /* at most 4 = 16xAA */
736 uint8_t nr_color_samples; /* at most 8xAA */
[all …]