Home
last modified time | relevance | path

Searched defs: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
165 BITSET_WORD new_liveout = (child_bd->flag_livein[0] & in compute_live_variables() local
Dbrw_fs_live_variables.cpp170 BITSET_WORD new_liveout = (child_bd->livein[i] & in compute_live_variables() local
177 BITSET_WORD new_liveout = (child_bd->flag_livein[0] & in compute_live_variables() local
/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