agx: Switch to scoped_barrier
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>
Wed, 1 Mar 2023 19:29:17 +0000 (14:29 -0500)
committerMarge Bot <emma+marge@anholt.net>
Sat, 11 Mar 2023 16:20:06 +0000 (16:20 +0000)
commit933b5c76f67b026c8ba4815cc1bd494150aad0ee
treebb7b20f52197d7026d2e098b799e38dd8460be32
parent84767a5160955597f49ad4dc868a347175cc1a9c
agx: Switch to scoped_barrier

Rather than ingesting separate control and memory barriers, ingest only the
combined and optimized scoped_barrier intrinsic. For barriers originating from
GLSL, this makes it easier to ensure correctness. For barriers originating from
SPIR-V, this is required for translation at all, as spirv_to_nir knows only
scoped barriers. So this gets us closer to Vulkan and OpenCL.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21752>
src/asahi/compiler/agx_compile.c
src/asahi/compiler/agx_compile.h