nir: Drop nir_ssa_dest_init_for_type()
authorFaith Ekstrand <faith.ekstrand@collabora.com>
Sat, 12 Aug 2023 23:59:27 +0000 (18:59 -0500)
committerMarge Bot <emma+marge@anholt.net>
Sun, 13 Aug 2023 17:12:52 +0000 (17:12 +0000)
commit0ec7b8455e3d26db36420e514c426c589372bb25
tree0ad5388b509936890a52bda4021dec7e050ec910
parent6914272c301ce6749590bbe0dd19fa46cd212f40
nir: Drop nir_ssa_dest_init_for_type()

Replace it with a new nir_def_init_for_type()

Acked-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24658>
src/compiler/nir/nir.h
src/compiler/nir/nir_lower_system_values.c
src/compiler/spirv/vtn_amd.c
src/compiler/spirv/vtn_subgroup.c
src/compiler/spirv/vtn_variables.c
src/intel/compiler/brw_kernel.c