Searched refs:flag_use (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_live_variables.h71 BITSET_WORD flag_use[1]; member in struct:brw::block_data
H A Dbrw_fs_live_variables.cpp129 bd->flag_use[0] |= inst->flags_read(v->devinfo) & ~bd->flag_def[0];
141 bd->flag_def[0] |= inst->flags_written() & ~bd->flag_use[0];
195 BITSET_WORD new_livein = (bd->flag_use[0] |
291 block_data[i].flag_use[0] = 0;
H A Dbrw_vec4_live_variables.cpp91 BITSET_SET(bd->flag_use, c);
114 !BITSET_TEST(bd->flag_use, c)) {
172 BITSET_WORD new_livein = (bd->flag_use[0] |
200 block_data[i].flag_use[0] = 0;
H A Dbrw_vec4_live_variables.h57 BITSET_WORD flag_use[1]; member in struct:brw::block_data
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_live_variables.h75 BITSET_WORD flag_use[1]; member in struct:brw::fs_live_variables::block_data
H A Dbrw_vec4_live_variables.cpp97 BITSET_SET(bd->flag_use, c);
125 !BITSET_TEST(bd->flag_use, c)) {
183 BITSET_WORD new_livein = (bd->flag_use[0] |
244 block_data[i].flag_use[0] = 0;
H A Dbrw_vec4_live_variables.h62 BITSET_WORD flag_use[1]; member in struct:brw::vec4_live_variables::block_data
H A Dbrw_fs_live_variables.cpp129 bd->flag_use[0] |= inst->flags_read(devinfo) & ~bd->flag_def[0];
141 bd->flag_def[0] |= inst->flags_written(devinfo) & ~bd->flag_use[0];
195 BITSET_WORD new_livein = (bd->flag_use[0] |
304 block_data[i].flag_use[0] = 0;

Completed in 4 milliseconds