mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-26 10:18:12 +02:00
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>
|
||
|---|---|---|
| .. | ||
| ci | ||
| drm-shim | ||
| genxml | ||
| ir | ||
| standalone | ||
| driinfo_lima.h | ||
| lima_blit.c | ||
| lima_blit.h | ||
| lima_bo.c | ||
| lima_bo.h | ||
| lima_context.c | ||
| lima_context.h | ||
| lima_disk_cache.c | ||
| lima_disk_cache.h | ||
| lima_draw.c | ||
| lima_fence.c | ||
| lima_fence.h | ||
| lima_format.c | ||
| lima_format.h | ||
| lima_gpu.h | ||
| lima_job.c | ||
| lima_job.h | ||
| lima_parser.c | ||
| lima_parser.h | ||
| lima_program.c | ||
| lima_program.h | ||
| lima_query.c | ||
| lima_resource.c | ||
| lima_resource.h | ||
| lima_screen.c | ||
| lima_screen.h | ||
| lima_state.c | ||
| lima_texture.c | ||
| lima_texture.h | ||
| lima_util.c | ||
| lima_util.h | ||
| meson.build | ||