mesa/src/gallium/frontends/clover
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
..
api clover: Fixes -Wundef in memory.cpp 2022-11-24 04:33:07 +00:00
core clover: use fallback path when pipe->clear_texture is not available 2023-07-10 15:23:06 +00:00
llvm clover/llvm: Use std::nullopt already with LLVM 16 2023-05-01 14:15:15 +00:00
nir nir: Drop nir_dest 2023-08-14 21:22:53 +00:00
spirv clover: Reserve vector memory in make_text_section 2023-02-14 12:59:44 +00:00
util clover: std::result_of is deprecated in c++17 and removed in c++20 2021-09-27 18:50:09 +00:00
meson.build compiler: Move spirv into a module of its own 2023-06-20 16:18:08 +00:00