mesa/src/amd/vulkan/meta
Faith Ekstrand 4695bebc79 nir: Drop nir_dest
Instead, we replace every use of it with nir_def.  Most of this commit
was generated by sed:

   sed -i -e 's/dest.ssa/def/g' src/**/*.h src/**/*.c src/**/*.cpp

A few manual fixups were required in lima and the nir_legacy code.

Acked-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24674>
2023-08-14 21:22:53 +00:00
..
radv_meta.c nir: Drop "SSA" from NIR language 2023-08-12 16:44:41 -04:00
radv_meta.h nir: Drop "SSA" from NIR language 2023-08-12 16:44:41 -04:00
radv_meta_blit.c nir: Drop "SSA" from NIR language 2023-08-12 16:44:41 -04:00
radv_meta_blit2d.c nir: Drop "SSA" from NIR language 2023-08-12 16:44:41 -04:00
radv_meta_buffer.c nir: Drop "SSA" from NIR language 2023-08-12 16:44:41 -04:00
radv_meta_bufimage.c nir: Drop nir_dest 2023-08-14 21:22:53 +00:00
radv_meta_clear.c nir: Drop nir_dest 2023-08-14 21:22:53 +00:00
radv_meta_copy.c radv: allow VK_REMAINING_ARRAY_LAYERS with VkImageSubresourceLayers 2023-08-10 03:05:02 +00:00
radv_meta_copy_vrs_htile.c nir: Drop "SSA" from NIR language 2023-08-12 16:44:41 -04:00
radv_meta_dcc_retile.c nir: Drop nir_dest 2023-08-14 21:22:53 +00:00
radv_meta_decompress.c nir: Drop nir_dest 2023-08-14 21:22:53 +00:00
radv_meta_etc_decode.c nir: Drop nir_dest 2023-08-14 21:22:53 +00:00
radv_meta_fast_clear.c nir: Drop nir_dest 2023-08-14 21:22:53 +00:00
radv_meta_fmask_copy.c nir: Drop nir_dest 2023-08-14 21:22:53 +00:00
radv_meta_fmask_expand.c nir: Drop nir_dest 2023-08-14 21:22:53 +00:00
radv_meta_resolve.c radv: allow VK_REMAINING_ARRAY_LAYERS with VkImageSubresourceLayers 2023-08-10 03:05:02 +00:00
radv_meta_resolve_cs.c nir: Drop nir_dest 2023-08-14 21:22:53 +00:00
radv_meta_resolve_fs.c nir: Drop "SSA" from NIR language 2023-08-12 16:44:41 -04:00