freedreno: add missing entries to ForEachMacros

Signed-off-by: Job Noorman <jnoorman@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32107>
This commit is contained in:
Job Noorman
2025-01-24 09:55:05 +01:00
committed by Marge Bot
parent bbd164e2e3
commit b4c95124ab
+3
View File
@@ -37,6 +37,7 @@ ForEachMacros:
- foreach_instr
- foreach_instr_rev
- foreach_instr_safe
- foreach_instr_from
- foreach_instr_from_safe
- foreach_block
- foreach_block_safe
@@ -53,3 +54,5 @@ ForEachMacros:
- foreach_instr_rpt
- foreach_instr_rpt_excl
- foreach_instr_rpt_excl_safe
- foreach_bo
- foreach_bo_safe