nir: rename nir_lower_io_to_temporaries -> nir_lower_io_vars_to_temporaries

Acked-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35760>
This commit is contained in:
Marek Olšák
2025-06-25 19:05:19 -04:00
committed by Marge Bot
parent 1e03827c77
commit 1754507d49
38 changed files with 67 additions and 67 deletions
+1 -1
View File
@@ -316,7 +316,7 @@ preprocess_nir(nir_shader *nir)
NIR_PASS(_, nir, lower_intrinsics);
}
NIR_PASS(_, nir, nir_lower_io_to_temporaries,
NIR_PASS(_, nir, nir_lower_io_vars_to_temporaries,
nir_shader_get_entrypoint(nir), true, false);
NIR_PASS(_, nir, nir_lower_system_values);