intel/genxml: fix width of 3DSTATE_TASK_CONTROL.MaximumNumberofThreadGroups

Fixes: 3567d47f3e ("intel/genxml: Inline the BODY structs into the instructions")
Reviewed-by: Caio Oliveira <caio.oliveira@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19412>
This commit is contained in:
Marcin Ślusarz 2022-10-27 10:05:17 +02:00 committed by Marge Bot
parent aa4ac5ff8b
commit 11612d81b7

View file

@ -3030,7 +3030,7 @@
<field name="3D Command Opcode" start="24" end="26" type="uint" default="0" />
<field name="Command SubType" start="27" end="28" type="uint" default="3" />
<field name="Command Type" start="29" end="31" type="uint" default="3" />
<field name="Maximum Number of ThreadGroups" start="32" end="32" type="uint" />
<field name="Maximum Number of ThreadGroups" start="32" end="40" type="uint" />
<field name="Thread Dispatch Priority" start="60" end="60" type="uint">
<value name="High" value="1" />
</field>