mesa/src/microsoft
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
..
ci ci: move microsoft files rules to src/microsoft/ci/gitlab-ci.yml 2023-07-18 23:07:52 +00:00
clc nir: Drop most uses if nir_instr_rewrite_src() 2023-08-18 01:00:15 +00:00
compiler nir: Drop most uses if nir_instr_rewrite_src() 2023-08-18 01:00:15 +00:00
spirv_to_dxil nir: Drop most uses if nir_instr_rewrite_src() 2023-08-18 01:00:15 +00:00
vulkan nir: Drop nir_dest 2023-08-14 21:22:53 +00:00
meson.build d3d12: Move the D3D12ResourceState code to the gallium driver 2022-04-20 23:45:28 -07:00