mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 05:48:07 +02:00
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>
|
||
|---|---|---|
| .. | ||
| codegen | ||
| compiler | ||
| drm-shim | ||
| mme | ||
| nil | ||
| nvidia-headers | ||
| vulkan | ||
| winsys | ||
| meson.build | ||