mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-05 04:00:34 +01:00
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:
parent
0424017e72
commit
c83672a0b3
1 changed files with 2 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue