anv/genxml: the type of POC delta changes correctly

It should be between -16 and 16

Signed-off-by: Hyunjun Ko <zzoon@igalia.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36211>
This commit is contained in:
Hyunjun Ko
2025-08-04 12:07:51 +02:00
committed by Marge Bot
parent 5f6aa3d297
commit c55366682c
+6 -6
View File
@@ -1893,14 +1893,14 @@
<field name="Long Term Reference Flags L0" dword="2" bits="26:24" type="uint" />
<field name="Long Term Reference Flags L1" dword="2" bits="27:27" type="uint" />
<field name="Transform Skip" dword="2" bits="30:30" type="bool" />
<field name="POC Number For Refid0 In L0" dword="3" bits="7:0" type="uint" />
<field name="POC Number For Refid0 In L0" dword="3" bits="7:0" type="int" />
<field name="Values3" dword="3" bits="31:0" type="uint" />
<field name="POC Number For Refid0 In L1" dword="3" bits="15:8" type="uint" />
<field name="POC Number For Refid1 In L0" dword="3" bits="23:16" type="uint" />
<field name="POC Number For Refid1 In L1" dword="3" bits="31:24" type="uint" />
<field name="POC Number For Refid2 In L0" dword="4" bits="7:0" type="uint" />
<field name="POC Number For Refid0 In L1" dword="3" bits="15:8" type="int" />
<field name="POC Number For Refid1 In L0" dword="3" bits="23:16" type="int" />
<field name="POC Number For Refid1 In L1" dword="3" bits="31:24" type="int" />
<field name="POC Number For Refid2 In L0" dword="4" bits="7:0" type="int" />
<field name="Values4" dword="4" bits="31:0" type="uint" />
<field name="POC Number For Refid2 In L1" dword="4" bits="15:8" type="uint" />
<field name="POC Number For Refid2 In L1" dword="4" bits="15:8" type="int" />
<field name="Values5" dword="5" bits="31:0" type="uint" />
<field name="Stream In ROI Enable" dword="5" bits="8:8" type="bool" />
<field name="Sub Pel Mode" dword="5" bits="11:10" type="uint" />