Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_cmod_propagation.cpp150 (scan_inst->flags_read(devinfo) & flags_written) != 0; in cmod_propagate_cmp_to_add()
218 (scan_inst->flags_read(devinfo) & flags_written) != 0; in cmod_propagate_not()
538 (scan_inst->flags_read(devinfo) & flags_written) != 0; in opt_cmod_propagation_local()
Dbrw_fs_dead_code_eliminate.cpp139 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.cpp338 if (entry->generator->flags_read(devinfo) || in opt_cse_local()
Dbrw_ir_fs.h375 unsigned flags_read(const intel_device_info *devinfo) const;
Dbrw_schedule_instructions.cpp1204 if (const unsigned mask = inst->flags_read(v->devinfo)) { in calculate_deps()
1333 if (const unsigned mask = inst->flags_read(v->devinfo)) { in calculate_deps()
Dbrw_ir_performance.cpp1371 if (const unsigned mask = inst->flags_read(devinfo)) { in issue_fs_inst()
Dbrw_fs.cpp1017 fs_inst::flags_read(const intel_device_info *devinfo) const in flags_read() function in fs_inst
6472 flag_liveout |= inst->flags_read(devinfo); in fixup_nomask_control_flow()
/third_party/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