agx: Model atomic instructions

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21326>
This commit is contained in:
Alyssa Rosenzweig
2023-02-08 19:15:54 -05:00
committed by Marge Bot
parent ec7584130f
commit 0d07d27173
6 changed files with 40 additions and 3 deletions

View File

@@ -321,6 +321,7 @@ typedef struct {
enum agx_icond icond;
enum agx_fcond fcond;
enum agx_round round;
enum agx_atomic_opc atomic_opc;
enum agx_lod_mode lod_mode;
struct agx_block *target;
};