agx: Plumb in nir_intrinsic_load_sample_mask_in

We have a special register for this, although this will need some lowering for
glSampleMask.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23480>
This commit is contained in:
Alyssa Rosenzweig
2023-05-25 13:22:48 -04:00
committed by Marge Bot
parent 6fd16dd7c9
commit 73bbf43bc0
2 changed files with 4 additions and 0 deletions

View File

@@ -134,6 +134,7 @@ SR = enum("sr", {
80: 'thread_position_in_grid.x',
81: 'thread_position_in_grid.y',
82: 'thread_position_in_grid.z',
124: 'input_sample_mask',
144: 'opfifo_cmd',
146: 'opfifo_data_l',
147: 'opfifo_data_h',