Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>tags/19.3-branchpoint
| @@ -1777,6 +1777,7 @@ fs_generator::generate_code(const cfg_t *cfg, int dispatch_width, | |||
| brw_set_default_saturate(p, inst->saturate); | |||
| brw_set_default_mask_control(p, inst->force_writemask_all); | |||
| brw_set_default_acc_write_control(p, inst->writes_accumulator); | |||
| brw_set_default_swsb(p, inst->sched); | |||
| unsigned exec_size = inst->exec_size; | |||
| if (devinfo->gen == 7 && !devinfo->is_haswell && | |||
| @@ -384,6 +384,8 @@ public: | |||
| bool last_rt:1; | |||
| bool pi_noperspective:1; /**< Pixel interpolator noperspective flag */ | |||
| tgl_swsb sched; /**< Scheduling info. */ | |||
| }; | |||
| /** | |||