mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
radv: Add nir_foreach_variable_with_modes to .clang-format
Yet another loop macro. Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19866>
This commit is contained in:
parent
433c6f5d3a
commit
9f03e9c286
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ ForEachMacros:
|
|||
- nir_foreach_shader_in_variable
|
||||
- nir_foreach_shader_out_variable_safe
|
||||
- nir_foreach_variable_in_list
|
||||
- nir_foreach_variable_with_modes
|
||||
- nir_foreach_src
|
||||
- foreach_two_lists
|
||||
- u_foreach_bit
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue