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
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
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
meson.build