mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 19:50:12 +01:00
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:
parent
340831dbcc
commit
39e7d06eea
1 changed files with 2 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue