agx: add some SRs

the subgroup one seen in metal uniform atomic code, the quad one is by
symmetry.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30488>
This commit is contained in:
Alyssa Rosenzweig 2024-08-01 22:41:51 -04:00
parent 340831dbcc
commit 39e7d06eea

View file

@ -133,7 +133,9 @@ SR = enum("sr", {
52: 'thread_index_in_subgroup',
53: 'subgroup_index_in_threadgroup',
56: 'active_thread_index_in_quad',
57: 'total_active_threads_in_quad',
58: 'active_thread_index_in_subgroup',
59: 'total_active_threads_in_subgroup',
60: 'coverage_mask',
62: 'backfacing',
63: 'is_active_thread',