mesa/src/broadcom
Alyssa Rosenzweig 01e9ee79f7 nir: Drop unused name from nir_ssa_dest_init
Since 624e799cc3 ("nir: Drop nir_ssa_def::name and nir_register::name"), SSA
defs don't have names, making the name argument unused. Drop it from the
signature and fix the call sites. This was done with the help of the following
Coccinelle semantic patch:

    @@
    expression A, B, C, D, E;
    @@

    -nir_ssa_dest_init(A, B, C, D, E);
    +nir_ssa_dest_init(A, B, C, D);

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23078>
2023-05-17 23:46:16 +00:00
..
ci ci/v3d: add flaking opengl 1.1@depthstencil-default_fb-drawpixels-float-and-ushort 2023-05-17 21:25:38 +00:00
cle v3d: fix various minor issues in gen_pack_header.py 2023-04-28 14:53:10 +00:00
clif v3d/clif: add support for dumping GS shader state 2021-10-13 21:23:10 +00:00
common v3d: document that V3D_DEBUG=shaderdb is *not* for shader-db 2023-04-24 10:01:00 +00:00
compiler nir: Drop unused name from nir_ssa_dest_init 2023-05-17 23:46:16 +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 broadcom: fix typos 2023-04-21 17:19:46 +00:00
vulkan nir: Drop unused name from nir_ssa_dest_init 2023-05-17 23:46:16 +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