Searched refs:colors_written_4bit (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.h370 unsigned colors_written_4bit; member in struct:si_shader_selector
H A Dsi_pipe.h1646 colormask &= ps->colors_written_4bit;
1647 else if (!ps->colors_written_4bit)
H A Dsi_state_shaders.c1593 key->part.ps.epilog.spi_shader_col_format &= sel->colors_written_4bit;
2390 sel->colors_written_4bit |= 0xf << (4 * i);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.h487 unsigned colors_written_4bit; member in struct:si_shader_selector
H A Dsi_pipe.h1840 colormask &= ps->colors_written_4bit;
1841 else if (!ps->colors_written_4bit)
H A Dsi_state_shaders.c2018 key->part.ps.epilog.spi_shader_col_format &= sel->colors_written_4bit;
2027 if (sel->colors_written_4bit &
2968 sel->colors_written_4bit |= 0xf << (4 * i);

Completed in 21 milliseconds