intel/gen12: Add XML description for 3DSTATE_PRIMITIVE_REPLICATION

v2: Use groups for the 16-element arrays "Viewport Offset"
    and "RTAI Offset". (Ken)

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Rafael Antognolli <rafael.antognolli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/2313>
This commit is contained in:
Caio Marcelo de Oliveira Filho 2019-10-11 17:04:36 -07:00 committed by Marge Bot
parent 5dc85abc4f
commit afa5447312
1 changed files with 16 additions and 0 deletions

View File

@ -2062,6 +2062,22 @@
</group>
</instruction>
<instruction name="3DSTATE_PRIMITIVE_REPLICATION" bias="2" length="6">
<field name="DWord Length" start="0" end="7" type="uint" default="4"/>
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="108"/>
<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="Replication Count" start="32" end="35" type="uint"/>
<field name="Replica Mask" start="48" end="63" type="uint"/>
<group count="16" start="64" size="4">
<field name="Viewport Offset" start="0" end="3" type="uint"/>
</group>
<group count="16" start="128" size="4">
<field name="RTAI Offset" start="0" end="3" type="uint"/>
</group>
</instruction>
<instruction name="3DSTATE_PS" bias="2" length="12" engine="render">
<field name="DWord Length" start="0" end="7" type="uint" default="10"/>
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="32"/>