Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_live_variables.cpp127 bd->flag_use[0] |= inst->flags_read(v->devinfo) & ~bd->flag_def[0]; in setup_def_use()
139 bd->flag_def[0] |= inst->flags_written() & ~bd->flag_use[0]; in setup_def_use()
193 BITSET_WORD new_livein = (bd->flag_use[0] | in compute_live_variables()
265 block_data[i].flag_use[0] = 0; in fs_live_variables()
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.h56 BITSET_WORD flag_use[1]; member
Dbrw_vec4_live_variables.h54 BITSET_WORD flag_use[1]; member