Searched refs:writes_1_if_tex_is_1 (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.h420 uint8_t writes_1_if_tex_is_1; member in struct:si_shader_info
H A Dsi_state.c645 if (unlikely(sel->info.writes_1_if_tex_is_1 == 0xff)) {
656 sel->info.writes_1_if_tex_is_1 = 1 + texunit;
658 sel->info.writes_1_if_tex_is_1 = 0;
665 if (sel->info.writes_1_if_tex_is_1 &&
666 sel->info.writes_1_if_tex_is_1 != 0xff) {
668 int unit = sctx->shader.ps.cso->info.writes_1_if_tex_is_1 - 1;
H A Dsi_shader_nir.c429 info->writes_1_if_tex_is_1 = nir->info.writes_memory ? 0 : 0xff;

Completed in 12 milliseconds