nir: fix AGX intrinsic flag

by inspection.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35949>
This commit is contained in:
Alyssa Rosenzweig 2025-06-30 14:57:04 -04:00
parent f10e96586f
commit 78f4c7c6a4

View file

@ -2237,7 +2237,7 @@ intrinsic("sample_mask_agx", src_comp=[1, 1])
# For a given row of the polygon stipple given as an integer source in [0, 31],
# load the 32-bit stipple pattern for that row.
intrinsic("load_polygon_stipple_agx", src_comp=[1], dest_comp=1, bit_sizes=[32],
flags=[CAN_ELIMINATE, CAN_ELIMINATE])
flags=[CAN_REORDER, CAN_ELIMINATE])
# The fixed-function sample mask specified in the API (e.g. glSampleMask)
system_value("api_sample_mask_agx", 1, bit_sizes=[16])