asahi: clang-format

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Reviewed-by: Mary Guillemard <mary.guillemard@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34661>
This commit is contained in:
Alyssa Rosenzweig 2025-04-23 09:41:43 -04:00 committed by Marge Bot
parent d31ad329c2
commit 6f265ab83f
2 changed files with 4 additions and 3 deletions

View file

@ -196,8 +196,8 @@ lower(nir_builder *b, nir_intrinsic_instr *intr, void *data)
* The load_sample_id intrinsics themselves are lowered later, with different
* lowerings for monolithic vs epilogs.
*
* Note that fragment I/O (like store_local_pixel_agx and demote_samples) does not
* get lowered here, because that lowering is different for monolithic vs FS
* Note that fragment I/O (like store_local_pixel_agx and demote_samples) does
* not get lowered here, because that lowering is different for monolithic vs FS
* epilogs even though there's no dependency on sample count.
*/
bool

View file

@ -447,7 +447,8 @@ agx_nir_fs_epilog(nir_builder *b, const void *key_)
/* Alpha-to-coverage must be lowered before alpha-to-one */
if (key->blend.alpha_to_coverage)
NIR_PASS(_, b->shader, nir_lower_alpha_to_coverage, tib.nr_samples, false);
NIR_PASS(_, b->shader, nir_lower_alpha_to_coverage, tib.nr_samples,
false);
/* Depth/stencil writes must be deferred until after all discards,
* particularly alpha-to-coverage.