mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-04 13:08:15 +02:00
pan/genxml: correct size of field
Similar to the previous commits, this too is beningn, as no defined values use these bits. 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
9b936e649b
commit
231b51e173
1 changed files with 1 additions and 1 deletions
|
|
@ -817,7 +817,7 @@
|
|||
|
||||
<struct name="CS HEAP_OPERATION" size="2">
|
||||
<field name="Wait mask" size="16" start="16" type="hex"/>
|
||||
<field name="Operation" size="2" start="32" type="CS Heap Operation"/>
|
||||
<field name="Operation" size="3" start="32" type="CS Heap Operation"/>
|
||||
<field name="Signal slot" size="4" start="48" type="uint"/>
|
||||
<field name="Opcode" size="8" start="56" type="CS Opcode" default="HEAP_OPERATION"/>
|
||||
</struct>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue