mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-26 21:08:12 +02:00
Generated by the following semantic patch:
@@
expression I, S, D;
@@
-nir_instr_rewrite_src(I, S, nir_src_for_ssa(D));
+nir_src_rewrite(S, D);
Acked-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24729>
|
||
|---|---|---|
| .. | ||
| dxil_spirv_nir.c | ||
| dxil_spirv_nir.h | ||
| dxil_spirv_nir_lower_bindless.c | ||
| meson.build | ||
| spirv2dxil.c | ||
| spirv_to_dxil.c | ||
| spirv_to_dxil.def | ||
| spirv_to_dxil.h | ||