asahi: Manually format some parts of the code

clang-format will mangle these.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20434>
This commit is contained in:
Alyssa Rosenzweig
2022-12-26 09:45:48 -05:00
committed by Marge Bot
parent de0fcd08d3
commit c1f175c9fa
11 changed files with 22 additions and 0 deletions

View File

@@ -38,6 +38,7 @@
extern "C" {
#endif
/* clang-format off */
enum agx_dbg {
AGX_DBG_MSGS = BITFIELD_BIT(0),
AGX_DBG_SHADERS = BITFIELD_BIT(1),
@@ -47,6 +48,7 @@ enum agx_dbg {
AGX_DBG_NOVALIDATE = BITFIELD_BIT(5),
AGX_DBG_NOOPT = BITFIELD_BIT(6),
};
/* clang-format on */
extern int agx_debug;