mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 11:10:10 +01:00
pan/bi: Use pan_nir_lower_64bit_intrin
The intrinsics covered by the pass are implemented by reading 32-bit registers, so there is no reason to keep them 64-bit. Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8358>
This commit is contained in:
parent
7c2308769b
commit
76fa57d195
1 changed files with 2 additions and 0 deletions
|
|
@ -2137,6 +2137,8 @@ bi_optimize_nir(nir_shader *nir)
|
|||
.lower_txd = true,
|
||||
};
|
||||
|
||||
NIR_PASS(progress, nir, pan_nir_lower_64bit_intrin);
|
||||
|
||||
NIR_PASS(progress, nir, nir_lower_int64);
|
||||
|
||||
NIR_PASS(progress, nir, nir_lower_tex, &lower_tex_options);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue