mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-20 06:40:24 +01:00
gallivm/nir: lower packing
This fixes some CL upsample tests, which lower into packing that needs lowering. Acked-by: Roland Scheidegger <sroland@vmware.com>
This commit is contained in:
parent
31e0e8a51b
commit
5be1ea7d79
1 changed files with 1 additions and 0 deletions
|
|
@ -1815,6 +1815,7 @@ void lp_build_opt_nir(struct nir_shader *nir)
|
|||
progress = false;
|
||||
NIR_PASS_V(nir, nir_opt_constant_folding);
|
||||
NIR_PASS_V(nir, nir_opt_algebraic);
|
||||
NIR_PASS_V(nir, nir_lower_pack);
|
||||
} while (progress);
|
||||
nir_lower_bool_to_int32(nir);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue