Home
last modified time | relevance | path

Searched refs:flags_read (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_cmod_propagation.cpp163 read_flag = read_flag || scan_inst->flags_read(devinfo); in opt_cmod_propagation_local()
Dbrw_fs_dead_code_eliminate.cpp137 flag_live[0] |= inst->flags_read(devinfo); in dead_code_eliminate()
Dbrw_fs_live_variables.cpp127 bd->flag_use[0] |= inst->flags_read(v->devinfo) & ~bd->flag_def[0]; in setup_def_use()
Dbrw_ir_fs.h357 unsigned flags_read(const gen_device_info *devinfo) const;
Dbrw_fs_cse.cpp323 if (entry->generator->flags_read(devinfo) || in opt_cse_local()
Dbrw_schedule_instructions.cpp1037 if (const unsigned mask = inst->flags_read(v->devinfo)) { in calculate_deps()
1163 if (const unsigned mask = inst->flags_read(v->devinfo)) { in calculate_deps()
Dbrw_fs.cpp863 fs_inst::flags_read(const gen_device_info *devinfo) const in flags_read() function in fs_inst