nir: rename nir_vectorize_tess_levels -> nir_lower_tess_level_array_vars_to_vec

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 17:54:55 -04:00
committed by Marge Bot
parent 2aa94caf82
commit 12df9b3def
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ radv_nir_lower_io(struct radv_device *device, nir_shader *nir)
nir_lower_direct_array_deref_of_vec_store | nir_lower_indirect_array_deref_of_vec_store);
if (nir->info.stage == MESA_SHADER_TESS_CTRL) {
NIR_PASS(_, nir, nir_vectorize_tess_levels);
NIR_PASS(_, nir, nir_lower_tess_level_array_vars_to_vec);
}
if (nir->info.stage == MESA_SHADER_VERTEX) {