agx: Rename writeout to wait_pix
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>
Thu, 30 Mar 2023 02:08:47 +0000 (22:08 -0400)
committerMarge Bot <emma+marge@anholt.net>
Fri, 7 Apr 2023 03:23:04 +0000 (03:23 +0000)
commitbb530760a2ee6541bf321852476f7d6acbb5cd0e
treeb688b2b9e784be0c8720d59ac92497f77cc655b0
parent2028e7b88b919d4830234b3984bdc5117064ef12
agx: Rename writeout to wait_pix

This is the name applegpu is currently using, to capture the semantics of a
pixel fence. I'm not sure what Apple calls this but wait_pix is closer than
writeout for sure.

This commit just does the rename. It doesn't fix the broken semantics we've had,
this is to ease review and bisection.

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