mesa/src/asahi
Rhys Perry ec59b59b97 nir: rename nir_src_parent_instr to nir_src_use_instr
sed -i "s/nir_src_parent_instr/nir_src_use_instr/" `find ./ -type f`
sed -i "s/nir_src_parent_if/nir_src_use_if/" `find ./ -type f`
sed -i "s/nir_src_set_parent/nir_src_set_use/" `find ./ -type f`

There are two kinds of "parent" in relation to a src/def:
- the instruction where the def or src's def is defined
- the instruction which the src is a part of and where the def is used

Clarify that the parent here is where the src's def is used, not where
it's defined.

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Mel Henning <mhenning@darkrefraction.com>
Reviewed-by: Georg Lehmann <dadschoorse@gmail.com>
Acked-by: Ian Romanick <ian.d.romanick@intel.com>
Acked-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41344>
2026-05-06 17:09:22 +00:00
..
ci hk: ci: Handle more spurious wsi CTS timeouts/fails 2026-04-11 19:23:45 +00:00
clc spirv,treewide: rework specialization constant 2026-04-22 06:57:55 +00:00
compiler nir: rename nir_src_parent_instr to nir_src_use_instr 2026-05-06 17:09:22 +00:00
drm-shim asahi: fix drm-shim 2025-09-15 22:46:21 +00:00
genxml asahi: fix some copyright headers 2026-02-23 20:04:12 +00:00
isa asahi: fix some copyright headers 2026-02-23 20:04:12 +00:00
layout treewide: Replace calling to function ALIGN with align 2025-11-12 21:58:40 +00:00
lib Rename SHA1 words to BLAKE3 2026-03-23 07:03:28 +00:00
libagx poly: Make all heap allocations atomic 2025-11-25 23:20:28 +00:00
vulkan hk: Add HK_MAX_RTS to maxFragmentCombinedOutputResources 2026-04-13 19:02:08 +00:00
.clang-format clang-format: Update the .clang-format files to conformance clang-format json-schema 2025-09-09 07:04:55 +00:00
meson.build agx: add XML-based disassembler 2025-06-05 18:57:42 +00:00