Home
last modified time | relevance | path

Searched refs:flag_use (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_live_variables.cpp91 BITSET_SET(bd->flag_use, c); in setup_def_use()
114 !BITSET_TEST(bd->flag_use, c)) { in setup_def_use()
172 BITSET_WORD new_livein = (bd->flag_use[0] | in compute_live_variables()
200 block_data[i].flag_use[0] = 0; in vec4_live_variables()
Dbrw_fs_live_variables.cpp129 bd->flag_use[0] |= inst->flags_read(v->devinfo) & ~bd->flag_def[0]; in setup_def_use()
141 bd->flag_def[0] |= inst->flags_written() & ~bd->flag_use[0]; in setup_def_use()
195 BITSET_WORD new_livein = (bd->flag_use[0] | in compute_live_variables()
291 block_data[i].flag_use[0] = 0; in fs_live_variables()
Dbrw_fs_live_variables.h71 BITSET_WORD flag_use[1]; member
Dbrw_vec4_live_variables.h57 BITSET_WORD flag_use[1]; member