mesa/src/gallium/auxiliary
Alyssa Rosenzweig cc6e3b84cb treewide: use nir_def_as_*
Via Coccinelle patch:

    @@
    expression definition;
    @@

    -nir_instr_as_alu(definition->parent_instr)
    +nir_def_as_alu(definition)

    @@
    expression definition;
    @@

    -nir_instr_as_intrinsic(definition->parent_instr)
    +nir_def_as_intrinsic(definition)

    @@
    expression definition;
    @@

    -nir_instr_as_phi(definition->parent_instr)
    +nir_def_as_phi(definition)

    @@
    expression definition;
    @@

    -nir_instr_as_load_const(definition->parent_instr)
    +nir_def_as_load_const(definition)

    @@
    expression definition;
    @@

    -nir_instr_as_deref(definition->parent_instr)
    +nir_def_as_deref(definition)

    @@
    expression definition;
    @@

    -nir_instr_as_tex(definition->parent_instr)
    +nir_def_as_tex(definition)

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Reviewed-by: Emma Anholt <emma@anholt.net>
Reviewed-by: Marek Olšák <maraeo@gmail.com>
Acked-by: Karol Herbst <kherbst@redhat.com>
Acked-by: Konstantin Seurer <konstantin.seurer@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36489>
2025-08-01 15:34:24 +00:00
..
cso_cache cso: use unbind_trailing for sampler view unbinds on context unbinds 2025-07-09 17:18:43 +00:00
draw treewide: use SWAP macro 2025-07-23 19:49:47 +00:00
driver_ddebug gallium: replace get_compiler_options with pipe_screen::nir_options 2025-07-21 00:18:20 +00:00
driver_noop gallium: replace get_compiler_options with pipe_screen::nir_options 2025-07-21 00:18:20 +00:00
driver_trace build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
gallivm treewide: use nir_def_as_* 2025-08-01 15:34:24 +00:00
hud gallium/hud: set the framebuffer texture when drawing 2025-07-17 11:48:51 +00:00
indices aux/indices: remove useless lines 2025-07-04 15:26:39 +00:00
nir treewide: use nir_def_as_* 2025-08-01 15:34:24 +00:00
pipe-loader pipe-loader: Load the rocket accel driver 2025-07-28 08:06:38 +02:00
pipebuffer util: Move pb_slab from gallium to util 2025-04-30 12:56:39 +00:00
postprocess gallium: delete union pipe_surface_desc 2025-05-29 13:07:02 +00:00
renderonly kmsro: assert that scanout refcount is larger than 0 2023-07-05 12:10:18 +00:00
rtasm util: Remove MMX/MMXext detection code 2024-11-13 23:33:15 +00:00
target-helpers pipe-loader: Load the rocket accel driver 2025-07-28 08:06:38 +02:00
tessellator build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
tgsi build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
translate treewide: use SWAP macro 2025-07-23 19:49:47 +00:00
util build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
vl build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
meson.build meson: Only build src/x11 if with_platform_x11 2025-07-16 01:32:55 +00:00