mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
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:
parent
f10e96586f
commit
78f4c7c6a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue