From b4c95124abf1ce5e317a8ad747eff0da0421e2ce Mon Sep 17 00:00:00 2001 From: Job Noorman Date: Fri, 24 Jan 2025 09:55:05 +0100 Subject: [PATCH] freedreno: add missing entries to ForEachMacros Signed-off-by: Job Noorman Part-of: --- src/freedreno/.clang-format | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/freedreno/.clang-format b/src/freedreno/.clang-format index facd6c4645e..b4a930c1104 100644 --- a/src/freedreno/.clang-format +++ b/src/freedreno/.clang-format @@ -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