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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_live_variables.h70 BITSET_WORD flag_def[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];
197 ~bd->flag_def[0]));
290 block_data[i].flag_def[0] = 0;
H A Dbrw_vec4_live_variables.cpp90 !BITSET_TEST(bd->flag_def, c)) {
115 BITSET_SET(bd->flag_def, c);
174 ~bd->flag_def[0]));
199 block_data[i].flag_def[0] = 0;
H A Dbrw_vec4_live_variables.h56 BITSET_WORD flag_def[1]; member in struct:brw::block_data
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_live_variables.h74 BITSET_WORD flag_def[1]; member in struct:brw::fs_live_variables::block_data
H A Dbrw_vec4_live_variables.cpp96 !BITSET_TEST(bd->flag_def, c)) {
126 BITSET_SET(bd->flag_def, c);
185 ~bd->flag_def[0]));
243 block_data[i].flag_def[0] = 0;
H A Dbrw_vec4_live_variables.h61 BITSET_WORD flag_def[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];
197 ~bd->flag_def[0]));
303 block_data[i].flag_def[0] = 0;

Completed in 12 milliseconds