asahi: Fix VDM pipeline field width

The lower bits have a special meaning, like on the other pipelines.

Signed-off-by: Asahi Lina <lina@asahilina.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25052>
This commit is contained in:
Asahi Lina 2023-08-16 21:39:19 +09:00 committed by Marge Bot
parent 0424017e72
commit c83672a0b3

View file

@ -770,7 +770,8 @@
</struct>
<struct name="VDM State Vertex Shader Word 1" size="4">
<field name="Pipeline" size="32" start="0" type="address"/>
<field name="Unknown 1:0" size="2" start="0" type="hex"/>
<field name="Pipeline" size="26" start="6" type="address" modifier="shr(6)"/>
</struct>
<struct name="VDM State Vertex Outputs" size="4">