diff --git a/src/panfrost/.clang-format b/src/panfrost/.clang-format index 9a1e0787018..e56f4354240 100644 --- a/src/panfrost/.clang-format +++ b/src/panfrost/.clang-format @@ -7,6 +7,7 @@ ColumnLimit: 80 BreakStringLiterals: false SpaceBeforeParens: ControlStatementsExceptControlMacros ForEachMacros: [ + 'BITSET_FOREACH_SET', 'bi_foreach_block', 'bi_foreach_block_from', 'bi_foreach_block_from_rev', @@ -51,6 +52,7 @@ ForEachMacros: [ 'cs_update_vt_ctx', 'cs_while', 'foreach_batch', + 'list_for_each_entry_safe', 'mir_foreach_block', 'mir_foreach_block_from', 'mir_foreach_bundle_in_block', @@ -66,6 +68,8 @@ ForEachMacros: [ 'mir_foreach_instr_in_block_scheduled_rev', 'mir_foreach_predecessor', 'mir_foreach_src', + 'nir_foreach_variable_with_modes', + 'nir_foreach_shader_in_variable', 'nodearray_dense_foreach', 'nodearray_dense_foreach_64', 'nodearray_sparse_foreach',