Home
last modified time | relevance | path

Searched defs:new_livein (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_live_variables.cpp175 BITSET_WORD new_livein = (bd->use[i] | in compute_live_variables() local
183 BITSET_WORD new_livein = (bd->flag_use[0] | in compute_live_variables() local
Dbrw_fs_live_variables.cpp187 BITSET_WORD new_livein = (bd->use[i] | in compute_live_variables() local
195 BITSET_WORD new_livein = (bd->flag_use[0] | in compute_live_variables() local
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c441 uint8_t new_livein = ((bs->use[i] | (bs->liveout[i] & ~bs->def[i])) & in ntt_live_regs() local