mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 05:00:09 +01:00
pan/genxml: Fix "{Last,First} Heap Chunk" field position
Those two fields were swapped. Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26221>
This commit is contained in:
parent
c5e6edcddf
commit
6e166af59e
1 changed files with 2 additions and 2 deletions
|
|
@ -602,8 +602,8 @@
|
|||
<struct name="CEU FINISH_FRAGMENT" size="2">
|
||||
<field name="Increment Fragment Completed" size="1" start="0" type="bool"/>
|
||||
<field name="Wait mask" size="16" start="16" type="hex"/>
|
||||
<field name="First Heap Chunk" size="8" start="32" type="hex"/>
|
||||
<field name="Last Heap Chunk" size="8" start="40" type="hex"/>
|
||||
<field name="Last Heap Chunk" size="8" start="32" type="hex"/>
|
||||
<field name="First Heap Chunk" size="8" start="40" type="hex"/>
|
||||
<field name="Scoreboard entry" size="4" start="48" type="hex"/>
|
||||
<field name="Opcode" size="8" start="56" type="CEU Opcode" default="FINISH_FRAGMENT"/>
|
||||
</struct>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue