mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-04 15:18:15 +02:00
pan/genxml: correct size of field
According to the spec, this field is 16 bits wide, not 8 bits.
Fixes: 2e9450f49f ("pan/genxml: Various CS related improvements in v10.xml")
Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41721>
This commit is contained in:
parent
969aaf3061
commit
41c4ad89c3
1 changed files with 1 additions and 1 deletions
|
|
@ -580,7 +580,7 @@
|
|||
</struct>
|
||||
|
||||
<struct name="CS WAIT" size="2">
|
||||
<field name="Wait mask" size="8" start="16" type="hex"/>
|
||||
<field name="Wait mask" size="16" start="16" type="hex"/>
|
||||
<field name="Progress increment" size="1" start="32" type="bool" default="false"/>
|
||||
<field name="Opcode" size="8" start="56" type="CS Opcode" default="WAIT"/>
|
||||
</struct>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue