compiler/lower_64bit_packing: rename the pass to be more generic

It can do 32-bit packing too now.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
Iago Toral Quiroga
2018-04-27 09:28:48 +02:00
parent d2564af842
commit 2d648e5ba3
7 changed files with 9 additions and 9 deletions

View File

@@ -2786,7 +2786,7 @@ typedef enum {
} nir_lower_doubles_options;
bool nir_lower_doubles(nir_shader *shader, nir_lower_doubles_options options);
bool nir_lower_64bit_pack(nir_shader *shader);
bool nir_lower_pack(nir_shader *shader);
bool nir_normalize_cubemap_coords(nir_shader *shader);