Home
last modified time | relevance | path

Searched refs:new_liveout (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_live_variables.cpp158 BITSET_WORD new_liveout = (child_bd->livein[i] & in compute_live_variables() local
160 if (new_liveout) { in compute_live_variables()
161 bd->liveout[i] |= new_liveout; in compute_live_variables()
165 BITSET_WORD new_liveout = (child_bd->flag_livein[0] & in compute_live_variables() local
167 if (new_liveout) { in compute_live_variables()
168 bd->flag_liveout[0] |= new_liveout; in compute_live_variables()
Dbrw_fs_live_variables.cpp170 BITSET_WORD new_liveout = (child_bd->livein[i] & in compute_live_variables() local
172 if (new_liveout) { in compute_live_variables()
173 bd->liveout[i] |= new_liveout; in compute_live_variables()
177 BITSET_WORD new_liveout = (child_bd->flag_livein[0] & in compute_live_variables() local
179 if (new_liveout) { in compute_live_variables()
180 bd->flag_liveout[0] |= new_liveout; in compute_live_variables()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c430 uint8_t new_liveout = sbs->livein[i] & ~bs->liveout[i]; in ntt_live_regs() local
431 if (new_liveout) { in ntt_live_regs()