mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
rusticl/kernel: remove nir_lower_pack pass
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23011>
This commit is contained in:
parent
75555d0660
commit
9c1051d7cf
1 changed files with 0 additions and 1 deletions
|
|
@ -391,7 +391,6 @@ fn opt_nir(nir: &mut NirShader, dev: &Device) {
|
|||
progress |= nir.pass0(nir_lower_var_copies);
|
||||
progress |= nir.pass0(nir_lower_vars_to_ssa);
|
||||
nir.pass0(nir_lower_alu);
|
||||
nir.pass0(nir_lower_pack);
|
||||
progress |= nir.pass0(nir_opt_phi_precision);
|
||||
progress |= nir.pass0(nir_opt_algebraic);
|
||||
progress |= nir.pass1(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue