mesa/src/broadcom
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 vc4/ci: update expected results 2023-08-08 10:52:01 +00:00
cle broadcom/cle: fix up viewport offset packet definition for V3D 4.1+ 2023-06-07 18:40:56 +00:00
clif v3d/clif: add support for dumping GS shader state 2021-10-13 21:23:10 +00:00
common util: Move pipe_swizzle from p_defines.h to u_formats.h 2023-08-02 03:41:23 +00:00
compiler nir: Drop most uses if nir_instr_rewrite_src() 2023-08-18 01:00:15 +00:00
drm-shim vc4: add DRM_VC4_CREATE_SHADER_BO support to drm-shim 2022-11-08 21:23:27 +00:00
qpu broadcom/compiler: fix incorrect ALU checks 2023-04-25 11:15:26 +02:00
simulator v3d: Replace usage of mtx_t with simple_mtx_t in v3d_simulator.c 2023-05-31 15:44:50 +00:00
vulkan nir: Drop most uses if nir_instr_rewrite_src() 2023-08-18 01:00:15 +00:00
.editorconfig broadcom: add editorconfig 2017-07-25 14:44:52 -07:00
meson.build meson: drop duplicate lib in lib name 2022-08-22 08:35:41 +00:00