agx: Implement load_helper_invocation

Passes dEQP-GLES31.functional.shaders.helper_invocation.*

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21265>
This commit is contained in:
Alyssa Rosenzweig
2023-02-09 22:58:59 -05:00
committed by Marge Bot
parent 6214c9921a
commit e785ae6125
2 changed files with 9 additions and 0 deletions

View File

@@ -138,6 +138,7 @@ SR = enum("sr", {
56: 'active_thread_index_in_quad',
58: 'active_thread_index_in_subgroup',
62: 'backfacing',
63: 'is_active_thread',
80: 'thread_position_in_grid.x',
81: 'thread_position_in_grid.y',
82: 'thread_position_in_grid.z',