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/
H A Dsi_shader.h415 unsigned colors_written_4bit; member
H A Dsi_shader_info.c826 info->colors_written_4bit |= 0xf << (4 * i); in si_nir_scan_shader()
H A 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()
H A Dsi_state_shaders.cpp2287 (sel->info.colors_written_4bit & 0xff) == 0xff;
2314 key->ps.part.epilog.spi_shader_col_format &= sel->info.colors_written_4bit;
2328 if (sel->info.colors_written_4bit &

Completed in 16 milliseconds