mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 08:50:09 +01:00
ir3: enable lower_pack_64_4x16
The compiler won't be able to emit pack_64_4x16. Fix infinite optimization loop caused in nir_opt_algebraic caused by it. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/13223 Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35112>
This commit is contained in:
parent
86f7ce06be
commit
aa2ff0261b
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ static const nir_shader_compiler_options ir3_base_options = {
|
|||
.lower_unpack_unorm_4x8 = true,
|
||||
.lower_unpack_unorm_2x16 = true,
|
||||
.lower_pack_split = true,
|
||||
.lower_pack_64_4x16 = true,
|
||||
.lower_to_scalar = true,
|
||||
.has_imul24 = true,
|
||||
.has_icsel_eqz32 = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue