Home
last modified time | relevance | path

Searched refs:colors_written_4bit (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h415 unsigned colors_written_4bit; member
Dsi_pipe.h1892 colormask &= ps->info.colors_written_4bit; in si_get_total_colormask()
1893 else if (!ps->info.colors_written_4bit) in si_get_total_colormask()
Dsi_shader_info.c826 info->colors_written_4bit |= 0xf << (4 * i); in si_nir_scan_shader()
Dsi_state_shaders.cpp2287 (sel->info.colors_written_4bit & 0xff) == 0xff; in si_ps_key_update_framebuffer_blend()
2314 key->ps.part.epilog.spi_shader_col_format &= sel->info.colors_written_4bit; in si_ps_key_update_framebuffer_blend()
2328 if (sel->info.colors_written_4bit & in si_ps_key_update_framebuffer_blend()