mesa/src/panfrost/lib
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
..
genxml pan/decode: Print compute job payloads 2023-04-13 01:49:33 +00:00
tests panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
.gitignore panfrost: Add panloader/ to .gitignore 2020-08-06 23:54:24 +00:00
meson.build meson: inline gtest_test_protocol now that it's always 'gtest' 2023-03-10 07:20:29 +00:00
pan_afbc.c panfrost: Don't use AFBC of sRGB luminance-alpha 2023-01-14 20:00:37 +00:00
pan_attributes.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_blend.c panfrost: Move sysvals to GL driver struct 2023-03-23 23:53:46 +00:00
pan_blend.h panfrost: Preprocess shaders in the driver 2023-03-23 23:53:46 +00:00
pan_blitter.c nir: Drop unused name from nir_ssa_dest_init 2023-05-17 23:46:16 +00:00
pan_blitter.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_bo.c panfrost: Re-run clang-format 2023-04-10 21:56:04 +00:00
pan_bo.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_clear.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_cs.c panfrost: Estimate vertex count for hier mask 2023-03-31 00:19:18 +00:00
pan_cs.h panfrost: Estimate vertex count for hier mask 2023-03-31 00:19:18 +00:00
pan_device.h panfrost: Use u_default_get_sample_position 2023-04-13 15:40:54 +00:00
pan_earlyzs.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_earlyzs.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_encoder.h panfrost: Estimate vertex count for hier mask 2023-03-31 00:19:18 +00:00
pan_format.c panfrost: Defeature 24-bit textures 2023-03-14 23:10:01 +00:00
pan_format.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_indirect_dispatch.c panfrost: Move sysvals to GL driver struct 2023-03-23 23:53:46 +00:00
pan_indirect_dispatch.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_layout.c panfrost: Clang-format pan_layout.c 2022-12-23 21:43:08 -05:00
pan_pool.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_props.c panfrost: move max_thread_count and take reg_count into account 2023-03-31 20:29:00 +00:00
pan_samples.c panfrost: Use u_default_get_sample_position 2023-04-13 15:40:54 +00:00
pan_scoreboard.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_scratch.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_shader.c panfrost: Lower sysvals in GL 2023-03-23 23:53:46 +00:00
pan_shader.h panfrost: Preprocess shaders in the driver 2023-03-23 23:53:46 +00:00
pan_texture.c panfrost: Handle fixed-point packing in GenXML 2023-03-11 06:30:02 +00:00
pan_texture.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_tiler.c panfrost: Choose hierarchy masks by vertex count 2023-03-31 00:19:18 +00:00
pan_util.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_util.h panfrost: Re-run clang-format 2023-04-10 21:56:04 +00:00
wrap.h pan/decode: Add support for decoding CSF 2023-02-13 15:24:10 +00:00