mesa/src/microsoft/spirv_to_dxil
Faith Ekstrand b5d6b7c402 nir: Drop most uses if nir_instr_rewrite_src()
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>
2023-08-18 01:00:15 +00:00
..
dxil_spirv_nir.c nir: Drop most uses if nir_instr_rewrite_src() 2023-08-18 01:00:15 +00:00
dxil_spirv_nir.h spirv2dxil: Expose yz flip pass to external callers 2023-04-04 21:48:19 +00:00
dxil_spirv_nir_lower_bindless.c nir: Drop most uses of nir_instr_rewrite_src_ssa() 2023-08-18 01:00:15 +00:00
meson.build compiler: Move spirv into a module of its own 2023-06-20 16:18:08 +00:00
spirv2dxil.c microsoft/compiler: Take inputs from callers before providing nir options 2023-05-11 21:56:31 +00:00
spirv_to_dxil.c microsoft/compiler: Take inputs from callers before providing nir options 2023-05-11 21:56:31 +00:00
spirv_to_dxil.def spirv_to_dxil: expose version number 2021-08-05 13:30:42 -07:00
spirv_to_dxil.h dzn: Handle depth bias for point fill mode emulation 2023-04-25 15:36:01 +00:00