mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 00:30:11 +01:00
intel/elk: Also disable output constant offset src folding
Same fix from brw.
Fixes: 9a56672f56 ("nir: add shader_info::disable_input/output_offset_src_constant_folding")
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38758>
This commit is contained in:
parent
ec154eff64
commit
320f91a5ab
1 changed files with 1 additions and 0 deletions
|
|
@ -652,6 +652,7 @@ elk_nir_lower_fs_outputs(nir_shader *nir)
|
|||
}
|
||||
|
||||
nir_lower_io(nir, nir_var_shader_out, elk_type_size_dvec4, 0);
|
||||
nir->info.disable_output_offset_src_constant_folding = true;
|
||||
}
|
||||
|
||||
#define OPT(pass, ...) ({ \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue