nir s/nir_get_ssa_scalar/nir_get_scalar/
authorFaith Ekstrand <faith.ekstrand@collabora.com>
Tue, 15 Aug 2023 15:07:24 +0000 (10:07 -0500)
committerMarge Bot <emma+marge@anholt.net>
Tue, 15 Aug 2023 17:44:27 +0000 (17:44 +0000)
commitb781dd6200931bb1398e07c555281d9cfa93fd8c
tree2d2740f9e941409bb8dc19b8e304167f5c31695f
parent65b6ac8aa4554987867a4dbd463a5914135efd22
nir s/nir_get_ssa_scalar/nir_get_scalar/

Generated with sed:

    sed -i -e 's/nir_get_ssa_scalar/nir_get_scalar/g' src/**/*.h src/**/*.c src/**/*.cpp

Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24703>
26 files changed:
src/amd/common/ac_nir.c
src/amd/common/ac_nir_lower_tex.c
src/asahi/compiler/agx_nir_lower_address.c
src/compiler/nir/nir.h
src/compiler/nir/nir_builder.h
src/compiler/nir/nir_lower_image.c
src/compiler/nir/nir_lower_io_to_vector.c
src/compiler/nir/nir_lower_locals_to_regs.c
src/compiler/nir/nir_lower_mediump.c
src/compiler/nir/nir_lower_system_values.c
src/compiler/nir/nir_lower_tex.c
src/compiler/nir/nir_lower_vars_to_ssa.c
src/compiler/nir/nir_mod_analysis.c
src/compiler/nir/nir_opt_combine_stores.c
src/compiler/nir/nir_opt_copy_prop_vars.c
src/compiler/nir/nir_opt_offsets.c
src/compiler/nir/nir_opt_shrink_vectors.c
src/compiler/nir/nir_range_analysis.c
src/compiler/nir/tests/mod_analysis_tests.cpp
src/compiler/nir/tests/opt_shrink_vectors_tests.cpp
src/compiler/nir/tests/range_analysis_tests.cpp
src/compiler/spirv/spirv_to_nir.c
src/gallium/auxiliary/nir/nir_to_tgsi.c
src/gallium/drivers/r600/sfn/sfn_nir_lower_64bit.cpp
src/intel/compiler/brw_mesh.cpp
src/microsoft/compiler/nir_to_dxil.c