pan/va: Correct definition of ZS_EMIT

It's a message instruction, not an ALU one... duh.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15461>
This commit is contained in:
Alyssa Rosenzweig 2022-03-13 19:59:36 -04:00 committed by Marge Bot
parent 508335c927
commit 17caccd15d
1 changed files with 3 additions and 1 deletions

View File

@ -1242,10 +1242,12 @@
</desc>
<mod name="z" start="25" size="1"/>
<mod name="stencil" start="24" size="1"/>
<dest>Updated coverage mask</dest>
<sr write="true">Updated coverage mask</sr>
<src>Depth value</src>
<src>Stencil value</src>
<src>Input coverage mask</src>
<sr_count/>
<slot/>
</ins>
<group name="CONVERT" title="Data conversions" dests="1" opcode="0x90" unit="CVT">