mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
clang-format: Add nir_foreach_reg_*
Reviewed-by: Konstantin Seurer <konstantin.seurer@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24382>
This commit is contained in:
parent
ee42e2166d
commit
fe5671e881
1 changed files with 5 additions and 0 deletions
|
|
@ -117,6 +117,11 @@ ForEachMacros:
|
|||
- nir_foreach_variable_with_modes
|
||||
- nir_foreach_variable_with_modes_safe
|
||||
|
||||
- nir_foreach_reg_decl
|
||||
- nir_foreach_reg_decl_safe
|
||||
- nir_foreach_reg_load
|
||||
- nir_foreach_reg_store
|
||||
|
||||
- nir_foreach_if_use
|
||||
- nir_foreach_if_use_safe
|
||||
- nir_foreach_use
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue