Files
mesa/src
Faith Ekstrand de063a1481 nir: Drop most uses of nir_instr_rewrite_src_ssa()
Generated with the following semantic patch:

    @@
    expression I, S, D;
    @@

    -nir_instr_rewrite_src_ssa(I, S, D);
    +nir_src_rewrite(S, D);

Acked-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24729>
2023-08-18 01:00:15 +00:00
..
2023-08-18 00:41:53 +00:00
2023-08-03 20:46:32 +00:00
2023-05-14 11:09:02 +00:00
2023-08-14 21:22:53 +00:00
2023-08-04 21:31:52 +00:00