Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_live_variables.cpp147 BITSET_WORD new_liveout = (child_bd->livein[i] & in compute_live_variables() local
149 if (new_liveout) { in compute_live_variables()
150 bd->liveout[i] |= new_liveout; in compute_live_variables()
154 BITSET_WORD new_liveout = (child_bd->flag_livein[0] & in compute_live_variables() local
156 if (new_liveout) { in compute_live_variables()
157 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()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_ra.c856 BITSET_WORD new_liveout = in ra_compute_livein_liveout() local
859 if (new_liveout) { in ra_compute_livein_liveout()
860 bd->liveout[i] |= new_liveout; in ra_compute_livein_liveout()