mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 19:58:09 +02:00
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:
parent
aa4ac5ff8b
commit
11612d81b7
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue