From 72b533f5c71e594a28e32f7c9bff6e0d8ecf2f1c Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Sun, 13 Oct 2024 20:02:46 -0400 Subject: [PATCH] asahi,agx: clang-format Signed-off-by: Alyssa Rosenzweig Part-of: --- src/asahi/compiler/agx_compile.c | 3 ++- src/gallium/drivers/asahi/agx_pipe.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/asahi/compiler/agx_compile.c b/src/asahi/compiler/agx_compile.c index 6ec9add0053..d7587fff728 100644 --- a/src/asahi/compiler/agx_compile.c +++ b/src/asahi/compiler/agx_compile.c @@ -2796,7 +2796,8 @@ agx_optimize_loop_nir(nir_shader *nir) static bool mem_vectorize_cb(unsigned align_mul, unsigned align_offset, unsigned bit_size, unsigned num_components, unsigned hole_size, - nir_intrinsic_instr *low, nir_intrinsic_instr *high, void *data) + nir_intrinsic_instr *low, nir_intrinsic_instr *high, + void *data) { if (hole_size) return false; diff --git a/src/gallium/drivers/asahi/agx_pipe.c b/src/gallium/drivers/asahi/agx_pipe.c index 41312c0f361..d99de6866a9 100644 --- a/src/gallium/drivers/asahi/agx_pipe.c +++ b/src/gallium/drivers/asahi/agx_pipe.c @@ -2641,7 +2641,8 @@ agx_get_cl_cts_version(struct pipe_screen *pscreen) { struct agx_device *dev = agx_device(pscreen); - /* https://www.khronos.org/conformance/adopters/conformant-products/opencl#submission_433 */ + /* https://www.khronos.org/conformance/adopters/conformant-products/opencl#submission_433 + */ if (dev->params.gpu_generation < 15) return "v2024-08-08-00";