pan/bi: Fix write_mask size

We really need to stop tying the IR to Bifrost...

Fixes: 3c817ed511 ("pan/bi: Model Valhall texture instructions")
Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15586>
This commit is contained in:
Alyssa Rosenzweig 2022-03-04 20:19:23 -05:00 committed by Marge Bot
parent 12edaae64a
commit ac5eb4934b

View file

@ -8435,7 +8435,7 @@
<opt>3d</opt>
<opt>cube</opt>
</mod>
<mod name="write_mask" start="9" size="2">
<mod name="write_mask" start="9" size="4">
<opt>none</opt>
<opt>r</opt>
<opt>g</opt>
@ -8483,7 +8483,7 @@
<opt>3d</opt>
<opt>cube</opt>
</mod>
<mod name="write_mask" start="9" size="2">
<mod name="write_mask" start="9" size="4">
<opt>none</opt>
<opt>r</opt>
<opt>g</opt>
@ -8532,7 +8532,7 @@
<opt>3d</opt>
<opt>cube</opt>
</mod>
<mod name="write_mask" start="9" size="2">
<mod name="write_mask" start="9" size="4">
<opt>none</opt>
<opt>r</opt>
<opt>g</opt>