nir: rename nir_var_private to nir_var_shader_temp
authorKarol Herbst <kherbst@redhat.com>
Tue, 15 Jan 2019 22:56:29 +0000 (23:56 +0100)
committerKarol Herbst <kherbst@redhat.com>
Sat, 19 Jan 2019 19:01:41 +0000 (20:01 +0100)
commite5daef95877047d6c820953666dc570237c988db
tree6a7458af4895f41f5fc1fe3647e5e50e42ec62ae
parentad99c1670abef58da5184361b7e51d08c65f8a86
nir: rename nir_var_private to nir_var_shader_temp

Signed-off-by: Karol Herbst <kherbst@redhat.com>
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
17 files changed:
src/compiler/glsl/glsl_to_nir.cpp
src/compiler/nir/nir.c
src/compiler/nir/nir.h
src/compiler/nir/nir_linking_helpers.c
src/compiler/nir/nir_lower_clip.c
src/compiler/nir/nir_lower_constant_initializers.c
src/compiler/nir/nir_lower_global_vars_to_local.c
src/compiler/nir/nir_lower_io_to_temporaries.c
src/compiler/nir/nir_opt_copy_prop_vars.c
src/compiler/nir/nir_opt_dead_write_vars.c
src/compiler/nir/nir_print.c
src/compiler/nir/nir_remove_dead_variables.c
src/compiler/nir/nir_split_vars.c
src/compiler/nir/tests/vars_tests.cpp
src/compiler/spirv/vtn_variables.c
src/gallium/auxiliary/nir/tgsi_to_nir.c
src/mesa/state_tracker/st_glsl_to_nir.cpp