Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs_cmod_propagation.cpp149 (scan_inst->flags_read(devinfo) & flags_written) != 0; in cmod_propagate_cmp_to_add()
216 (scan_inst->flags_read(devinfo) & flags_written) != 0; in cmod_propagate_not()
512 (scan_inst->flags_read(devinfo) & flags_written) != 0; in opt_cmod_propagation_local()
Dbrw_fs_dead_code_eliminate.cpp138 flag_live[0] |= inst->flags_read(devinfo); in dead_code_eliminate()
Dbrw_fs_live_variables.cpp129 bd->flag_use[0] |= inst->flags_read(devinfo) & ~bd->flag_def[0]; in setup_def_use()
Dbrw_fs_cse.cpp337 if (entry->generator->flags_read(devinfo) || in opt_cse_local()
Dbrw_ir_fs.h371 unsigned flags_read(const gen_device_info *devinfo) const;
Dbrw_schedule_instructions.cpp1148 if (const unsigned mask = inst->flags_read(v->devinfo)) { in calculate_deps()
1274 if (const unsigned mask = inst->flags_read(v->devinfo)) { in calculate_deps()
Dbrw_ir_performance.cpp1302 if (const unsigned mask = inst->flags_read(devinfo)) { in issue_fs_inst()
Dbrw_fs.cpp1093 fs_inst::flags_read(const gen_device_info *devinfo) const in flags_read() function in fs_inst
7947 flag_liveout |= inst->flags_read(devinfo); in fixup_nomask_control_flow()
/external/mesa3d/docs/relnotes/
D19.2.1.rst97 - intel/fs: Fix fs_inst::flags_read for ANY/ALL predicates
D19.1.8.rst148 - intel/fs: Fix fs_inst::flags_read for ANY/ALL predicates
D19.3.0.rst1786 - intel/fs: Fix fs_inst::flags_read for ANY/ALL predicates