mesa/src/intel/genxml/gen80.xml
Caio Oliveira c418cb85f7 intel/genxml: Convert field format from start/end to dword/bits
And change the gen_sort_xml.py script to default to the new format.

Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Acked-by: José Roberto de Souza <jose.souza@intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36138>
2025-07-23 16:02:14 +00:00

2993 lines
192 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<genxml name="BDW" gen="8">
<import name="gen75.xml">
<exclude name="3DSTATE_DEPTH_STENCIL_STATE_POINTERS" />
<exclude name="3DSTATE_RAST_MULTISAMPLE" />
<exclude name="BCS_FAULT_REG" />
<exclude name="CHICKEN3" />
<exclude name="DEPTH_STENCIL_STATE" />
<exclude name="ERR_INT" />
<exclude name="GPGPU_OBJECT" />
<exclude name="L3CNTLREG2" />
<exclude name="L3CNTLREG3" />
<exclude name="L3SQCREG1" />
<exclude name="MI_FLUSH" />
<exclude name="MI_SEMAPHORE_MBOX" />
<exclude name="RCS_FAULT_REG" />
<exclude name="SCRATCH1" />
<exclude name="VCS_FAULT_REG" />
<exclude name="VECS_FAULT_REG" />
</import>
<enum name="3D_Vertex_Component_Control" prefix="VFCOMP">
<value name="NOSTORE" value="0" />
<value name="STORE_SRC" value="1" />
<value name="STORE_0" value="2" />
<value name="STORE_1_FP" value="3" />
<value name="STORE_1_INT" value="4" />
<value name="STORE_PID" value="7" />
</enum>
<enum name="Clear Color">
<value name="CC_ZERO" value="0" />
<value name="CC_ONE" value="1" />
</enum>
<enum name="Texture Coordinate Mode" prefix="TCM">
<value name="WRAP" value="0" />
<value name="MIRROR" value="1" />
<value name="CLAMP" value="2" />
<value name="CUBE" value="3" />
<value name="CLAMP_BORDER" value="4" />
<value name="MIRROR_ONCE" value="5" />
<value name="HALF_BORDER" value="6" />
</enum>
<enum name="WRAP_SHORTEST_ENABLE" prefix="WSE">
<value name="X" value="1" />
<value name="Y" value="2" />
<value name="XY" value="3" />
<value name="Z" value="4" />
<value name="XZ" value="5" />
<value name="YZ" value="6" />
<value name="XYZ" value="7" />
<value name="W" value="8" />
<value name="XW" value="9" />
<value name="YW" value="10" />
<value name="XYW" value="11" />
<value name="ZW" value="12" />
<value name="XZW" value="13" />
<value name="YZW" value="14" />
<value name="XYZW" value="15" />
</enum>
<struct name="3DSTATE_CONSTANT_BODY" length="10">
<group count="4" dword="0" size="16">
<field name="Read Length" dword="0" bits="15:0" type="uint" />
</group>
<group count="4" dword="2" size="64">
<field name="Buffer" dword="0" bits="63:5" type="address" />
</group>
</struct>
<struct name="BINDING_TABLE_STATE" length="1">
<field name="Surface State Pointer" dword="0" bits="31:6" type="offset" />
</struct>
<struct name="BLEND_STATE_ENTRY" length="2">
<field name="Write Disable Blue" dword="0" bits="0:0" type="bool" />
<field name="Write Disable Green" dword="0" bits="1:1" type="bool" />
<field name="Write Disable Red" dword="0" bits="2:2" type="bool" />
<field name="Write Disable Alpha" dword="0" bits="3:3" type="bool" />
<field name="Alpha Blend Function" dword="0" bits="7:5" type="3D_Color_Buffer_Blend_Function" />
<field name="Destination Alpha Blend Factor" dword="0" bits="12:8" type="3D_Color_Buffer_Blend_Factor" />
<field name="Source Alpha Blend Factor" dword="0" bits="17:13" type="3D_Color_Buffer_Blend_Factor" />
<field name="Color Blend Function" dword="0" bits="20:18" type="3D_Color_Buffer_Blend_Function" />
<field name="Destination Blend Factor" dword="0" bits="25:21" type="3D_Color_Buffer_Blend_Factor" />
<field name="Source Blend Factor" dword="0" bits="30:26" type="3D_Color_Buffer_Blend_Factor" />
<field name="Color Buffer Blend Enable" dword="0" bits="31:31" type="bool" />
<field name="Post-Blend Color Clamp Enable" dword="1" bits="0:0" type="bool" />
<field name="Pre-Blend Color Clamp Enable" dword="1" bits="1:1" type="bool" />
<field name="Color Clamp Range" dword="1" bits="3:2" type="uint">
<value name="COLORCLAMP_UNORM" value="0" />
<value name="COLORCLAMP_SNORM" value="1" />
<value name="COLORCLAMP_RTFORMAT" value="2" />
</field>
<field name="Pre-Blend Source Only Clamp Enable" dword="1" bits="4:4" type="bool" />
<field name="Logic Op Function" dword="1" bits="30:27" type="3D_Logic_Op_Function" />
<field name="Logic Op Enable" dword="1" bits="31:31" type="bool" />
</struct>
<struct name="BLEND_STATE" length="1">
<field name="Y Dither Offset" dword="0" bits="20:19" type="uint" />
<field name="X Dither Offset" dword="0" bits="22:21" type="uint" />
<field name="Color Dither Enable" dword="0" bits="23:23" type="bool" />
<field name="Alpha Test Function" dword="0" bits="26:24" type="3D_Compare_Function" />
<field name="Alpha Test Enable" dword="0" bits="27:27" type="bool" />
<field name="Alpha To Coverage Dither Enable" dword="0" bits="28:28" type="bool" />
<field name="Alpha To One Enable" dword="0" bits="29:29" type="bool" />
<field name="Independent Alpha Blend Enable" dword="0" bits="30:30" type="bool" />
<field name="Alpha To Coverage Enable" dword="0" bits="31:31" type="bool" />
<group count="0" dword="1" size="64">
<field name="Entry" dword="0" bits="63:0" type="BLEND_STATE_ENTRY" />
</group>
</struct>
<struct name="FILTER_COEFFICIENT" length="1">
<field name="Filter Coefficient" dword="0" bits="7:0" type="s1.6" />
</struct>
<struct name="INLINE_DATA_DESCRIPTION_FOR_MFD_AVC_BSD_OBJECT" length="3">
<field name="MB Error Concealment P Slice Weight Prediction Disable" dword="0" bits="0:0" type="bool" />
<field name="MB Error Concealment P Slice Motion Vectors Override Disable" dword="0" bits="1:1" type="bool" />
<field name="MB Error Concealment B Spatial Weight Prediction Disable" dword="0" bits="3:3" type="bool" />
<field name="MB Error Concealment B Spatial Motion Vectors Override Disable" dword="0" bits="4:4" type="bool" />
<field name="MB Error Concealment B Spatial Prediction Mode" dword="0" bits="7:6" type="uint" />
<field name="MB Header Error Handling" dword="0" bits="8:8" type="bool" />
<field name="Entropy Error Handling" dword="0" bits="10:10" type="bool" />
<field name="MPR Error Handling" dword="0" bits="12:12" type="bool" />
<field name="BSD Premature Complete Error Handling" dword="0" bits="14:14" type="bool" />
<field name="Concealment Picture ID" dword="0" bits="21:16" type="uint" />
<field name="MB Error Concealment B Temporal Weight Prediction Disable" dword="0" bits="24:24" type="bool" />
<field name="MB Error Concealment B Temporal Motion Vectors Override Enable" dword="0" bits="25:25" type="bool" />
<field name="MB Error Concealment B Temporal Prediction Mode" dword="0" bits="28:27" type="uint" />
<field name="Intra PredMode (4x4/8x8 Luma) Error Control" dword="0" bits="29:29" type="bool" />
<field name="Init Current MB Number" dword="0" bits="30:30" type="bool" />
<field name="Concealment Method" dword="0" bits="31:31" type="uint" />
<field name="First MB Bit Offset" dword="1" bits="2:0" type="uint" />
<field name="Last Slice" dword="1" bits="3:3" type="bool" />
<field name="Emulation Prevention Byte Present" dword="1" bits="4:4" type="bool" />
<field name="Fix Prev MB Skipped" dword="1" bits="7:7" type="bool" />
<field name="First MB Byte Offset of Slice Data or Slice Header" dword="1" bits="31:16" type="uint" />
<field name="Intra Prediction Error Control" dword="2" bits="0:0" type="bool" />
<field name="Intra 8x8/4x4 Prediction Error Concealment Control" dword="2" bits="1:1" type="bool" />
<field name="B Slice Temporal Inter Concealment Mode" dword="2" bits="6:4" type="uint" />
<field name="B Slice Spatial Inter Concealment Mode" dword="2" bits="10:8" type="uint" />
<field name="B Slice Inter Direct Type Concealment Mode" dword="2" bits="13:12" type="uint" />
<field name="B Slice Concealment Mode" dword="2" bits="15:15" type="uint">
<value name="Intra Concealment" value="1" />
<value name="Inter Concealment" value="0" />
</field>
<field name="P Slice Inter Concealment Mode" dword="2" bits="18:16" type="uint" />
<field name="P Slice Concealment Mode" dword="2" bits="23:23" type="uint">
<value name="Intra Concealment" value="1" />
<value name="Inter Concealment" value="0" />
</field>
<field name="Concealment Reference Picture + Field Bit" dword="2" bits="29:24" type="uint" />
<field name="I Slice Concealment Mode" dword="2" bits="31:31" type="uint">
<value name="Intra Concealment" value="1" />
<value name="Inter Concealment" value="0" />
</field>
</struct>
<struct name="INTERFACE_DESCRIPTOR_DATA" length="8">
<field name="Kernel Start Pointer" dword="0" bits="47:6" type="offset" />
<field name="Software Exception Enable" dword="2" bits="7:7" type="bool" />
<field name="Mask Stack Exception Enable" dword="2" bits="11:11" type="bool" />
<field name="Illegal Opcode Exception Enable" dword="2" bits="13:13" type="bool" />
<field name="Floating Point Mode" dword="2" bits="16:16" type="uint">
<value name="IEEE-754" value="0" />
<value name="Alternate" value="1" />
</field>
<field name="Thread Priority" dword="2" bits="17:17" type="uint">
<value name="Normal Priority" value="0" />
<value name="High Priority" value="1" />
</field>
<field name="Single Program Flow" dword="2" bits="18:18" type="bool" />
<field name="Denorm Mode" dword="2" bits="19:19" type="uint">
<value name="Ftz" value="0" />
<value name="SetByKernel" value="1" />
</field>
<field name="Sampler Count" dword="3" bits="4:2" type="uint">
<value name="No samplers used" value="0" />
<value name="Between 1 and 4 samplers used" value="1" />
<value name="Between 5 and 8 samplers used" value="2" />
<value name="Between 9 and 12 samplers used" value="3" />
<value name="Between 13 and 16 samplers used" value="4" />
</field>
<field name="Sampler State Pointer" dword="3" bits="31:5" type="offset" />
<field name="Binding Table Entry Count" dword="4" bits="4:0" type="uint" />
<field name="Binding Table Pointer" dword="4" bits="15:5" type="offset" />
<field name="Constant URB Entry Read Offset" dword="5" bits="15:0" type="uint" />
<field name="Constant URB Entry Read Length" dword="5" bits="31:16" type="uint" />
<field name="Number of Threads in GPGPU Thread Group" dword="6" bits="9:0" type="uint" />
<field name="Shared Local Memory Size" dword="6" bits="20:16" type="uint">
<value name="Encodes 0k" value="0" />
<value name="Encodes 4k" value="1" />
<value name="Encodes 8k" value="2" />
<value name="Encodes 16k" value="4" />
<value name="Encodes 32k" value="8" />
<value name="Encodes 64k" value="16" />
</field>
<field name="Barrier Enable" dword="6" bits="21:21" type="bool" />
<field name="Rounding Mode" dword="6" bits="23:22" type="uint">
<value name="RTNE" value="0" />
<value name="RU" value="1" />
<value name="RD" value="2" />
<value name="RTZ" value="3" />
</field>
<field name="Cross-Thread Constant Data Read Length" dword="7" bits="7:0" type="uint" />
</struct>
<struct name="MEMORYADDRESSATTRIBUTES" length="1">
<field name="Age for QUADLRU" dword="0" bits="1:0" type="uint" />
<field name="Target Cache" dword="0" bits="4:3" type="uint">
<value name="eLLC Only" value="0" />
<value name="LLC Only" value="1" />
<value name="LLC/eLLC" value="2" />
<value name="L3, LLC, eLLC" value="3" />
</field>
<field name="Arbitration Priority Control" dword="0" bits="8:7" type="uint" />
</struct>
<struct name="MEMORY_OBJECT_CONTROL_STATE" length="1">
<field name="Age for QUADLRU" dword="0" bits="1:0" type="uint" />
<field name="Target Cache" dword="0" bits="4:3" type="uint">
<value name="eLLC Only (when eDRAM is present, else gets allocated in LLC)" value="0" />
<value name="LLC Only" value="1" />
<value name="LLC/eLLC Allowed" value="2" />
<value name="L3 + Defer to PAT for LLC/eLLC selection" value="3" />
</field>
<field name="Memory Type:LLC/eLLC Cacheability Control" dword="0" bits="6:5" type="uint">
<value name=" UC with Fence (if coherent cycle)" value="0" />
<value name="UC (Uncacheable)" value="1" />
<value name="WT" value="2" />
<value name="WB" value="3" />
</field>
</struct>
<struct name="MEMORY_OBJECT_CONTROL_STATE_CHV" length="1">
<field name="Target Cache" dword="0" bits="4:3" type="uint">
<value name="No Caching" value="0" />
<value name="No Caching 1" value="1" />
<value name="No Caching 2" value="2" />
<value name="L3 Cache Allowed" value="3" />
</field>
<field name="Memory Type" dword="0" bits="6:5" type="uint">
<value name="UC" value="0" />
<value name="WB" value="3" />
</field>
</struct>
<struct name="RENDER_SURFACE_STATE" length="16">
<field name="Cube Face Enable - Positive Z" dword="0" bits="0:0" type="bool" />
<field name="Cube Face Enable - Negative Z" dword="0" bits="1:1" type="bool" />
<field name="Cube Face Enable - Positive Y" dword="0" bits="2:2" type="bool" />
<field name="Cube Face Enable - Negative Y" dword="0" bits="3:3" type="bool" />
<field name="Cube Face Enable - Positive X" dword="0" bits="4:4" type="bool" />
<field name="Cube Face Enable - Negative X" dword="0" bits="5:5" type="bool" />
<field name="Media Boundary Pixel Mode" dword="0" bits="7:6" type="uint">
<value name="NORMAL_MODE" value="0" />
<value name="PROGRESSIVE_FRAME" value="2" />
<value name="INTERLACED_FRAME" value="3" />
</field>
<field name="Render Cache Read Write Mode" dword="0" bits="8:8" type="uint">
<value name="Write-Only Cache" value="0" />
<value name="Read-Write Cache" value="1" />
</field>
<field name="Sampler L2 Bypass Mode Disable" dword="0" bits="9:9" type="bool" />
<field name="Vertical Line Stride Offset" dword="0" bits="10:10" type="uint" />
<field name="Vertical Line Stride" dword="0" bits="11:11" type="uint" />
<field name="Tile Mode" dword="0" bits="13:12" type="uint">
<value name="LINEAR" value="0" />
<value name="WMAJOR" value="1" />
<value name="XMAJOR" value="2" />
<value name="YMAJOR" value="3" />
</field>
<field name="Surface Horizontal Alignment" dword="0" bits="15:14" type="uint">
<value name="HALIGN_4" value="1" />
<value name="HALIGN_8" value="2" />
<value name="HALIGN_16" value="3" />
</field>
<field name="Surface Vertical Alignment" dword="0" bits="17:16" type="uint">
<value name="VALIGN_4" value="1" />
<value name="VALIGN_8" value="2" />
<value name="VALIGN_16" value="3" />
</field>
<field name="Surface Format" dword="0" bits="26:18" type="uint" />
<field name="Surface Array" dword="0" bits="28:28" type="bool" />
<field name="Surface Type" dword="0" bits="31:29" type="uint">
<value name="SURFTYPE_1D" value="0" />
<value name="SURFTYPE_2D" value="1" />
<value name="SURFTYPE_3D" value="2" />
<value name="SURFTYPE_CUBE" value="3" />
<value name="SURFTYPE_BUFFER" value="4" />
<value name="SURFTYPE_STRBUF" value="5" />
<value name="SURFTYPE_NULL" value="7" />
</field>
<field name="Surface QPitch" dword="1" bits="14:0" type="uint" />
<field name="Base Mip Level" dword="1" bits="23:19" type="u4.1" />
<field name="MOCS" dword="1" bits="30:24" type="uint" nonzero="true" />
<field name="Width" dword="2" bits="13:0" type="uint" />
<field name="Height" dword="2" bits="29:16" type="uint" />
<field name="Surface Pitch" dword="3" bits="17:0" type="uint" />
<field name="Depth" dword="3" bits="31:21" type="uint" />
<field name="Multisample Position Palette Index" dword="4" bits="2:0" type="uint" />
<field name="Number of Multisamples" dword="4" bits="5:3" type="uint">
<value name="MULTISAMPLECOUNT_1" value="0" />
<value name="MULTISAMPLECOUNT_2" value="1" />
<value name="MULTISAMPLECOUNT_4" value="2" />
<value name="MULTISAMPLECOUNT_8" value="3" />
</field>
<field name="Multisampled Surface Storage Format" dword="4" bits="6:6" type="uint">
<value name="MSFMT_MSS" value="0" />
<value name="MSFMT_DEPTH_STENCIL" value="1" />
</field>
<field name="Render Target View Extent" dword="4" bits="17:7" type="uint" />
<field name="Minimum Array Element" dword="4" bits="28:18" type="uint" />
<field name="Render Target And Sample Unorm Rotation" dword="4" bits="30:29" type="uint">
<value name="0DEG" value="0" />
<value name="90DEG" value="1" />
<value name="270DEG" value="3" />
</field>
<field name="MIP Count / LOD" dword="5" bits="3:0" type="uint" />
<field name="Surface Min LOD" dword="5" bits="7:4" type="uint" />
<field name="Coherency Type" dword="5" bits="14:14" type="uint">
<value name="GPU coherent" value="0" />
<value name="IA coherent" value="1" />
</field>
<field name="EWA Disable For Cube" dword="5" bits="20:20" type="bool" />
<field name="Y Offset" dword="5" bits="23:21" type="uint" />
<field name="X Offset" dword="5" bits="31:25" type="uint" />
<field name="Auxiliary Surface Mode" dword="6" bits="2:0" type="uint">
<value name="AUX_NONE" value="0" />
<value name="AUX_MCS" value="1" />
<value name="AUX_APPEND" value="2" />
<value name="AUX_HIZ" value="3" />
</field>
<field name="Y Offset for U or UV Plane" dword="6" bits="13:0" type="uint" />
<field name="Auxiliary Surface Pitch" dword="6" bits="11:3" type="uint" />
<field name="Auxiliary Surface QPitch" dword="6" bits="30:16" type="uint" />
<field name="X Offset for U or UV Plane" dword="6" bits="29:16" type="uint" />
<field name="Separate UV Plane Enable" dword="6" bits="31:31" type="bool" />
<field name="Resource Min LOD" dword="7" bits="11:0" type="u4.8" />
<field name="Shader Channel Select Alpha" dword="7" bits="18:16" type="Shader Channel Select" />
<field name="Shader Channel Select Blue" dword="7" bits="21:19" type="Shader Channel Select" />
<field name="Shader Channel Select Green" dword="7" bits="24:22" type="Shader Channel Select" />
<field name="Shader Channel Select Red" dword="7" bits="27:25" type="Shader Channel Select" />
<field name="Alpha Clear Color" dword="7" bits="28:28" type="Clear Color" />
<field name="Blue Clear Color" dword="7" bits="29:29" type="Clear Color" />
<field name="Green Clear Color" dword="7" bits="30:30" type="Clear Color" />
<field name="Red Clear Color" dword="7" bits="31:31" type="Clear Color" />
<field name="Surface Base Address" dword="8" bits="63:0" type="address" />
<field name="Auxiliary Surface Base Address" dword="10" bits="63:12" type="address" />
<field name="Auxiliary Table Index for Media Compressed Surface" dword="10" bits="31:21" type="uint" />
<field name="Y Offset for V Plane" dword="11" bits="13:0" type="uint" />
<field name="X Offset for V Plane" dword="11" bits="29:16" type="uint" />
</struct>
<struct name="SAMPLER_BORDER_COLOR_STATE" length="4">
<field name="Border Color Float Red" dword="0" bits="31:0" type="float" />
<field name="Border Color 32bit Red" dword="0" bits="31:0" type="uint" />
<field name="Border Color Float Green" dword="1" bits="31:0" type="float" />
<field name="Border Color 32bit Green" dword="1" bits="31:0" type="uint" />
<field name="Border Color Float Blue" dword="2" bits="31:0" type="float" />
<field name="Border Color 32bit Blue" dword="2" bits="31:0" type="uint" />
<field name="Border Color Float Alpha" dword="3" bits="31:0" type="float" />
<field name="Border Color 32bit Alpha" dword="3" bits="31:0" type="uint" />
</struct>
<struct name="SAMPLER_STATE" length="4">
<field name="Anisotropic Algorithm" dword="0" bits="0:0" type="uint">
<value name="LEGACY" value="0" />
<value name="EWA Approximation" value="1" />
</field>
<field name="Texture LOD Bias" dword="0" bits="13:1" type="s4.8" />
<field name="Min Mode Filter" dword="0" bits="16:14" type="uint" prefix="MAPFILTER">
<value name="NEAREST" value="0" />
<value name="LINEAR" value="1" />
<value name="ANISOTROPIC" value="2" />
<value name="MONO" value="6" />
</field>
<field name="Mag Mode Filter" dword="0" bits="19:17" type="uint" prefix="MAPFILTER">
<value name="NEAREST" value="0" />
<value name="LINEAR" value="1" />
<value name="ANISOTROPIC" value="2" />
<value name="MONO" value="6" />
</field>
<field name="Mip Mode Filter" dword="0" bits="21:20" type="uint" prefix="MIPFILTER">
<value name="NONE" value="0" />
<value name="NEAREST" value="1" />
<value name="LINEAR" value="3" />
</field>
<field name="Base Mip Level" dword="0" bits="26:22" type="u4.1" />
<field name="LOD PreClamp Mode" dword="0" bits="28:27" type="uint" prefix="CLAMP_MODE">
<value name="NONE" value="0" />
<value name="OGL" value="2" />
</field>
<field name="Texture Border Color Mode" dword="0" bits="29:29" type="uint">
<value name="DX10/OGL" value="0" />
<value name="DX9" value="1" />
</field>
<field name="Sampler Disable" dword="0" bits="31:31" type="bool" />
<field name="Cube Surface Control Mode" dword="1" bits="0:0" type="uint">
<value name="PROGRAMMED" value="0" />
<value name="OVERRIDE" value="1" />
</field>
<field name="Shadow Function" dword="1" bits="3:1" type="uint" prefix="PREFILTEROP">
<value name="ALWAYS" value="0" />
<value name="NEVER" value="1" />
<value name="LESS" value="2" />
<value name="EQUAL" value="3" />
<value name="LEQUAL" value="4" />
<value name="GREATER" value="5" />
<value name="NOTEQUAL" value="6" />
<value name="GEQUAL" value="7" />
</field>
<field name="ChromaKey Mode" dword="1" bits="4:4" type="uint">
<value name="KEYFILTER_KILL_ON_ANY_MATCH" value="0" />
<value name="KEYFILTER_REPLACE_BLACK" value="1" />
</field>
<field name="ChromaKey Index" dword="1" bits="6:5" type="uint" />
<field name="ChromaKey Enable" dword="1" bits="7:7" type="bool" />
<field name="Max LOD" dword="1" bits="19:8" type="u4.8" />
<field name="Min LOD" dword="1" bits="31:20" type="u4.8" />
<field name="LOD Clamp Magnification Mode" dword="2" bits="0:0" type="uint">
<value name="MIPNONE" value="0" />
<value name="MIPFILTER" value="1" />
</field>
<field name="Border Color Pointer" dword="2" bits="23:6" type="offset" />
<field name="TCZ Address Control Mode" dword="3" bits="2:0" type="Texture Coordinate Mode" />
<field name="TCY Address Control Mode" dword="3" bits="5:3" type="Texture Coordinate Mode" />
<field name="TCX Address Control Mode" dword="3" bits="8:6" type="Texture Coordinate Mode" />
<field name="Non-normalized Coordinate Enable" dword="3" bits="10:10" type="bool" />
<field name="Trilinear Filter Quality" dword="3" bits="12:11" type="uint">
<value name="FULL" value="0" />
<value name="HIGH" value="1" />
<value name="MED" value="2" />
<value name="LOW" value="3" />
</field>
<field name="R Address Min Filter Rounding Enable" dword="3" bits="13:13" type="bool" />
<field name="R Address Mag Filter Rounding Enable" dword="3" bits="14:14" type="bool" />
<field name="V Address Min Filter Rounding Enable" dword="3" bits="15:15" type="bool" />
<field name="V Address Mag Filter Rounding Enable" dword="3" bits="16:16" type="bool" />
<field name="U Address Min Filter Rounding Enable" dword="3" bits="17:17" type="bool" />
<field name="U Address Mag Filter Rounding Enable" dword="3" bits="18:18" type="bool" />
<field name="Maximum Anisotropy" dword="3" bits="21:19" type="uint">
<value name="RATIO 2:1" value="0" />
<value name="RATIO 4:1" value="1" />
<value name="RATIO 6:1" value="2" />
<value name="RATIO 8:1" value="3" />
<value name="RATIO 10:1" value="4" />
<value name="RATIO 12:1" value="5" />
<value name="RATIO 14:1" value="6" />
<value name="RATIO 16:1" value="7" />
</field>
</struct>
<struct name="SAMPLER_STATE_8X8_AVS_COEFFICIENTS" length="8">
<field name="Table 0X Filter Coefficient[n,0]" dword="0" bits="7:0" type="s1.6" />
<field name="Table 0Y Filter Coefficient[n,0]" dword="0" bits="15:8" type="s1.6" />
<field name="Table 0X Filter Coefficient[n,1]" dword="0" bits="23:16" type="s1.6" />
<field name="Table 0Y Filter Coefficient[n,1]" dword="0" bits="31:24" type="s1.6" />
<field name="Table 0X Filter Coefficient[n,2]" dword="1" bits="7:0" type="s1.6" />
<field name="Table 0Y Filter Coefficient[n,2]" dword="1" bits="15:8" type="s1.6" />
<field name="Table 0X Filter Coefficient[n,3]" dword="1" bits="23:16" type="s1.6" />
<field name="Table 0Y Filter Coefficient[n,3]" dword="1" bits="31:24" type="s1.6" />
<field name="Table 0X Filter Coefficient[n,4]" dword="2" bits="7:0" type="s1.6" />
<field name="Table 0Y Filter Coefficient[n,4]" dword="2" bits="15:8" type="s1.6" />
<field name="Table 0X Filter Coefficient[n,5]" dword="2" bits="23:16" type="s1.6" />
<field name="Table 0Y Filter Coefficient[n,5]" dword="2" bits="31:24" type="s1.6" />
<field name="Table 0X Filter Coefficient[n,6]" dword="3" bits="7:0" type="s1.6" />
<field name="Table 0Y Filter Coefficient[n,6]" dword="3" bits="15:8" type="s1.6" />
<field name="Table 0X Filter Coefficient[n,7]" dword="3" bits="23:16" type="s1.6" />
<field name="Table 0Y Filter Coefficient[n,7]" dword="3" bits="31:24" type="s1.6" />
<field name="Table 1X Filter Coefficient[n,2]" dword="4" bits="23:16" type="s1.6" />
<field name="Table 1X Filter Coefficient[n,3]" dword="4" bits="31:24" type="s1.6" />
<field name="Table 1X Filter Coefficient[n,4]" dword="5" bits="7:0" type="s1.6" />
<field name="Table 1X Filter Coefficient[n,5]" dword="5" bits="15:8" type="s1.6" />
<field name="Table 1Y Filter Coefficient[n,2]" dword="6" bits="23:16" type="s1.6" />
<field name="Table 1Y Filter Coefficient[n,3]" dword="6" bits="31:24" type="s1.6" />
<field name="Table 1Y Filter Coefficient[n,4]" dword="7" bits="7:0" type="s1.6" />
<field name="Table 1Y Filter Coefficient[n,5]" dword="7" bits="15:8" type="s1.6" />
</struct>
<struct name="SF_CLIP_VIEWPORT" length="16">
<field name="Viewport Matrix Element m00" dword="0" bits="31:0" type="float" />
<field name="Viewport Matrix Element m11" dword="1" bits="31:0" type="float" />
<field name="Viewport Matrix Element m22" dword="2" bits="31:0" type="float" />
<field name="Viewport Matrix Element m30" dword="3" bits="31:0" type="float" />
<field name="Viewport Matrix Element m31" dword="4" bits="31:0" type="float" />
<field name="Viewport Matrix Element m32" dword="5" bits="31:0" type="float" />
<field name="X Min Clip Guardband" dword="8" bits="31:0" type="float" />
<field name="X Max Clip Guardband" dword="9" bits="31:0" type="float" />
<field name="Y Min Clip Guardband" dword="10" bits="31:0" type="float" />
<field name="Y Max Clip Guardband" dword="11" bits="31:0" type="float" />
<field name="X Min ViewPort" dword="12" bits="31:0" type="float" />
<field name="X Max ViewPort" dword="13" bits="31:0" type="float" />
<field name="Y Min ViewPort" dword="14" bits="31:0" type="float" />
<field name="Y Max ViewPort" dword="15" bits="31:0" type="float" />
</struct>
<struct name="VERTEX_BUFFER_STATE" length="4">
<field name="Buffer Pitch" dword="0" bits="11:0" type="uint" />
<field name="Null Vertex Buffer" dword="0" bits="13:13" type="bool" />
<field name="Address Modify Enable" dword="0" bits="14:14" type="bool" />
<field name="MOCS" dword="0" bits="22:16" type="uint" nonzero="true" />
<field name="Vertex Buffer Index" dword="0" bits="31:26" type="uint" />
<field name="Buffer Starting Address" dword="1" bits="63:0" type="address" />
<field name="Buffer Size" dword="3" bits="31:0" type="uint" />
</struct>
<instruction name="3DSTATE_AA_LINE_PARAMETERS" bias="2" length="3" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="1" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="10" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="1" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="AA Coverage Slope" dword="1" bits="7:0" type="u0.8" />
<field name="AA Point Coverage Slope" dword="1" bits="15:8" type="u0.8" />
<field name="AA Coverage Bias" dword="1" bits="23:16" type="u0.8" />
<field name="AA Point Coverage Bias" dword="1" bits="31:24" type="u0.8" />
<field name="AA Coverage EndCap Slope" dword="2" bits="7:0" type="u0.8" />
<field name="AA Point Coverage EndCap Slope" dword="2" bits="15:8" type="u0.8" />
<field name="AA Coverage EndCap Bias" dword="2" bits="23:16" type="u0.8" />
<field name="AA Point Coverage EndCap Bias" dword="2" bits="31:24" type="u0.8" />
</instruction>
<instruction name="3DSTATE_BINDING_TABLE_POOL_ALLOC" bias="2" length="4" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="2" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="25" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="1" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="MOCS" dword="1" bits="6:0" type="uint" nonzero="true" />
<field name="Binding Table Pool Enable" dword="1" bits="11:11" type="bool" />
<field name="Binding Table Pool Base Address" dword="1" bits="63:12" type="address" />
<field name="Binding Table Pool Buffer Size" dword="3" bits="31:12" type="uint">
<value name="No Valid Data" value="0" />
</field>
</instruction>
<instruction name="3DSTATE_BLEND_STATE_POINTERS" bias="2" length="2" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="36" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Blend State Pointer Valid" dword="1" bits="0:0" type="bool" />
<field name="Blend State Pointer" dword="1" bits="31:6" type="offset" />
</instruction>
<instruction name="3DSTATE_CC_STATE_POINTERS" bias="2" length="2" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="14" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Color Calc State Pointer Valid" dword="1" bits="0:0" type="bool" />
<field name="Color Calc State Pointer" dword="1" bits="31:6" type="offset" />
</instruction>
<instruction name="3DSTATE_CLEAR_PARAMS" bias="2" length="3" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="1" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="4" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Depth Clear Value" dword="1" bits="31:0" type="float" />
<field name="Depth Clear Value Valid" dword="2" bits="0:0" type="bool" />
</instruction>
<instruction name="3DSTATE_CLIP" bias="2" length="4" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="2" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="18" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="User Clip Distance Cull Test Enable Bitmask" dword="1" bits="7:0" type="uint" />
<field name="Statistics Enable" dword="1" bits="10:10" type="bool" />
<field name="Force Clip Mode" dword="1" bits="16:16" type="bool" />
<field name="Force User Clip Distance Clip Test Enable Bitmask" dword="1" bits="17:17" type="bool" />
<field name="Early Cull Enable" dword="1" bits="18:18" type="bool" />
<field name="Vertex Sub Pixel Precision Select" dword="1" bits="19:19" type="uint">
<value name="8 Bit" value="0" />
<value name="4 Bit" value="1" />
</field>
<field name="Force User Clip Distance Cull Test Enable Bitmask" dword="1" bits="20:20" type="bool" />
<field name="Triangle Fan Provoking Vertex Select" dword="2" bits="1:0" type="uint" />
<field name="Line Strip/List Provoking Vertex Select" dword="2" bits="3:2" type="uint" />
<field name="Triangle Strip/List Provoking Vertex Select" dword="2" bits="5:4" type="uint" />
<field name="Non-Perspective Barycentric Enable" dword="2" bits="8:8" type="bool" />
<field name="Perspective Divide Disable" dword="2" bits="9:9" type="bool" />
<field name="Clip Mode" dword="2" bits="15:13" type="uint">
<value name="CLIPMODE_NORMAL" value="0" />
<value name="CLIPMODE_REJECT_ALL" value="3" />
<value name="CLIPMODE_ACCEPT_ALL" value="4" />
</field>
<field name="User Clip Distance Clip Test Enable Bitmask" dword="2" bits="23:16" type="uint" />
<field name="Guardband Clip Test Enable" dword="2" bits="26:26" type="bool" />
<field name="Viewport XY Clip Test Enable" dword="2" bits="28:28" type="bool" />
<field name="API Mode" dword="2" bits="30:30" type="uint">
<value name="APIMODE_OGL" value="0" />
<value name="APIMODE_D3D" value="1" />
</field>
<field name="Clip Enable" dword="2" bits="31:31" type="bool" />
<field name="Maximum VP Index" dword="3" bits="3:0" type="uint" />
<field name="Force Zero RTA Index Enable" dword="3" bits="5:5" type="bool" />
<field name="Maximum Point Width" dword="3" bits="16:6" type="u8.3" />
<field name="Minimum Point Width" dword="3" bits="27:17" type="u8.3" />
</instruction>
<instruction name="3DSTATE_CONSTANT_DS" bias="2" length="11" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="9" />
<field name="MOCS" dword="0" bits="14:8" type="mbz" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="26" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Constant Body" dword="1" bits="319:0" type="3DSTATE_CONSTANT_BODY" />
</instruction>
<instruction name="3DSTATE_CONSTANT_GS" bias="2" length="11" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="9" />
<field name="MOCS" dword="0" bits="14:8" type="mbz" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="22" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Constant Body" dword="1" bits="319:0" type="3DSTATE_CONSTANT_BODY" />
</instruction>
<instruction name="3DSTATE_CONSTANT_HS" bias="2" length="11" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="9" />
<field name="MOCS" dword="0" bits="14:8" type="mbz" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="25" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Constant Body" dword="1" bits="319:0" type="3DSTATE_CONSTANT_BODY" />
</instruction>
<instruction name="3DSTATE_CONSTANT_PS" bias="2" length="11" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="9" />
<field name="MOCS" dword="0" bits="14:8" type="mbz" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="23" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Constant Body" dword="1" bits="319:0" type="3DSTATE_CONSTANT_BODY" />
</instruction>
<instruction name="3DSTATE_CONSTANT_VS" bias="2" length="11" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="9" />
<field name="MOCS" dword="0" bits="14:8" type="mbz" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="21" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Constant Body" dword="1" bits="319:0" type="3DSTATE_CONSTANT_BODY" />
</instruction>
<instruction name="3DSTATE_DEPTH_BUFFER" bias="2" length="8" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="6" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="5" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Surface Pitch" dword="1" bits="17:0" type="uint" />
<field name="Surface Format" dword="1" bits="20:18" type="uint">
<value name="D32_FLOAT" value="1" />
<value name="D24_UNORM_X8_UINT" value="3" />
<value name="D16_UNORM" value="5" />
</field>
<field name="Hierarchical Depth Buffer Enable" dword="1" bits="22:22" type="bool" />
<field name="Stencil Write Enable" dword="1" bits="27:27" type="bool" />
<field name="Depth Write Enable" dword="1" bits="28:28" type="bool" />
<field name="Surface Type" dword="1" bits="31:29" type="uint">
<value name="SURFTYPE_1D" value="0" />
<value name="SURFTYPE_2D" value="1" />
<value name="SURFTYPE_3D" value="2" />
<value name="SURFTYPE_CUBE" value="3" />
<value name="SURFTYPE_NULL" value="7" />
</field>
<field name="Surface Base Address" dword="2" bits="63:0" type="address" />
<field name="LOD" dword="4" bits="3:0" type="uint" />
<field name="Width" dword="4" bits="17:4" type="uint" />
<field name="Height" dword="4" bits="31:18" type="uint" />
<field name="MOCS" dword="5" bits="6:0" type="uint" nonzero="true" />
<field name="Minimum Array Element" dword="5" bits="20:10" type="uint" />
<field name="Depth" dword="5" bits="31:21" type="uint" />
<field name="Surface QPitch" dword="7" bits="14:0" type="uint" />
<field name="Render Target View Extent" dword="7" bits="31:21" type="uint" />
</instruction>
<instruction name="3DSTATE_DS" bias="2" length="9" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="7" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="29" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Kernel Start Pointer" dword="1" bits="63:6" type="offset" />
<field name="Software Exception Enable" dword="3" bits="7:7" type="bool" />
<field name="Illegal Opcode Exception Enable" dword="3" bits="13:13" type="bool" />
<field name="Accesses UAV" dword="3" bits="14:14" type="bool" />
<field name="Floating Point Mode" dword="3" bits="16:16" type="uint">
<value name="IEEE-754" value="0" />
<value name="Alternate" value="1" />
</field>
<field name="Thread Dispatch Priority" dword="3" bits="17:17" type="uint">
<value name="High" value="1" />
</field>
<field name="Binding Table Entry Count" dword="3" bits="25:18" type="uint" />
<field name="Sampler Count" dword="3" bits="29:27" type="uint">
<value name="No Samplers" value="0" />
<value name="1-4 Samplers" value="1" />
<value name="5-8 Samplers" value="2" />
<value name="9-12 Samplers" value="3" />
<value name="13-16 Samplers" value="4" />
</field>
<field name="Vector Mask Enable" dword="3" bits="30:30" type="bool" />
<field name="Single Domain Point Dispatch" dword="3" bits="31:31" type="uint" />
<field name="Per-Thread Scratch Space" dword="4" bits="3:0" type="uint" />
<field name="Scratch Space Base Pointer" dword="4" bits="63:10" type="address" />
<field name="Patch URB Entry Read Offset" dword="6" bits="9:4" type="uint" />
<field name="Patch URB Entry Read Length" dword="6" bits="17:11" type="uint" />
<field name="Dispatch GRF Start Register For URB Data" dword="6" bits="24:20" type="uint" />
<field name="Enable" dword="7" bits="0:0" type="bool" />
<field name="Cache Disable" dword="7" bits="1:1" type="bool" />
<field name="Compute W Coordinate Enable" dword="7" bits="2:2" type="bool" />
<field name="Dispatch Mode" dword="7" bits="3:3" type="uint" prefix="DISPATCH_MODE">
<value name="SIMD4X2" value="0" />
<value name="SIMD8_SINGLE_PATCH" value="1" />
</field>
<field name="Statistics Enable" dword="7" bits="10:10" type="bool" />
<field name="Maximum Number of Threads" dword="7" bits="29:21" type="uint" />
<field name="User Clip Distance Cull Test Enable Bitmask" dword="8" bits="7:0" type="uint" />
<field name="User Clip Distance Clip Test Enable Bitmask" dword="8" bits="15:8" type="uint" />
<field name="Vertex URB Entry Output Length" dword="8" bits="20:16" type="uint" />
<field name="Vertex URB Entry Output Read Offset" dword="8" bits="26:21" type="uint" />
</instruction>
<instruction name="3DSTATE_GATHER_CONSTANT_DS" bias="2" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="1" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="55" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Constant Buffer Binding Table Block" dword="1" bits="15:12" type="uint" />
<field name="Constant Buffer Valid" dword="1" bits="31:16" type="uint" />
<field name="Constant Buffer Dx9 Generate Stall" dword="2" bits="5:5" type="bool" />
<field name="Gather Buffer Offset" dword="2" bits="22:6" type="offset" />
<group count="0" dword="3" size="32">
<field name="Entry_0" dword="0" bits="15:0" type="GATHER_CONSTANT_ENTRY" />
<field name="Entry_1" dword="0" bits="31:16" type="GATHER_CONSTANT_ENTRY" />
</group>
</instruction>
<instruction name="3DSTATE_GATHER_CONSTANT_GS" bias="2" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="1" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="53" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Constant Buffer Binding Table Block" dword="1" bits="15:12" type="uint" />
<field name="Constant Buffer Valid" dword="1" bits="31:16" type="uint" />
<field name="Constant Buffer Dx9 Generate Stall" dword="2" bits="5:5" type="bool" />
<field name="Gather Buffer Offset" dword="2" bits="22:6" type="offset" />
<group count="0" dword="3" size="32">
<field name="Entry_0" dword="0" bits="15:0" type="GATHER_CONSTANT_ENTRY" />
<field name="Entry_1" dword="0" bits="31:16" type="GATHER_CONSTANT_ENTRY" />
</group>
</instruction>
<instruction name="3DSTATE_GATHER_CONSTANT_HS" bias="2" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="1" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="54" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Constant Buffer Binding Table Block" dword="1" bits="15:12" type="uint" />
<field name="Constant Buffer Valid" dword="1" bits="31:16" type="uint" />
<field name="Constant Buffer Dx9 Generate Stall" dword="2" bits="5:5" type="bool" />
<field name="Gather Buffer Offset" dword="2" bits="22:6" type="offset" />
<group count="0" dword="3" size="32">
<field name="Entry_0" dword="0" bits="15:0" type="GATHER_CONSTANT_ENTRY" />
<field name="Entry_1" dword="0" bits="31:16" type="GATHER_CONSTANT_ENTRY" />
</group>
</instruction>
<instruction name="3DSTATE_GATHER_CONSTANT_PS" bias="2" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="1" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="56" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Constant Buffer Binding Table Block" dword="1" bits="15:12" type="uint" />
<field name="Constant Buffer Valid" dword="1" bits="31:16" type="uint" />
<field name="Constant Buffer Dx9 Enable" dword="2" bits="4:4" type="bool" />
<field name="Constant Buffer Dx9 Generate Stall" dword="2" bits="5:5" type="bool" />
<field name="Gather Buffer Offset" dword="2" bits="22:6" type="offset" />
<group count="0" dword="3" size="32">
<field name="Entry_0" dword="0" bits="15:0" type="GATHER_CONSTANT_ENTRY" />
<field name="Entry_1" dword="0" bits="31:16" type="GATHER_CONSTANT_ENTRY" />
</group>
</instruction>
<instruction name="3DSTATE_GATHER_CONSTANT_VS" bias="2" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="52" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Constant Buffer Binding Table Block" dword="1" bits="15:12" type="uint" />
<field name="Constant Buffer Valid" dword="1" bits="31:16" type="uint" />
<field name="Constant Buffer Dx9 Enable" dword="2" bits="4:4" type="bool" />
<field name="Constant Buffer Dx9 Generate Stall" dword="2" bits="5:5" type="bool" />
<field name="Gather Buffer Offset" dword="2" bits="22:6" type="offset" />
<group count="0" dword="3" size="32">
<field name="Entry_0" dword="0" bits="15:0" type="GATHER_CONSTANT_ENTRY" />
<field name="Entry_1" dword="0" bits="31:16" type="GATHER_CONSTANT_ENTRY" />
</group>
</instruction>
<instruction name="3DSTATE_GATHER_POOL_ALLOC" bias="2" length="4" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="2" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="26" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="1" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="MOCS" dword="1" bits="6:0" type="uint" nonzero="true" />
<field name="Gather Pool Enable" dword="1" bits="11:11" type="bool" />
<field name="Gather Pool Base Address" dword="1" bits="63:12" type="address" />
<field name="Gather Pool Buffer Size" dword="3" bits="31:12" type="uint" />
</instruction>
<instruction name="3DSTATE_GS" bias="2" length="10" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="8" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="17" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Kernel Start Pointer" dword="1" bits="63:6" type="offset" />
<field name="Expected Vertex Count" dword="3" bits="5:0" type="uint" />
<field name="Software Exception Enable" dword="3" bits="7:7" type="bool" />
<field name="Mask Stack Exception Enable" dword="3" bits="11:11" type="bool" />
<field name="Accesses UAV" dword="3" bits="12:12" type="bool" />
<field name="Illegal Opcode Exception Enable" dword="3" bits="13:13" type="bool" />
<field name="Floating Point Mode" dword="3" bits="16:16" type="uint">
<value name="IEEE-754" value="0" />
<value name="Alternate" value="1" />
</field>
<field name="Thread Dispatch Priority" dword="3" bits="17:17" type="uint">
<value name="High" value="1" />
</field>
<field name="Binding Table Entry Count" dword="3" bits="25:18" type="uint" />
<field name="Sampler Count" dword="3" bits="29:27" type="uint">
<value name="No Samplers" value="0" />
<value name="1-4 Samplers" value="1" />
<value name="5-8 Samplers" value="2" />
<value name="9-12 Samplers" value="3" />
<value name="13-16 Samplers" value="4" />
</field>
<field name="Vector Mask Enable" dword="3" bits="30:30" type="bool" />
<field name="Single Program Flow" dword="3" bits="31:31" type="bool" />
<field name="Per-Thread Scratch Space" dword="4" bits="3:0" type="uint" />
<field name="Scratch Space Base Pointer" dword="4" bits="63:10" type="address" />
<field name="Dispatch GRF Start Register For URB Data" dword="6" bits="3:0" type="uint" />
<field name="Vertex URB Entry Read Offset" dword="6" bits="9:4" type="uint" />
<field name="Include Vertex Handles" dword="6" bits="10:10" type="bool" />
<field name="Vertex URB Entry Read Length" dword="6" bits="16:11" type="uint" />
<field name="Output Topology" dword="6" bits="22:17" type="3D_Prim_Topo_Type" />
<field name="Output Vertex Size" dword="6" bits="28:23" type="uint" />
<field name="Enable" dword="7" bits="0:0" type="bool" />
<field name="Discard Adjacency" dword="7" bits="1:1" type="bool" />
<field name="Reorder Mode" dword="7" bits="2:2" type="uint">
<value name="LEADING" value="0" />
<value name="TRAILING" value="1" />
</field>
<field name="Hint" dword="7" bits="3:3" type="uint" />
<field name="Include Primitive ID" dword="7" bits="4:4" type="bool" />
<field name="Invocations Increment Value" dword="7" bits="9:5" type="uint" />
<field name="Statistics Enable" dword="7" bits="10:10" type="bool" />
<field name="Dispatch Mode" dword="7" bits="12:11" type="uint" prefix="DISPATCH_MODE">
<value name="Dual Instance" value="1" />
<value name="Dual Object" value="2" />
<value name="SIMD8" value="3" />
</field>
<field name="Default Stream Id" dword="7" bits="14:13" type="uint" />
<field name="Instance Control" dword="7" bits="19:15" type="uint" />
<field name="Control Data Header Size" dword="7" bits="23:20" type="uint" />
<field name="Maximum Number of Threads" dword="7" bits="31:24" type="uint" />
<field name="Static Output Vertex Count" dword="8" bits="26:16" type="uint" />
<field name="Static Output" dword="8" bits="30:30" type="bool" />
<field name="Control Data Format" dword="8" bits="31:31" type="uint">
<value name="CUT" value="0" />
<value name="SID" value="1" />
</field>
<field name="User Clip Distance Cull Test Enable Bitmask" dword="9" bits="7:0" type="uint" />
<field name="User Clip Distance Clip Test Enable Bitmask" dword="9" bits="15:8" type="uint" />
<field name="Vertex URB Entry Output Length" dword="9" bits="20:16" type="uint" />
<field name="Vertex URB Entry Output Read Offset" dword="9" bits="26:21" type="uint" />
</instruction>
<instruction name="3DSTATE_HIER_DEPTH_BUFFER" bias="2" length="5" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="3" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="7" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Surface Pitch" dword="1" bits="16:0" type="uint" />
<field name="MOCS" dword="1" bits="31:25" type="uint" nonzero="true" />
<field name="Surface Base Address" dword="2" bits="63:0" type="address" />
<field name="Surface QPitch" dword="4" bits="14:0" type="uint" />
</instruction>
<instruction name="3DSTATE_HS" bias="2" length="9" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="7" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="27" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Software Exception Enable" dword="1" bits="12:12" type="bool" />
<field name="Illegal Opcode Exception Enable" dword="1" bits="13:13" type="bool" />
<field name="Floating Point Mode" dword="1" bits="16:16" type="uint">
<value name="IEEE-754" value="0" />
<value name="alternate" value="1" />
</field>
<field name="Thread Dispatch Priority" dword="1" bits="17:17" type="uint">
<value name="High" value="1" />
</field>
<field name="Binding Table Entry Count" dword="1" bits="25:18" type="uint" />
<field name="Sampler Count" dword="1" bits="29:27" type="uint">
<value name="No Samplers" value="0" />
<value name="1-4 Samplers" value="1" />
<value name="5-8 Samplers" value="2" />
<value name="9-12 Samplers" value="3" />
<value name="13-16 Samplers" value="4" />
</field>
<field name="Instance Count" dword="2" bits="3:0" type="uint" />
<field name="Maximum Number of Threads" dword="2" bits="16:8" type="uint" />
<field name="Statistics Enable" dword="2" bits="29:29" type="bool" />
<field name="Enable" dword="2" bits="31:31" type="bool" />
<field name="Kernel Start Pointer" dword="3" bits="63:6" type="offset" />
<field name="Per-Thread Scratch Space" dword="5" bits="3:0" type="uint" />
<field name="Scratch Space Base Pointer" dword="5" bits="63:10" type="address" />
<field name="Vertex URB Entry Read Offset" dword="7" bits="9:4" type="uint" />
<field name="Vertex URB Entry Read Length" dword="7" bits="16:11" type="uint" />
<field name="Dispatch GRF Start Register For URB Data" dword="7" bits="23:19" type="uint" />
<field name="Include Vertex Handles" dword="7" bits="24:24" type="bool" />
<field name="Accesses UAV" dword="7" bits="25:25" type="bool" />
<field name="Vector Mask Enable" dword="7" bits="26:26" type="bool" />
<field name="Single Program Flow" dword="7" bits="27:27" type="bool" />
</instruction>
<instruction name="3DSTATE_INDEX_BUFFER" bias="2" length="5" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="3" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="10" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="MOCS" dword="1" bits="6:0" type="uint" nonzero="true" />
<field name="Index Format" dword="1" bits="9:8" type="uint" prefix="INDEX">
<value name="BYTE" value="0" />
<value name="WORD" value="1" />
<value name="DWORD" value="2" />
</field>
<field name="Buffer Starting Address" dword="2" bits="63:0" type="address" />
<field name="Buffer Size" dword="4" bits="31:0" type="uint" />
</instruction>
<instruction name="3DSTATE_MULTISAMPLE" bias="2" length="2" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="13" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Number of Multisamples" dword="1" bits="3:1" type="uint" />
<field name="Pixel Location" dword="1" bits="4:4" type="uint">
<value name="CENTER" value="0" />
<value name="UL_CORNER" value="1" />
</field>
<field name="Pixel Position Offset Enable" dword="1" bits="5:5" type="bool" default="0" />
</instruction>
<instruction name="3DSTATE_PS" bias="2" length="12" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="10" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="32" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Kernel Start Pointer 0" dword="1" bits="63:6" type="offset" />
<field name="Software Exception Enable" dword="3" bits="7:7" type="bool" />
<field name="Mask Stack Exception Enable" dword="3" bits="11:11" type="bool" />
<field name="Illegal Opcode Exception Enable" dword="3" bits="13:13" type="bool" />
<field name="Rounding Mode" dword="3" bits="15:14" type="uint">
<value name="RTNE" value="0" />
<value name="RU" value="1" />
<value name="RD" value="2" />
<value name="RTZ" value="3" />
</field>
<field name="Floating Point Mode" dword="3" bits="16:16" type="uint">
<value name="IEEE-754" value="0" />
<value name="Alternate" value="1" />
</field>
<field name="Thread Dispatch Priority" dword="3" bits="17:17" type="uint">
<value name="High" value="1" />
</field>
<field name="Binding Table Entry Count" dword="3" bits="25:18" type="uint" />
<field name="Single Precision Denormal Mode" dword="3" bits="26:26" type="uint">
<value name="Flushed to Zero" value="0" />
<value name="Retained" value="1" />
</field>
<field name="Sampler Count" dword="3" bits="29:27" type="uint">
<value name="No Samplers" value="0" />
<value name="1-4 Samplers" value="1" />
<value name="5-8 Samplers" value="2" />
<value name="9-12 Samplers" value="3" />
<value name="13-16 Samplers" value="4" />
</field>
<field name="Vector Mask Enable" dword="3" bits="30:30" type="bool" />
<field name="Single Program Flow" dword="3" bits="31:31" type="bool" />
<field name="Per Thread Scratch Space" dword="4" bits="3:0" type="uint" />
<field name="Scratch Space Base Pointer" dword="4" bits="63:10" type="address" />
<field name="8 Pixel Dispatch Enable" dword="6" bits="0:0" type="bool" />
<field name="16 Pixel Dispatch Enable" dword="6" bits="1:1" type="bool" />
<field name="32 Pixel Dispatch Enable" dword="6" bits="2:2" type="bool" />
<field name="Position XY Offset Select" dword="6" bits="4:3" type="uint">
<value name="POSOFFSET_NONE" value="0" />
<value name="POSOFFSET_CENTROID" value="2" />
<value name="POSOFFSET_SAMPLE" value="3" />
</field>
<field name="Render Target Resolve Enable" dword="6" bits="6:6" type="bool" />
<field name="Render Target Fast Clear Enable" dword="6" bits="8:8" type="bool" />
<field name="Push Constant Enable" dword="6" bits="11:11" type="bool" />
<field name="Maximum Number of Threads Per PSD" dword="6" bits="31:23" type="uint" />
<field name="Dispatch GRF Start Register For Constant/Setup Data 2" dword="7" bits="6:0" type="uint" />
<field name="Dispatch GRF Start Register For Constant/Setup Data 1" dword="7" bits="14:8" type="uint" />
<field name="Dispatch GRF Start Register For Constant/Setup Data 0" dword="7" bits="22:16" type="uint" />
<field name="Kernel Start Pointer 1" dword="8" bits="63:6" type="offset" />
<field name="Kernel Start Pointer 2" dword="10" bits="63:6" type="offset" />
</instruction>
<instruction name="3DSTATE_PS_BLEND" bias="2" length="2" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="77" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Independent Alpha Blend Enable" dword="1" bits="7:7" type="bool" />
<field name="Alpha Test Enable" dword="1" bits="8:8" type="bool" />
<field name="Destination Blend Factor" dword="1" bits="13:9" type="uint" />
<field name="Source Blend Factor" dword="1" bits="18:14" type="uint" />
<field name="Destination Alpha Blend Factor" dword="1" bits="23:19" type="uint" />
<field name="Source Alpha Blend Factor" dword="1" bits="28:24" type="uint" />
<field name="Color Buffer Blend Enable" dword="1" bits="29:29" type="bool" />
<field name="Has Writeable RT" dword="1" bits="30:30" type="bool" />
<field name="Alpha To Coverage Enable" dword="1" bits="31:31" type="bool" />
</instruction>
<instruction name="3DSTATE_PS_EXTRA" bias="2" length="2" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="79" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Pixel Shader Uses Input Coverage Mask" dword="1" bits="1:1" type="bool" />
<field name="Pixel Shader Has UAV" dword="1" bits="2:2" type="bool" />
<field name="Pixel Shader Is Per Sample" dword="1" bits="6:6" type="bool" />
<field name="Pixel Shader Disables Alpha To Coverage" dword="1" bits="7:7" type="bool" />
<field name="Attribute Enable" dword="1" bits="8:8" type="bool" />
<field name="Pixel Shader Uses Source W" dword="1" bits="23:23" type="bool" />
<field name="Pixel Shader Uses Source Depth" dword="1" bits="24:24" type="bool" />
<field name="Force Computed Depth" dword="1" bits="25:25" type="bool" />
<field name="Pixel Shader Computed Depth Mode" dword="1" bits="27:26" type="uint">
<value name="PSCDEPTH_OFF" value="0" />
<value name="PSCDEPTH_ON" value="1" />
<value name="PSCDEPTH_ON_GE" value="2" />
<value name="PSCDEPTH_ON_LE" value="3" />
</field>
<field name="Pixel Shader Kills Pixel" dword="1" bits="28:28" type="bool" />
<field name="oMask Present to Render Target" dword="1" bits="29:29" type="bool" />
<field name="Pixel Shader Does not write to RT" dword="1" bits="30:30" type="mbz" />
<field name="Pixel Shader Valid" dword="1" bits="31:31" type="bool" />
</instruction>
<instruction name="3DSTATE_RASTER" bias="2" length="5" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="3" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="80" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Viewport Z Clip Test Enable" dword="1" bits="0:0" type="bool" />
<field name="Scissor Rectangle Enable" dword="1" bits="1:1" type="bool" />
<field name="Antialiasing Enable" dword="1" bits="2:2" type="bool" />
<field name="Back Face Fill Mode" dword="1" bits="4:3" type="uint" prefix="FILL_MODE">
<value name="SOLID" value="0" />
<value name="WIREFRAME" value="1" />
<value name="POINT" value="2" />
</field>
<field name="Front Face Fill Mode" dword="1" bits="6:5" type="uint" prefix="FILL_MODE">
<value name="SOLID" value="0" />
<value name="WIREFRAME" value="1" />
<value name="POINT" value="2" />
</field>
<field name="Global Depth Offset Enable Point" dword="1" bits="7:7" type="bool" />
<field name="Global Depth Offset Enable Wireframe" dword="1" bits="8:8" type="bool" />
<field name="Global Depth Offset Enable Solid" dword="1" bits="9:9" type="bool" />
<field name="DX Multisample Rasterization Mode" dword="1" bits="11:10" type="uint">
<value name="MSRASTMODE_ OFF_PIXEL" value="0" />
<value name="MSRASTMODE_ OFF_PATTERN" value="1" />
<value name="MSRASTMODE_ ON_PIXEL" value="2" />
<value name="MSRASTMODE_ ON_PATTERN" value="3" />
</field>
<field name="DX Multisample Rasterization Enable" dword="1" bits="12:12" type="bool" />
<field name="Smooth Point Enable" dword="1" bits="13:13" type="bool" />
<field name="Force Multisampling" dword="1" bits="14:14" type="uint" />
<field name="Cull Mode" dword="1" bits="17:16" type="uint" prefix="CULLMODE">
<value name="BOTH" value="0" />
<value name="NONE" value="1" />
<value name="FRONT" value="2" />
<value name="BACK" value="3" />
</field>
<field name="Forced Sample Count" dword="1" bits="20:18" type="uint" prefix="FSC">
<value name="NUMRASTSAMPLES_0" value="0" />
<value name="NUMRASTSAMPLES_1" value="1" />
<value name="NUMRASTSAMPLES_2" value="2" />
<value name="NUMRASTSAMPLES_4" value="3" />
<value name="NUMRASTSAMPLES_8" value="4" />
<value name="NUMRASTSAMPLES_16" value="5" />
</field>
<field name="Front Winding" dword="1" bits="21:21" type="uint">
<value name="Clockwise" value="0" />
<value name="Counter Clockwise" value="1" />
</field>
<field name="API Mode" dword="1" bits="23:22" type="uint">
<value name="DX9/OGL" value="0" />
<value name="DX10.0" value="1" />
<value name="DX10.1+" value="2" />
</field>
<field name="Global Depth Offset Constant" dword="2" bits="31:0" type="float" />
<field name="Global Depth Offset Scale" dword="3" bits="31:0" type="float" />
<field name="Global Depth Offset Clamp" dword="4" bits="31:0" type="float" />
</instruction>
<instruction name="3DSTATE_SAMPLE_MASK" bias="2" length="2" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="24" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Sample Mask" dword="1" bits="15:0" type="uint" />
</instruction>
<instruction name="3DSTATE_SAMPLE_PATTERN" bias="2" length="9" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="7" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="28" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="1" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="8x Sample4 Y Offset" dword="5" bits="3:0" type="u0.4" />
<field name="8x Sample4 X Offset" dword="5" bits="7:4" type="u0.4" />
<field name="8x Sample5 Y Offset" dword="5" bits="11:8" type="u0.4" />
<field name="8x Sample5 X Offset" dword="5" bits="15:12" type="u0.4" />
<field name="8x Sample6 Y Offset" dword="5" bits="19:16" type="u0.4" />
<field name="8x Sample6 X Offset" dword="5" bits="23:20" type="u0.4" />
<field name="8x Sample7 Y Offset" dword="5" bits="27:24" type="u0.4" />
<field name="8x Sample7 X Offset" dword="5" bits="31:28" type="u0.4" />
<field name="8x Sample0 Y Offset" dword="6" bits="3:0" type="u0.4" />
<field name="8x Sample0 X Offset" dword="6" bits="7:4" type="u0.4" />
<field name="8x Sample1 Y Offset" dword="6" bits="11:8" type="u0.4" />
<field name="8x Sample1 X Offset" dword="6" bits="15:12" type="u0.4" />
<field name="8x Sample2 Y Offset" dword="6" bits="19:16" type="u0.4" />
<field name="8x Sample2 X Offset" dword="6" bits="23:20" type="u0.4" />
<field name="8x Sample3 Y Offset" dword="6" bits="27:24" type="u0.4" />
<field name="8x Sample3 X Offset" dword="6" bits="31:28" type="u0.4" />
<field name="4x Sample0 Y Offset" dword="7" bits="3:0" type="u0.4" />
<field name="4x Sample0 X Offset" dword="7" bits="7:4" type="u0.4" />
<field name="4x Sample1 Y Offset" dword="7" bits="11:8" type="u0.4" />
<field name="4x Sample1 X Offset" dword="7" bits="15:12" type="u0.4" />
<field name="4x Sample2 Y Offset" dword="7" bits="19:16" type="u0.4" />
<field name="4x Sample2 X Offset" dword="7" bits="23:20" type="u0.4" />
<field name="4x Sample3 Y Offset" dword="7" bits="27:24" type="u0.4" />
<field name="4x Sample3 X Offset" dword="7" bits="31:28" type="u0.4" />
<field name="2x Sample0 Y Offset" dword="8" bits="3:0" type="u0.4" />
<field name="2x Sample0 X Offset" dword="8" bits="7:4" type="u0.4" />
<field name="2x Sample1 Y Offset" dword="8" bits="11:8" type="u0.4" />
<field name="2x Sample1 X Offset" dword="8" bits="15:12" type="u0.4" />
<field name="1x Sample0 Y Offset" dword="8" bits="19:16" type="u0.4" />
<field name="1x Sample0 X Offset" dword="8" bits="23:20" type="u0.4" />
</instruction>
<instruction name="3DSTATE_SBE" bias="2" length="4" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="2" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="31" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Primitive ID Override Attribute Select" dword="1" bits="4:0" type="uint" />
<field name="Vertex URB Entry Read Offset" dword="1" bits="10:5" type="uint" />
<field name="Vertex URB Entry Read Length" dword="1" bits="15:11" type="uint" />
<field name="Primitive ID Override Component X" dword="1" bits="16:16" type="bool" />
<field name="Primitive ID Override Component Y" dword="1" bits="17:17" type="bool" />
<field name="Primitive ID Override Component Z" dword="1" bits="18:18" type="bool" />
<field name="Primitive ID Override Component W" dword="1" bits="19:19" type="bool" />
<field name="Point Sprite Texture Coordinate Origin" dword="1" bits="20:20" type="uint">
<value name="UPPERLEFT" value="0" />
<value name="LOWERLEFT" value="1" />
</field>
<field name="Attribute Swizzle Enable" dword="1" bits="21:21" type="bool" />
<field name="Number of SF Output Attributes" dword="1" bits="27:22" type="uint" />
<field name="Force Vertex URB Entry Read Offset" dword="1" bits="28:28" type="bool" />
<field name="Force Vertex URB Entry Read Length" dword="1" bits="29:29" type="bool" />
<field name="Point Sprite Texture Coordinate Enable" dword="2" bits="31:0" type="uint" />
<field name="Constant Interpolation Enable" dword="3" bits="31:0" type="uint" />
</instruction>
<instruction name="3DSTATE_SBE_SWIZ" bias="2" length="11" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="9" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="81" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<group count="16" dword="1" size="16">
<field name="Attribute" dword="0" bits="15:0" type="SF_OUTPUT_ATTRIBUTE_DETAIL" />
</group>
<group count="16" dword="9" size="4">
<field name="Attribute Wrap Shortest Enables" dword="0" bits="3:0" type="uint" />
</group>
</instruction>
<instruction name="3DSTATE_SF" bias="2" length="4" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="2" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="19" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Viewport Transform Enable" dword="1" bits="1:1" type="bool" />
<field name="Statistics Enable" dword="1" bits="10:10" type="bool" />
<field name="Legacy Global Depth Bias Enable" dword="1" bits="11:11" type="bool" />
<field name="CHV Line Width" dword="1" bits="29:12" type="u11.7" />
<field name="Line End Cap Antialiasing Region Width" dword="2" bits="17:16" type="uint">
<value name="0.5 pixels" value="0" />
<value name="1.0 pixels" value="1" />
<value name="2.0 pixels" value="2" />
<value name="4.0 pixels" value="3" />
</field>
<field name="Line Width" dword="2" bits="27:18" type="u3.7" />
<field name="Point Width" dword="3" bits="10:0" type="u8.3" />
<field name="Point Width Source" dword="3" bits="11:11" type="uint">
<value name="Vertex" value="0" />
<value name="State" value="1" />
</field>
<field name="Vertex Sub Pixel Precision Select" dword="3" bits="12:12" type="uint">
<value name="8 Bit" value="0" />
<value name="4 Bit" value="1" />
</field>
<field name="Smooth Point Enable" dword="3" bits="13:13" type="bool" />
<field name="AA Line Distance Mode" dword="3" bits="14:14" type="uint">
<value name="AALINEDISTANCE_TRUE" value="1" />
</field>
<field name="Triangle Fan Provoking Vertex Select" dword="3" bits="26:25" type="uint" />
<field name="Line Strip/List Provoking Vertex Select" dword="3" bits="28:27" type="uint" />
<field name="Triangle Strip/List Provoking Vertex Select" dword="3" bits="30:29" type="uint" />
<field name="Last Pixel Enable" dword="3" bits="31:31" type="bool" />
</instruction>
<instruction name="3DSTATE_SO_BUFFER" bias="2" length="8" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="6" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="24" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="1" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Stream Output Buffer Offset Address Enable" dword="1" bits="20:20" type="bool" />
<field name="Stream Offset Write Enable" dword="1" bits="21:21" type="bool" />
<field name="MOCS" dword="1" bits="28:22" type="uint" nonzero="true" />
<field name="SO Buffer Index" dword="1" bits="30:29" type="uint" />
<field name="SO Buffer Enable" dword="1" bits="31:31" type="bool" />
<field name="Surface Base Address" dword="2" bits="47:2" type="address" />
<field name="Surface Size" dword="4" bits="29:0" type="uint" />
<field name="Stream Output Buffer Offset Address" dword="5" bits="47:2" type="address" />
<field name="Stream Offset" dword="7" bits="31:0" type="uint" />
</instruction>
<instruction name="3DSTATE_STENCIL_BUFFER" bias="2" length="5" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="3" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="6" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Surface Pitch" dword="1" bits="16:0" type="uint" />
<field name="MOCS" dword="1" bits="28:22" type="uint" nonzero="true" />
<field name="Stencil Buffer Enable" dword="1" bits="31:31" type="bool" />
<field name="Surface Base Address" dword="2" bits="63:0" type="address" />
<field name="Surface QPitch" dword="4" bits="14:0" type="uint" />
</instruction>
<instruction name="3DSTATE_STREAMOUT" bias="2" length="5" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="3" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="30" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Force Rendering" dword="1" bits="24:23" type="uint">
<value name="Resreved" value="1" />
<value name="Force_Off" value="2" />
<value name="Force_on" value="3" />
</field>
<field name="SO Statistics Enable" dword="1" bits="25:25" type="bool" />
<field name="Reorder Mode" dword="1" bits="26:26" type="uint">
<value name="LEADING" value="0" />
<value name="TRAILING" value="1" />
</field>
<field name="Render Stream Select" dword="1" bits="28:27" type="uint" />
<field name="Rendering Disable" dword="1" bits="30:30" type="bool" />
<field name="SO Function Enable" dword="1" bits="31:31" type="bool" />
<field name="Stream 0 Vertex Read Length" dword="2" bits="4:0" type="uint" />
<field name="Stream 0 Vertex Read Offset" dword="2" bits="5:5" type="uint" />
<field name="Stream 1 Vertex Read Length" dword="2" bits="12:8" type="uint" />
<field name="Stream 1 Vertex Read Offset" dword="2" bits="13:13" type="uint" />
<field name="Stream 2 Vertex Read Length" dword="2" bits="20:16" type="uint" />
<field name="Stream 2 Vertex Read Offset" dword="2" bits="21:21" type="uint" />
<field name="Stream 3 Vertex Read Length" dword="2" bits="28:24" type="uint" />
<field name="Stream 3 Vertex Read Offset" dword="2" bits="29:29" type="uint" />
<field name="Buffer 0 Surface Pitch" dword="3" bits="11:0" type="uint" />
<field name="Buffer 1 Surface Pitch" dword="3" bits="27:16" type="uint" />
<field name="Buffer 2 Surface Pitch" dword="4" bits="11:0" type="uint" />
<field name="Buffer 3 Surface Pitch" dword="4" bits="27:16" type="uint" />
</instruction>
<instruction name="3DSTATE_URB_DS" bias="2" length="2" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="50" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="DS Number of URB Entries" dword="1" bits="15:0" type="uint" />
<field name="DS URB Entry Allocation Size" dword="1" bits="24:16" type="uint" />
<field name="DS URB Starting Address" dword="1" bits="31:25" type="uint" />
</instruction>
<instruction name="3DSTATE_URB_GS" bias="2" length="2" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="51" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="GS Number of URB Entries" dword="1" bits="15:0" type="uint" />
<field name="GS URB Entry Allocation Size" dword="1" bits="24:16" type="uint" />
<field name="GS URB Starting Address" dword="1" bits="31:25" type="uint" />
</instruction>
<instruction name="3DSTATE_URB_HS" bias="2" length="2" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="49" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="HS Number of URB Entries" dword="1" bits="15:0" type="uint" />
<field name="HS URB Entry Allocation Size" dword="1" bits="24:16" type="uint" />
<field name="HS URB Starting Address" dword="1" bits="31:25" type="uint" />
</instruction>
<instruction name="3DSTATE_URB_VS" bias="2" length="2" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="48" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="VS Number of URB Entries" dword="1" bits="15:0" type="uint" />
<field name="VS URB Entry Allocation Size" dword="1" bits="24:16" type="uint" />
<field name="VS URB Starting Address" dword="1" bits="31:25" type="uint" />
</instruction>
<instruction name="3DSTATE_VF_INSTANCING" bias="2" length="3" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="1" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="73" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Vertex Element Index" dword="1" bits="5:0" type="uint" />
<field name="Instancing Enable" dword="1" bits="8:8" type="bool" />
<field name="Instance Data Step Rate" dword="2" bits="31:0" type="uint" />
</instruction>
<instruction name="3DSTATE_VF_SGVS" bias="2" length="2" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="74" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="VertexID Element Offset" dword="1" bits="5:0" type="uint" />
<field name="VertexID Component Number" dword="1" bits="14:13" type="uint">
<value name="COMP_0" value="0" />
<value name="COMP_1" value="1" />
<value name="COMP_2" value="2" />
<value name="COMP_3" value="3" />
</field>
<field name="VertexID Enable" dword="1" bits="15:15" type="bool" />
<field name="InstanceID Element Offset" dword="1" bits="21:16" type="uint" />
<field name="InstanceID Component Number" dword="1" bits="30:29" type="uint">
<value name="COMP_0" value="0" />
<value name="COMP_1" value="1" />
<value name="COMP_2" value="2" />
<value name="COMP_3" value="3" />
</field>
<field name="InstanceID Enable" dword="1" bits="31:31" type="bool" />
</instruction>
<instruction name="3DSTATE_VF_TOPOLOGY" bias="2" length="2" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="75" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Primitive Topology Type" dword="1" bits="5:0" type="3D_Prim_Topo_Type" />
</instruction>
<instruction name="3DSTATE_VS" bias="2" length="9" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="7" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="16" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Kernel Start Pointer" dword="1" bits="63:6" type="offset" />
<field name="Software Exception Enable" dword="3" bits="7:7" type="bool" />
<field name="Accesses UAV" dword="3" bits="12:12" type="bool" />
<field name="Illegal Opcode Exception Enable" dword="3" bits="13:13" type="bool" />
<field name="Floating Point Mode" dword="3" bits="16:16" type="uint">
<value name="IEEE-754" value="0" />
<value name="Alternate" value="1" />
</field>
<field name="Thread Dispatch Priority" dword="3" bits="17:17" type="uint">
<value name="High" value="1" />
</field>
<field name="Binding Table Entry Count" dword="3" bits="25:18" type="uint" />
<field name="Sampler Count" dword="3" bits="29:27" type="uint">
<value name="No Samplers" value="0" />
<value name="1-4 Samplers" value="1" />
<value name="5-8 Samplers" value="2" />
<value name="9-12 Samplers" value="3" />
<value name="13-16 Samplers" value="4" />
</field>
<field name="Vector Mask Enable" dword="3" bits="30:30" type="bool" />
<field name="Single Vertex Dispatch" dword="3" bits="31:31" type="bool" />
<field name="Per-Thread Scratch Space" dword="4" bits="3:0" type="uint" />
<field name="Scratch Space Base Pointer" dword="4" bits="63:10" type="address" />
<field name="Vertex URB Entry Read Offset" dword="6" bits="9:4" type="uint" />
<field name="Vertex URB Entry Read Length" dword="6" bits="16:11" type="uint" />
<field name="Dispatch GRF Start Register For URB Data" dword="6" bits="24:20" type="uint" />
<field name="Enable" dword="7" bits="0:0" type="bool" />
<field name="Vertex Cache Disable" dword="7" bits="1:1" type="bool" />
<field name="SIMD8 Dispatch Enable" dword="7" bits="2:2" type="bool" />
<field name="Statistics Enable" dword="7" bits="10:10" type="bool" />
<field name="Maximum Number of Threads" dword="7" bits="31:23" type="uint" />
<field name="User Clip Distance Cull Test Enable Bitmask" dword="8" bits="7:0" type="uint" />
<field name="User Clip Distance Clip Test Enable Bitmask" dword="8" bits="15:8" type="uint" />
<field name="Vertex URB Entry Output Length" dword="8" bits="20:16" type="uint" />
<field name="Vertex URB Entry Output Read Offset" dword="8" bits="26:21" type="uint" />
</instruction>
<instruction name="3DSTATE_WM" bias="2" length="2" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="20" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Force Kill Pixel Enable" dword="1" bits="1:0" type="uint">
<value name="ForceOff" value="1" />
<value name="ForceON" value="2" />
</field>
<field name="Point Rasterization Rule" dword="1" bits="2:2" type="uint">
<value name="RASTRULE_UPPER_LEFT" value="0" />
<value name="RASTRULE_UPPER_RIGHT" value="1" />
</field>
<field name="Line Stipple Enable" dword="1" bits="3:3" type="bool" />
<field name="Polygon Stipple Enable" dword="1" bits="4:4" type="bool" />
<field name="Line Antialiasing Region Width" dword="1" bits="7:6" type="uint">
<value name="0.5 pixels" value="0" />
<value name="1.0 pixels" value="1" />
<value name="2.0 pixels" value="2" />
<value name="4.0 pixels" value="3" />
</field>
<field name="Line End Cap Antialiasing Region Width" dword="1" bits="9:8" type="uint">
<value name="0.5 pixels" value="0" />
<value name="1.0 pixels" value="1" />
<value name="2.0 pixels" value="2" />
<value name="4.0 pixels" value="3" />
</field>
<field name="Barycentric Interpolation Mode" dword="1" bits="16:11" type="uint">
<value name="BIM_PERSPECTIVE_PIXEL" value="1" />
<value name="BIM_PERSPECTIVE_CENTROID" value="2" />
<value name="BIM_PERSPECTIVE_SAMPLE" value="4" />
<value name="BIM_LINEAR_PIXEL" value="8" />
<value name="BIM_LINEAR_CENTROID" value="16" />
<value name="BIM_LINEAR_SAMPLE" value="32" />
</field>
<field name="Position ZW Interpolation Mode" dword="1" bits="18:17" type="uint">
<value name="INTERP_PIXEL" value="0" />
<value name="INTERP_CENTROID" value="2" />
<value name="INTERP_SAMPLE" value="3" />
</field>
<field name="Force Thread Dispatch Enable" dword="1" bits="20:19" type="uint">
<value name="ForceOff" value="1" />
<value name="ForceON" value="2" />
</field>
<field name="Early Depth/Stencil Control" dword="1" bits="22:21" type="uint">
<value name="EDSC_NORMAL" value="0" />
<value name="EDSC_PSEXEC" value="1" />
<value name="EDSC_PREPS" value="2" />
</field>
<field name="Legacy Diamond Line Rasterization" dword="1" bits="26:26" type="bool" />
<field name="Legacy Hierarchical Depth Buffer Resolve Enable" dword="1" bits="27:27" type="bool" />
<field name="Legacy Depth Buffer Resolve Enable" dword="1" bits="28:28" type="bool" />
<field name="Legacy Depth Buffer Clear Enable" dword="1" bits="30:30" type="bool" />
<field name="Statistics Enable" dword="1" bits="31:31" type="bool" />
</instruction>
<instruction name="3DSTATE_WM_CHROMAKEY" bias="2" length="2" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="76" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="ChromaKey Kill Enable" dword="1" bits="31:31" type="bool" />
</instruction>
<instruction name="3DSTATE_WM_DEPTH_STENCIL" bias="2" length="3" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="1" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="78" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Depth Buffer Write Enable" dword="1" bits="0:0" type="bool" />
<field name="Depth Test Enable" dword="1" bits="1:1" type="bool" />
<field name="Stencil Buffer Write Enable" dword="1" bits="2:2" type="bool" />
<field name="Stencil Test Enable" dword="1" bits="3:3" type="bool" />
<field name="Double Sided Stencil Enable" dword="1" bits="4:4" type="bool" />
<field name="Depth Test Function" dword="1" bits="7:5" type="3D_Compare_Function" />
<field name="Stencil Test Function" dword="1" bits="10:8" type="3D_Compare_Function" />
<field name="Backface Stencil Pass Depth Pass Op" dword="1" bits="13:11" type="3D_Stencil_Operation" />
<field name="Backface Stencil Pass Depth Fail Op" dword="1" bits="16:14" type="3D_Stencil_Operation" />
<field name="Backface Stencil Fail Op" dword="1" bits="19:17" type="3D_Stencil_Operation" />
<field name="Backface Stencil Test Function" dword="1" bits="22:20" type="3D_Compare_Function" />
<field name="Stencil Pass Depth Pass Op" dword="1" bits="25:23" type="3D_Stencil_Operation" />
<field name="Stencil Pass Depth Fail Op" dword="1" bits="28:26" type="3D_Stencil_Operation" />
<field name="Stencil Fail Op" dword="1" bits="31:29" type="3D_Stencil_Operation" />
<field name="Backface Stencil Write Mask" dword="2" bits="7:0" type="uint" />
<field name="Backface Stencil Test Mask" dword="2" bits="15:8" type="uint" />
<field name="Stencil Write Mask" dword="2" bits="23:16" type="uint" />
<field name="Stencil Test Mask" dword="2" bits="31:24" type="uint" />
</instruction>
<instruction name="3DSTATE_WM_HZ_OP" bias="2" length="5" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="3" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="82" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Number of Multisamples" dword="1" bits="15:13" type="uint" />
<field name="Stencil Clear Value" dword="1" bits="23:16" type="uint" />
<field name="Full Surface Depth and Stencil Clear" dword="1" bits="25:25" type="bool" />
<field name="Pixel Position Offset Enable" dword="1" bits="26:26" type="bool" />
<field name="Hierarchical Depth Buffer Resolve Enable" dword="1" bits="27:27" type="bool" />
<field name="Depth Buffer Resolve Enable" dword="1" bits="28:28" type="bool" />
<field name="Scissor Rectangle Enable" dword="1" bits="29:29" type="bool" />
<field name="Depth Buffer Clear Enable" dword="1" bits="30:30" type="bool" />
<field name="Stencil Buffer Clear Enable" dword="1" bits="31:31" type="bool" />
<field name="Clear Rectangle X Min" dword="2" bits="15:0" type="uint" />
<field name="Clear Rectangle Y Min" dword="2" bits="31:16" type="uint" />
<field name="Clear Rectangle X Max" dword="3" bits="15:0" type="uint" />
<field name="Clear Rectangle Y Max" dword="3" bits="31:16" type="uint" />
<field name="Sample Mask" dword="4" bits="15:0" type="uint" />
</instruction>
<instruction name="GPGPU_CSR_BASE_ADDRESS" bias="2" length="3" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="1" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="4" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="1" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="0" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="GPGPU CSR Base Address" dword="1" bits="63:12" type="address" />
</instruction>
<instruction name="GPGPU_WALKER" bias="2" length="15" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="13" />
<field name="Predicate Enable" dword="0" bits="8:8" type="bool" />
<field name="Indirect Parameter Enable" dword="0" bits="10:10" type="bool" />
<field name="SubOpcode" dword="0" bits="23:16" type="uint" default="5" />
<field name="Media Command Opcode" dword="0" bits="26:24" type="uint" default="1" />
<field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Interface Descriptor Offset" dword="1" bits="5:0" type="uint" />
<field name="Indirect Data Length" dword="2" bits="16:0" type="uint" />
<field name="Indirect Data Start Address" dword="3" bits="31:6" type="offset" />
<field name="Thread Width Counter Maximum" dword="4" bits="5:0" type="uint" />
<field name="Thread Height Counter Maximum" dword="4" bits="13:8" type="uint" />
<field name="Thread Depth Counter Maximum" dword="4" bits="21:16" type="uint" />
<field name="SIMD Size" dword="4" bits="31:30" type="uint">
<value name="SIMD8" value="0" />
<value name="SIMD16" value="1" />
<value name="SIMD32" value="2" />
</field>
<field name="Thread Group ID Starting X" dword="5" bits="31:0" type="uint" />
<field name="Thread Group ID X Dimension" dword="7" bits="31:0" type="uint" />
<field name="Thread Group ID Starting Y" dword="8" bits="31:0" type="uint" />
<field name="Thread Group ID Y Dimension" dword="10" bits="31:0" type="uint" />
<field name="Thread Group ID Starting/Resume Z" dword="11" bits="31:0" type="uint" />
<field name="Thread Group ID Z Dimension" dword="12" bits="31:0" type="uint" />
<field name="Right Execution Mask" dword="13" bits="31:0" type="uint" />
<field name="Bottom Execution Mask" dword="14" bits="31:0" type="uint" />
</instruction>
<instruction name="MEDIA_OBJECT" bias="2" engine="render">
<field name="DWord Length" dword="0" bits="15:0" type="uint" default="4" />
<field name="Media Command Sub-Opcode" dword="0" bits="23:16" type="uint" default="0" />
<field name="Media Command Opcode" dword="0" bits="26:24" type="uint" default="1" />
<field name="Media Command Pipeline" dword="0" bits="28:27" type="uint" default="2" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Interface Descriptor Offset" dword="1" bits="5:0" type="uint" />
<field name="Indirect Data Length" dword="2" bits="16:0" type="uint" />
<field name="SubSlice Destination Select" dword="2" bits="18:17" type="uint">
<value name="SubSlice 2" value="2" />
<value name="SubSlice 1" value="1" />
<value name="SubSlice 0" value="0" />
</field>
<field name="Slice Destination Select" dword="2" bits="20:19" type="uint">
<value name="Slice 0" value="0" />
<value name="Slice 1" value="1" />
<value name="Slice 2" value="2" />
</field>
<field name="Use Scoreboard" dword="2" bits="21:21" type="uint">
<value name="Not using scoreboard" value="0" />
<value name="Using scoreboard" value="1" />
</field>
<field name="Force Destination" dword="2" bits="22:22" type="uint" />
<field name="Thread Synchronization" dword="2" bits="24:24" type="uint">
<value name="No thread synchronization" value="0" />
<value name="Thread dispatch is synchronized by the 'spawn root thread' message" value="1" />
</field>
<field name="Children Present" dword="2" bits="31:31" type="bool" />
<field name="Indirect Data Start Address" dword="3" bits="31:0" type="address" />
<field name="Scoreboard X" dword="4" bits="8:0" type="uint" />
<field name="Scoredboard Y" dword="4" bits="24:16" type="uint" />
<field name="Scoreboard Mask" dword="5" bits="7:0" type="uint" />
<field name="Scoreboard Color" dword="5" bits="19:16" type="uint" />
<group count="0" dword="6" size="32">
<field name="Inline Data" dword="0" bits="31:0" type="uint" />
</group>
</instruction>
<instruction name="MEDIA_OBJECT_GRPID" bias="2" engine="render">
<field name="DWord Length" dword="0" bits="15:0" type="uint" default="5" />
<field name="Media Command Sub-Opcode" dword="0" bits="23:16" type="uint" default="6" />
<field name="Media Command Opcode" dword="0" bits="26:24" type="uint" default="1" />
<field name="Media Command Pipeline" dword="0" bits="28:27" type="uint" default="2" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Interface Descriptor Offset" dword="1" bits="5:0" type="uint" />
<field name="Indirect Data Length" dword="2" bits="16:0" type="uint" />
<field name="SubSlice Destination Select" dword="2" bits="18:17" type="uint">
<value name="SubSlice 2" value="2" />
<value name="SubSlice 1" value="1" />
<value name="SubSlice 0" value="0" />
</field>
<field name="Slice Destination Select" dword="2" bits="20:19" type="uint">
<value name="Slice 0" value="0" />
<value name="Slice 1" value="1" />
<value name="Slice 2" value="2" />
</field>
<field name="Use Scoreboard" dword="2" bits="21:21" type="uint">
<value name="Not using scoreboard" value="0" />
<value name="Using scoreboard" value="1" />
</field>
<field name="Force Destination" dword="2" bits="22:22" type="uint" />
<field name="End of Thread Group" dword="2" bits="23:23" type="uint" />
<field name="Indirect Data Start Address" dword="3" bits="31:0" type="address" />
<field name="Scoreboard X" dword="4" bits="8:0" type="uint" />
<field name="Scoreboard Y" dword="4" bits="24:16" type="uint" />
<field name="Scoreboard Mask" dword="5" bits="7:0" type="uint" />
<field name="Scoreboard Color" dword="5" bits="19:16" type="uint" />
<field name="GroupID" dword="6" bits="31:0" type="uint" />
<group count="0" dword="7" size="32">
<field name="Inline Data" dword="0" bits="31:0" type="uint" />
</group>
</instruction>
<instruction name="MEDIA_OBJECT_WALKER" bias="2" engine="render">
<field name="DWord Length" dword="0" bits="15:0" type="uint" default="15" />
<field name="SubOpcode" dword="0" bits="23:16" type="uint" default="3" />
<field name="Media Command Opcode" dword="0" bits="26:24" type="uint" default="1" />
<field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Interface Descriptor Offset" dword="1" bits="5:0" type="uint" />
<field name="Indirect Data Length" dword="2" bits="16:0" type="uint" />
<field name="Use Scoreboard" dword="2" bits="21:21" type="uint">
<value name="Not using scoreboard" value="0" />
<value name="Using scoreboard" value="1" />
</field>
<field name="Thread Synchronization" dword="2" bits="24:24" type="uint">
<value name="No thread synchronization" value="0" />
<value name="Thread dispatch is synchronized by the 'spawn root thread' message" value="1" />
</field>
<field name="Children Present" dword="2" bits="31:31" type="uint" />
<field name="Indirect Data Start Address" dword="3" bits="31:0" type="offset" />
<field name="Scoreboard Mask" dword="5" bits="7:0" type="uint" />
<field name="Group ID Loop Select" dword="5" bits="31:8" type="uint" />
<field name="Mid-Loop Unit X" dword="6" bits="9:8" type="int" />
<field name="Local Mid-Loop Unit Y" dword="6" bits="13:12" type="int" />
<field name="Middle Loop Extra Steps" dword="6" bits="20:16" type="uint" />
<field name="Color Count Minus One" dword="6" bits="27:24" type="uint" />
<field name="Local Loop Exec Count" dword="7" bits="9:0" type="uint" />
<field name="Global Loop Exec Count" dword="7" bits="25:16" type="uint" />
<field name="Block Resolution X" dword="8" bits="8:0" type="uint" />
<field name="Block Resolution Y" dword="8" bits="24:16" type="uint" />
<field name="Local Start X" dword="9" bits="8:0" type="uint" />
<field name="Local Start Y" dword="9" bits="24:16" type="uint" />
<field name="Local Outer Loop Stride X" dword="11" bits="9:0" type="int" />
<field name="Local Outer Loop Stride Y" dword="11" bits="25:16" type="int" />
<field name="Local Inner Loop Unit X" dword="12" bits="9:0" type="int" />
<field name="Local Inner Loop Unit Y" dword="12" bits="25:16" type="int" />
<field name="Global Resolution X" dword="13" bits="8:0" type="uint" />
<field name="Global Resolution Y" dword="13" bits="24:16" type="uint" />
<field name="Global Start X" dword="14" bits="9:0" type="int" />
<field name="Global Start Y" dword="14" bits="25:16" type="int" />
<field name="Global Outer Loop Stride X" dword="15" bits="9:0" type="int" />
<field name="Global Outer Loop Stride Y" dword="15" bits="25:16" type="int" />
<field name="Global Inner Loop Unit X" dword="16" bits="9:0" type="int" />
<field name="Global Inner Loop Unit Y" dword="16" bits="25:16" type="int" />
<group count="0" dword="17" size="32">
<field name="Inline Data" dword="0" bits="31:0" type="uint" />
</group>
</instruction>
<instruction name="MEDIA_STATE_FLUSH" bias="2" length="2" engine="render">
<field name="DWord Length" dword="0" bits="15:0" type="uint" default="0" />
<field name="SubOpcode" dword="0" bits="23:16" type="uint" default="4" />
<field name="Media Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Interface Descriptor Offset" dword="1" bits="5:0" type="uint" />
<field name="Watermark Required" dword="1" bits="6:6" type="uint" />
<field name="Flush to GO" dword="1" bits="7:7" type="bool" />
</instruction>
<instruction name="MEDIA_VFE_STATE" bias="2" length="9" engine="render">
<field name="DWord Length" dword="0" bits="15:0" type="uint" default="7" />
<field name="SubOpcode" dword="0" bits="23:16" type="uint" default="0" />
<field name="Media Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Per Thread Scratch Space" dword="1" bits="3:0" type="uint" />
<field name="Stack Size" dword="1" bits="7:4" type="uint" />
<field name="Scratch Space Base Pointer" dword="1" bits="47:10" type="address" />
<field name="Bypass Gateway Control" dword="3" bits="6:6" type="uint">
<value name="Maintaining OpenGateway/ForwardMsg/CloseGateway protocol (legacy mode)" value="0" />
<value name="Bypassing OpenGateway/CloseGateway protocol" value="1" />
</field>
<field name="Reset Gateway Timer" dword="3" bits="7:7" type="uint">
<value name="Maintaining the existing timestamp state" value="0" />
<value name="Resetting relative timer and latching the global timestamp" value="1" />
</field>
<field name="Number of URB Entries" dword="3" bits="15:8" type="uint" />
<field name="Maximum Number of Threads" dword="3" bits="31:16" type="uint" />
<field name="Slice Disable" dword="4" bits="1:0" type="uint">
<value name="All Subslices Enabled" value="0" />
<value name="Only Slice 0 Enabled" value="1" />
<value name="Only Slice 0 Subslice 0 Enabled" value="3" />
</field>
<field name="CURBE Allocation Size" dword="5" bits="15:0" type="uint" />
<field name="URB Entry Allocation Size" dword="5" bits="31:16" type="uint" />
<field name="Scoreboard Mask" dword="6" bits="7:0" type="uint" />
<field name="Scoreboard Type" dword="6" bits="30:30" type="uint">
<value name="Stalling Scoreboard" value="0" />
<value name="Non-Stalling Scoreboard" value="1" />
</field>
<field name="Scoreboard Enable" dword="6" bits="31:31" type="bool" />
<field name="Scoreboard 0 Delta X" dword="7" bits="3:0" type="int" />
<field name="Scoreboard 0 Delta Y" dword="7" bits="7:4" type="int" />
<field name="Scoreboard 1 Delta X" dword="7" bits="11:8" type="int" />
<field name="Scoreboard 1 Delta Y" dword="7" bits="15:12" type="int" />
<field name="Scoreboard 2 Delta X" dword="7" bits="19:16" type="int" />
<field name="Scoreboard 2 Delta Y" dword="7" bits="23:20" type="int" />
<field name="Scoreboard 3 Delta X" dword="7" bits="27:24" type="int" />
<field name="Scoreboard 3 Delta Y" dword="7" bits="31:28" type="int" />
<field name="Scoreboard 4 Delta X" dword="8" bits="3:0" type="int" />
<field name="Scoreboard 4 Delta Y" dword="8" bits="7:4" type="int" />
<field name="Scoreboard 5 Delta X" dword="8" bits="11:8" type="int" />
<field name="Scoreboard 5 Delta Y" dword="8" bits="15:12" type="int" />
<field name="Scoreboard 6 Delta X" dword="8" bits="19:16" type="int" />
<field name="Scoreboard 6 Delta Y" dword="8" bits="23:20" type="int" />
<field name="Scoreboard 7 Delta X" dword="8" bits="27:24" type="int" />
<field name="Scoreboard 7 Delta Y" dword="8" bits="31:28" type="int" />
</instruction>
<instruction name="MFD_VP8_BSD_OBJECT" bias="2" length="22" engine="video">
<field name="DWord Length" dword="0" bits="11:0" type="uint" default="20" />
<field name="SubOpcode B" dword="0" bits="20:16" type="uint" default="8" />
<field name="SubOpcode A" dword="0" bits="23:21" type="uint" default="1" />
<field name="Media Command OpCode" dword="0" bits="26:24" type="uint" default="4" />
<field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Partition0 First MB Bit Offset from Frame Header" dword="1" bits="2:0" type="uint" />
<field name="Coded Num of Coeff Token Partitions" dword="1" bits="5:4" type="uint" />
<field name="Partition0 CPBAC Entropy Range" dword="1" bits="15:8" type="uint" />
<field name="Partition0 CPBAC Entropy Count" dword="1" bits="20:16" type="uint" />
<field name="Partition0 CPBAC Entropy Value" dword="2" bits="31:24" type="uint" />
<field name="Indirect Partition0 Data Length" dword="3" bits="23:0" type="uint" />
<field name="Indirect Partition0 Data Start Offset" dword="4" bits="31:0" type="uint" />
<field name="Indirect Partition1 Data Length" dword="5" bits="23:0" type="uint" />
<field name="Indirect Partition1 Data Start Offset" dword="6" bits="31:0" type="uint" />
<field name="Indirect Partition2 Data Length" dword="7" bits="23:0" type="uint" />
<field name="Indirect Partition2 Data Start Offset" dword="8" bits="31:0" type="uint" />
<field name="Indirect Partition3 Data Length" dword="9" bits="23:0" type="uint" />
<field name="Indirect Partition3 Data Start Offset" dword="10" bits="31:0" type="uint" />
<field name="Indirect Partition4 Data Length" dword="11" bits="23:0" type="uint" />
<field name="Indirect Partition4 Data Start Offset" dword="12" bits="31:0" type="uint" />
<field name="Indirect Partition5 Data Length" dword="13" bits="23:0" type="uint" />
<field name="Indirect Partition5 Data Start Offset" dword="14" bits="31:0" type="uint" />
<field name="Indirect Partition6 Data Length" dword="15" bits="23:0" type="uint" />
<field name="Indirect Partition6 Data Start Offset" dword="16" bits="31:0" type="uint" />
<field name="Indirect Partition7 Data Length" dword="17" bits="23:0" type="uint" />
<field name="Indirect Partition7 Data Start Offset" dword="18" bits="31:0" type="uint" />
<field name="Indirect Partition8 Data Length" dword="19" bits="23:0" type="uint" />
<field name="Indirect Partition8 Data Start Offset" dword="20" bits="31:0" type="uint" />
<field name="MB Header Error Handling" dword="21" bits="8:8" type="uint" />
<field name="Entropy Error Handling" dword="21" bits="10:10" type="uint" />
<field name="MPR Error (MV out of range) Handling" dword="21" bits="12:12" type="uint" />
<field name="BSD Premature Complete Error Handling" dword="21" bits="14:14" type="uint" />
<field name="Concealment Picture ID" dword="21" bits="17:16" type="uint" />
<field name="Concealment Method" dword="21" bits="31:31" type="uint">
<value name="Intra 16x16 Prediction" value="0" />
<value name="Inter P Copy" value="1" />
</field>
</instruction>
<instruction name="MFX_AVC_DIRECTMODE_STATE" bias="2" length="71" engine="video">
<field name="DWord Length" dword="0" bits="11:0" type="uint" default="69" />
<field name="SubOpcode B" dword="0" bits="20:16" type="uint" default="2" />
<field name="SubOpcode A" dword="0" bits="23:21" type="uint" default="0" />
<field name="Media Command Opcode" dword="0" bits="26:24" type="uint" default="1" />
<field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<group count="16" dword="1" size="64">
<field name="Direct MV Buffer - Address" dword="0" bits="63:0" type="address" />
</group>
<field name="Direct MV Buffer - Attributes" dword="33" bits="31:0" type="MEMORYADDRESSATTRIBUTES" />
<field name="Direct MV Buffer (Write) - Address" dword="34" bits="63:0" type="address" />
<field name="Direct MV Buffer (Write) - Attributes" dword="36" bits="31:0" type="MEMORYADDRESSATTRIBUTES" />
<group count="34" dword="37" size="32">
<field name="POC List" dword="0" bits="31:0" type="uint" />
</group>
</instruction>
<instruction name="MFX_AVC_IMG_STATE" bias="2" length="14" engine="video">
<field name="DWord Length" dword="0" bits="11:0" type="uint" default="12" />
<field name="SubOpcode B" dword="0" bits="20:16" type="uint" default="0" />
<field name="SubOpcode A" dword="0" bits="23:21" type="uint" default="0" />
<field name="Media Command Opcode" dword="0" bits="26:24" type="uint" default="1" />
<field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Frame Size" dword="1" bits="15:0" type="uint" />
<field name="Frame Width" dword="2" bits="7:0" type="uint" />
<field name="Frame Height" dword="2" bits="23:16" type="uint" />
<field name="Image Structure" dword="3" bits="9:8" type="uint">
<value name="Frame Picture" value="0" />
<value name="Top Field Picture" value="1" />
<value name="Bottom Field Picture" value="3" />
<value name="Invalid, not allowed." value="2" />
</field>
<field name="Weighted BiPrediction IDC" dword="3" bits="11:10" type="uint">
<value name="DEFAULT" value="0" />
<value name="EXPLICIT" value="1" />
<value name="IMPLICIT" value="2" />
</field>
<field name="Weighted Prediction Enable" dword="3" bits="12:12" type="bool" />
<field name="First Chroma QP Offset" dword="3" bits="20:16" type="int" />
<field name="Second Chroma QP Offset" dword="3" bits="28:24" type="int" />
<field name="Field Picture" dword="4" bits="0:0" type="bool" />
<field name="MBAFF Mode" dword="4" bits="1:1" type="bool" />
<field name="Frame MB Only" dword="4" bits="2:2" type="bool" />
<field name="8x8 IDCT Transform Mode" dword="4" bits="3:3" type="bool" />
<field name="Direct 8x8 Inference" dword="4" bits="4:4" type="bool" />
<field name="Constrained Intra Prediction" dword="4" bits="5:5" type="bool" />
<field name="Non-Reference Picture" dword="4" bits="6:6" type="bool" />
<field name="Entropy Coding Sync Enable" dword="4" bits="7:7" type="bool" />
<field name="MB MV Format" dword="4" bits="8:8" type="uint">
<value name="IGNORE" value="0" />
<value name="FOLLOW" value="1" />
</field>
<field name="Chroma Format IDC" dword="4" bits="11:10" type="uint">
<value name="Monochrome picture" value="0" />
<value name="4:2:0 picture" value="1" />
<value name="4:2:2 picture (not supported)" value="2" />
<value name="4:4:4 picture (not supported)" value="3" />
</field>
<field name="MV Unpacked Enable" dword="4" bits="12:12" type="bool" />
<field name="Load Bitstream Pointer Per Slice" dword="4" bits="14:14" type="bool" />
<field name="MB Status Read" dword="4" bits="15:15" type="bool" />
<field name="Minimum Frame Size" dword="4" bits="31:16" type="uint" />
<field name="Intra MB Max Bit Control" dword="5" bits="0:0" type="bool" />
<field name="Inter MB Max Bit Control" dword="5" bits="1:1" type="bool" />
<field name="Frame Bitrate Max Report" dword="5" bits="2:2" type="bool" />
<field name="Frame Bitrate Min Report" dword="5" bits="3:3" type="bool" />
<field name="Force IPCM Control" dword="5" bits="7:7" type="bool" />
<field name="MB Level Rate Control" dword="5" bits="9:9" type="bool" />
<field name="Minimum Frame Size Units" dword="5" bits="11:10" type="uint">
<value name="Compatibility mode" value="0" />
<value name="16 bytes" value="1" />
<value name="4Kb" value="2" />
<value name="16Kb" value="3" />
</field>
<field name="Non First Pass" dword="5" bits="16:16" type="uint" />
<field name="Trellis Quantization Chroma Disable" dword="5" bits="27:27" type="bool" />
<field name="Trellis Quantization Rounding" dword="5" bits="30:28" type="uint" />
<field name="Trellis Quantization Enable" dword="5" bits="31:31" type="bool" />
<field name="Intra MB Conformance Max Size" dword="6" bits="11:0" type="uint" />
<field name="Inter MB Conformance Max Size" dword="6" bits="27:16" type="uint" />
<field name="Slice Delta QP Max[0]" dword="8" bits="7:0" type="int" />
<field name="Slice Delta QP Max[1]" dword="8" bits="15:8" type="int" />
<field name="Slice Delta QP Max[2]" dword="8" bits="23:16" type="uint" />
<field name="Slice Delta QP Max[3]" dword="8" bits="31:24" type="int" />
<field name="Slice Delta QP Min[0]" dword="9" bits="7:0" type="int" />
<field name="Slice Delta QP Min[1]" dword="9" bits="15:8" type="int" />
<field name="Slice Delta QP Min[2]" dword="9" bits="23:16" type="int" />
<field name="Slice Delta QP Min[3]" dword="9" bits="31:24" type="int" />
<field name="Frame Bitrate Min" dword="10" bits="13:0" type="uint" />
<field name="Frame Bitrate Min Unit Mode" dword="10" bits="14:14" type="uint">
<value name="Compatibility mode" value="0" />
<value name="New mode" value="1" />
</field>
<field name="Frame Bitrate Min Unit" dword="10" bits="15:15" type="uint" />
<field name="Frame Bitrate Max" dword="10" bits="29:16" type="uint" />
<field name="Frame Bitrate Max Unit Mode" dword="10" bits="30:30" type="uint">
<value name="Compatibility mode" value="0" />
<value name="New mode" value="1" />
</field>
<field name="Frame Bitrate Max Unit" dword="10" bits="31:31" type="uint" />
<field name="Frame Bitrate Min Delta" dword="11" bits="14:0" type="uint" />
<field name="Frame Bitrate Max Delta" dword="11" bits="30:16" type="uint" />
<field name="Slice Stats Stream-Out Enable" dword="11" bits="31:31" type="bool" />
<field name="Initial QP Value" dword="13" bits="7:0" type="int" />
<field name="Number of Active Reference Pictures from L0" dword="13" bits="13:8" type="uint" />
<field name="Number of Active Reference Pictures from L1" dword="13" bits="21:16" type="uint" />
<field name="Number of Reference Frames" dword="13" bits="28:24" type="uint" />
<field name="Current Picture Has Performed MMCO5" dword="13" bits="29:29" type="bool" />
<field name="Pic Order Present" dword="14" bits="0:0" type="bool" />
<field name="Delta Pic Order Always Zero" dword="14" bits="1:1" type="bool" />
<field name="Pic Order Count Type" dword="14" bits="3:2" type="uint" />
<field name="Slice Group Map Type" dword="14" bits="10:8" type="uint" />
<field name="Redundant Pic Count Present" dword="14" bits="11:11" type="bool" />
<field name="Number of Slice Groups" dword="14" bits="14:12" type="uint" />
<field name="Deblocking Filter Control Present" dword="14" bits="15:15" type="bool" />
<field name="Log2 Max Frame Number" dword="14" bits="23:16" type="uint" />
<field name="Log2 Max Pic Order Count LSB" dword="14" bits="31:24" type="uint" />
<field name="Slice Group Change Rate" dword="15" bits="15:0" type="uint" />
<field name="Current Picture Frame Number" dword="15" bits="31:16" type="uint" />
<field name="Current Frame View ID" dword="16" bits="9:0" type="uint" />
<field name="Max View IDXL0" dword="16" bits="15:12" type="uint" />
<field name="Max View IDXL1" dword="16" bits="21:18" type="uint" />
<field name="Inter View Order Disable" dword="16" bits="31:31" type="bool" />
</instruction>
<instruction name="MFX_BSP_BUF_BASE_ADDR_STATE" bias="2" length="10" engine="video">
<field name="DWord Length" dword="0" bits="11:0" type="uint" default="8" />
<field name="SubOpcode B" dword="0" bits="20:16" type="uint" default="4" />
<field name="SubOpcode A" dword="0" bits="23:21" type="uint" default="0" />
<field name="Media Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="BSD/MPC Row Store Scratch Buffer - Address" dword="1" bits="47:6" type="address" />
<field name="BSD/MPC Row Store Scratch Buffer - Age for QUADLRU" dword="3" bits="1:0" type="uint" />
<field name="BSD/MPC Row Store Scratch Buffer - Target Cache" dword="3" bits="4:3" type="uint">
<value name="eLLC Only" value="0" />
<value name="LLC Only" value="1" />
<value name="LLC/eLLC" value="2" />
<value name="L3, LLC, eLLC" value="3" />
</field>
<field name="BSD/MPC Row Store Scratch Buffer - Cacheability Control" dword="3" bits="6:5" type="uint">
<value name="Use Cacheability Controls From Page Table / UC with Fence" value="0" />
<value name="Uncacheable" value="1" />
<value name="Writethrough" value="2" />
<value name="Writeback" value="3" />
</field>
<field name="BSD/MPC Row Store Scratch Buffer - Arbitration Priority Control" dword="3" bits="8:7" type="uint">
<value name="Highest priority" value="0" />
<value name="Second highest priority" value="1" />
<value name="Third highest priority" value="2" />
<value name="Lowest priority" value="3" />
</field>
<field name="MPR Row Store Scratch Buffer - Address" dword="4" bits="47:6" type="address" />
<field name="MPR Row Store Scratch Buffer - Age for QUADLRU" dword="6" bits="1:0" type="uint" />
<field name="MPR Row Store Scratch Buffer - Target Cache" dword="6" bits="4:3" type="uint">
<value name="eLLC Only" value="0" />
<value name="LLC Only" value="1" />
<value name="LLC/eLLC" value="2" />
<value name="L3, LLC, eLLC" value="3" />
</field>
<field name="MPR Row Store Scratch Buffer - Cacheability Control" dword="6" bits="6:5" type="uint">
<value name="Use Cacheability Controls From Page Table / UC with Fence" value="0" />
<value name="Uncacheable" value="1" />
<value name="Writethrough" value="2" />
<value name="Writeback" value="3" />
</field>
<field name="MPR Row Store Scratch Buffer - Arbitration Priority Control" dword="6" bits="8:7" type="uint">
<value name="Highest priority" value="0" />
<value name="Second highest priority" value="1" />
<value name="Third highest priority" value="2" />
<value name="Lowest priority" value="3" />
</field>
<field name="Bitplane Read Buffer - Address" dword="7" bits="47:6" type="uint" />
<field name="Bitplane Read Buffer - Age for QUADLRU" dword="9" bits="1:0" type="uint" />
<field name="Bitplane Read Buffer - Target Cache" dword="9" bits="4:3" type="uint">
<value name="eLLC Only" value="0" />
<value name="LLC Only" value="1" />
<value name="LLC/eLLC" value="2" />
<value name="L3, LLC, eLLC" value="3" />
</field>
<field name="Bitplane Read Buffer - Cacheability Control" dword="9" bits="6:5" type="uint">
<value name="Use Cacheability Controls From Page Table / UC with Fence (if coherent cycle)" value="0" />
<value name="Uncacheable" value="1" />
<value name="Writethrough" value="2" />
<value name="Writeback" value="3" />
</field>
<field name="Bitplane Read Buffer - Arbitration Priority Control" dword="9" bits="8:7" type="uint">
<value name="Highest priority" value="0" />
<value name="Second highest priority" value="1" />
<value name="Third highest priority" value="2" />
<value name="Lowest priority" value="3" />
</field>
</instruction>
<instruction name="MFX_DBK_OBJECT" bias="2" length="13" engine="video">
<field name="DWord Length" dword="0" bits="11:0" type="uint" default="11" />
<field name="SubOpcode B" dword="0" bits="20:16" type="uint" default="9" />
<field name="SubOpcode A" dword="0" bits="23:21" type="uint" default="0" />
<field name="Media Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Pre Deblocking Source - Address" dword="1" bits="47:6" type="address" />
<field name="Pre Deblocking Source - Age for QUADLRU" dword="3" bits="1:0" type="uint" />
<field name="Pre Deblocking Source - Target Cache" dword="3" bits="4:3" type="uint">
<value name="eLLC Only" value="0" />
<value name="LLC Only" value="1" />
<value name="LLC/eLLC" value="2" />
<value name="L3, LLC, eLLC" value="3" />
</field>
<field name="Pre Deblocking Source - Cacheability Control" dword="3" bits="6:5" type="uint">
<value name="Use Cacheability Controls From Page Table / UC with Fence" value="0" />
<value name="Uncacheable" value="1" />
<value name="Writethrough" value="2" />
<value name="Writeback" value="3" />
</field>
<field name="Pre Deblocking Source - Arbitration Priority Control" dword="3" bits="8:7" type="uint">
<value name="Highest priority" value="0" />
<value name="Second highest priority" value="1" />
<value name="Third highest priority" value="2" />
<value name="Lowest priority" value="3" />
</field>
<field name="Deblocking Control - Address" dword="4" bits="47:6" type="address" />
<field name="Deblocking Control - Age for QUADLRU" dword="6" bits="1:0" type="uint" />
<field name="Deblocking Control - Target Cache" dword="6" bits="4:3" type="uint">
<value name="eLLC Only" value="0" />
<value name="LLC Only" value="1" />
<value name="LLC/eLLC" value="2" />
<value name="L3, LLC, eLLC" value="3" />
</field>
<field name="Deblocking Control - Cacheability Control" dword="6" bits="6:5" type="uint">
<value name="Use Cacheability Controls From Page Table / UC with Fence" value="0" />
<value name="Uncacheable" value="1" />
<value name="Writethrough" value="2" />
<value name="Writeback" value="3" />
</field>
<field name="Deblocking Control - Arbitration Priority Control" dword="6" bits="8:7" type="uint">
<value name="Highest priority" value="0" />
<value name="Second highest priority" value="1" />
<value name="Third highest priority" value="2" />
<value name="Lowest priority" value="3" />
</field>
<field name="Deblocking Destination - Address" dword="7" bits="47:6" type="address" />
<field name="Deblocking Destination - Age for QUADLRU" dword="9" bits="1:0" type="uint" />
<field name="Deblocking Destination - Target Cache" dword="9" bits="4:3" type="uint">
<value name="eLLC Only" value="0" />
<value name="LLC Only" value="1" />
<value name="LLC/eLLC" value="2" />
<value name="L3, LLC, eLLC" value="3" />
</field>
<field name="Deblocking Destination - Cacheability Control" dword="9" bits="6:5" type="uint">
<value name="Use Cacheability Controls From Page Table / UC with Fence" value="0" />
<value name="Uncacheable" value="1" />
<value name="Writethrough" value="2" />
<value name="Writeback" value="3" />
</field>
<field name="Deblocking Destination - Arbitration Priority Control" dword="9" bits="8:7" type="uint">
<value name="Highest priority" value="0" />
<value name="Second highest priority" value="1" />
<value name="Third highest priority" value="2" />
<value name="Lowest priority" value="3" />
</field>
<field name="Deblock Row Store - Address" dword="10" bits="47:6" type="address" />
<field name="Deblock Row Store - Age for QUADLRU" dword="12" bits="1:0" type="uint" />
<field name="Deblock Row Store - Target Cache" dword="12" bits="4:3" type="uint">
<value name="eLLC Only" value="0" />
<value name="LLC Only" value="1" />
<value name="LLC/eLLC" value="2" />
<value name="L3, LLC, eLLC" value="3" />
</field>
<field name="Deblock Row Store - Cacheability Control" dword="12" bits="6:5" type="uint">
<value name="Use Cacheability Controls From Page Table / UC with Fence" value="0" />
<value name="Uncacheable" value="1" />
<value name="Writethrough" value="2" />
<value name="Writeback" value="3" />
</field>
<field name="Deblock Row Store - Arbitration Priority Control" dword="12" bits="8:7" type="uint">
<value name="Highest priority" value="0" />
<value name="Second highest priority" value="1" />
<value name="Third highest priority" value="2" />
<value name="Lowest priority" value="3" />
</field>
</instruction>
<instruction name="MFX_IND_OBJ_BASE_ADDR_STATE" bias="2" length="26" engine="video">
<field name="DWord Length" dword="0" bits="11:0" type="uint" default="24" />
<field name="SubOpcode B" dword="0" bits="20:16" type="uint" default="3" />
<field name="SubOpcode A" dword="0" bits="23:21" type="uint" default="0" />
<field name="Media Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="MFX Indirect Bitstream Object - Address" dword="1" bits="63:0" type="address" />
<field name="MFX Indirect Bitstream Object - Attributes" dword="3" bits="31:0" type="MEMORYADDRESSATTRIBUTES" />
<field name="MFX Indirect Bitstream Object - Upper Bound" dword="4" bits="63:0" type="address" />
<field name="MFX Indirect MV Object - Address" dword="6" bits="63:0" type="address" />
<field name="MFX Indirect MV Object - Attributes" dword="8" bits="31:0" type="MEMORYADDRESSATTRIBUTES" />
<field name="MFX Indirect MV Object - Upper Bound" dword="9" bits="63:0" type="address" />
<field name="MFD Indirect IT-COEFF Object - Address" dword="11" bits="63:0" type="address" />
<field name="MFD Indirect IT-COEFF Object - Attributes" dword="13" bits="31:0" type="MEMORYADDRESSATTRIBUTES" />
<field name="MFD Indirect IT-COEFF Object - Upper Bound" dword="14" bits="63:0" type="address" />
<field name="MFD Indirect IT-DBLK Object - Address" dword="16" bits="63:0" type="address" />
<field name="MFD Indirect IT-DBLK Object - Attributes" dword="18" bits="31:0" type="MEMORYADDRESSATTRIBUTES" />
<field name="MFD Indirect IT-DBLK Object - Upper Bound" dword="19" bits="63:0" type="address" />
<field name="MFC Indirect PAK-BSE Object - Address" dword="21" bits="63:0" type="address" />
<field name="MFC Indirect PAK-BSE Object - Attributes" dword="23" bits="31:0" type="MEMORYADDRESSATTRIBUTES" />
<field name="MFC Indirect PAK-BSE Object - Upper Bound" dword="24" bits="63:0" type="address" />
</instruction>
<instruction name="MFX_JPEG_PIC_STATE" bias="2" length="3" engine="video">
<field name="DWord Length" dword="0" bits="11:0" type="uint" default="1" />
<field name="SubOpcode B" dword="0" bits="20:16" type="uint" default="0" />
<field name="SubOpcode A" dword="0" bits="23:21" type="uint" default="0" />
<field name="Media Command Opcode" dword="0" bits="26:24" type="uint" default="7" />
<field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Input Format YUV" dword="1" bits="2:0" type="uint" />
<field name="Rotation" dword="1" bits="5:4" type="uint" />
<field name="Output Format YUV" dword="1" bits="11:8" type="uint" />
<field name="Average Down Sampling" dword="1" bits="16:16" type="uint" />
<field name="Vertical Down-Sampling Enable" dword="1" bits="17:17" type="bool" />
<field name="Horizontal Down-Sampling Enable" dword="1" bits="18:18" type="bool" />
<field name="Vertical Up-Sampling Enable" dword="1" bits="20:20" type="bool" />
<field name="Frame Width In Blocks" dword="2" bits="12:0" type="uint" />
<field name="Frame Height In Blocks" dword="2" bits="28:16" type="uint" />
</instruction>
<instruction name="MFX_PIPE_BUF_ADDR_STATE" bias="2" length="61" engine="video">
<field name="DWord Length" dword="0" bits="11:0" type="uint" default="59" />
<field name="SubOpcode B" dword="0" bits="20:16" type="uint" default="2" />
<field name="SubOpcode A" dword="0" bits="23:21" type="uint" default="0" />
<field name="Media Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Pre Deblocking Destination - Address" dword="1" bits="47:6" type="address" />
<field name="Pre Deblocking Destination - MOCS" dword="3" bits="6:0" type="uint" nonzero="true" />
<field name="Pre Deblocking Destination - Arbitration Priority Control" dword="3" bits="8:7" type="uint">
<value name="Highest priority" value="0" />
<value name="Second highest priority" value="1" />
<value name="Third highest priority" value="2" />
<value name="Lowest priority" value="3" />
</field>
<field name="Post Deblocking Destination - Address" dword="4" bits="47:6" type="address" />
<field name="Post Deblocking Destination - MOCS" dword="6" bits="6:0" type="uint" nonzero="true" />
<field name="Post Deblocking Destination - Arbitration Priority Control" dword="6" bits="8:7" type="uint">
<value name="Highest priority" value="0" />
<value name="Second highest priority" value="1" />
<value name="Third highest priority" value="2" />
<value name="Lowest priority" value="3" />
</field>
<field name="Original Uncompressed Picture Source - Address" dword="7" bits="47:6" type="address" />
<field name="Original Uncompressed Picture Source - MOCS" dword="9" bits="6:0" type="uint" nonzero="true" />
<field name="Original Uncompressed Picture Source - Arbitration Priority Control" dword="9" bits="8:7" type="uint">
<value name="Highest priority" value="0" />
<value name="Second highest priority" value="1" />
<value name="Third highest priority" value="2" />
<value name="Lowest priority" value="3" />
</field>
<field name="Stream-Out Data Destination - Address" dword="10" bits="47:6" type="address" />
<field name="Stream-Out Data Destination - MOCS" dword="12" bits="6:0" type="uint" nonzero="true" />
<field name="Stream-Out Data Destination - Arbitration Priority Control" dword="12" bits="8:7" type="uint">
<value name="Highest priority" value="0" />
<value name="Second highest priority" value="1" />
<value name="Third highest priority" value="2" />
<value name="Lowest priority" value="3" />
</field>
<field name="Intra Row Store Scratch Buffer - Address High" dword="13" bits="47:6" type="address" />
<field name="Intra Row Store Scratch Buffer - MOCS" dword="15" bits="6:0" type="uint" nonzero="true" />
<field name="Intra Row Store Scratch Buffer - Arbitration Priority Control" dword="15" bits="8:7" type="uint">
<value name="Highest priority" value="0" />
<value name="Second highest priority" value="1" />
<value name="Third highest priority" value="2" />
<value name="Lowest priority" value="3" />
</field>
<field name="Deblocking Filter Row Store Scratch - Address High" dword="16" bits="47:6" type="address" />
<field name="Deblocking Filter Row Store Scratch - MOCS" dword="18" bits="6:0" type="uint" nonzero="true" />
<field name="Deblocking Filter Row Store Scratch - Arbitration Priority Control" dword="18" bits="8:7" type="uint">
<value name="Highest priority" value="0" />
<value name="Second highest priority" value="1" />
<value name="Third highest priority" value="2" />
<value name="Lowest priority" value="3" />
</field>
<group count="16" dword="19" size="64">
<field name="Reference Picture - Address" dword="0" bits="63:0" type="address" />
</group>
<field name="Reference Picture - MOCS" dword="51" bits="6:0" type="uint" nonzero="true" />
<field name="Reference Picture - Arbitration Priority Control" dword="51" bits="8:7" type="uint">
<value name="Highest priority" value="0" />
<value name="Second highest priority" value="1" />
<value name="Third highest priority" value="2" />
<value name="Lowest priority" value="3" />
</field>
<field name="MB Status Buffer - Address" dword="52" bits="47:6" type="address" />
<field name="MB Status Buffer - MOCS" dword="54" bits="6:0" type="uint" nonzero="true" />
<field name="MB Status Buffer - Arbitration Priority Control" dword="54" bits="8:7" type="uint">
<value name="Highest priority" value="0" />
<value name="Second highest priority" value="1" />
<value name="Third highest priority" value="2" />
<value name="Lowest priority" value="3" />
</field>
<field name="MB ILDB Stream-Out Buffer - Address" dword="55" bits="47:6" type="address" />
<field name="MB ILDB Stream-Out Buffer - MOCS" dword="57" bits="6:0" type="uint" nonzero="true" />
<field name="MB ILDB Stream-Out Buffer - Arbitration Priority Control" dword="57" bits="8:7" type="uint">
<value name="Highest priority" value="0" />
<value name="Second highest priority" value="1" />
<value name="Third highest priority" value="2" />
<value name="Lowest priority" value="3" />
</field>
<field name="Second MB ILDB Stream-Out Buffer - Address High" dword="58" bits="47:6" type="address" />
<field name="Second MB ILDB Stream-Out Buffer - MOCS" dword="60" bits="6:0" type="uint" nonzero="true" />
<field name="Second MB ILDB Stream-Out Buffer - Arbitration Priority Control" dword="60" bits="8:7" type="uint">
<value name="Highest priority" value="0" />
<value name="Second highest priority" value="1" />
<value name="Third highest priority" value="2" />
<value name="Lowest priority" value="3" />
</field>
</instruction>
<instruction name="MFX_PIPE_MODE_SELECT" bias="2" length="5" engine="video">
<field name="DWord Length" dword="0" bits="11:0" type="uint" default="3" />
<field name="SubOpcode B" dword="0" bits="20:16" type="uint" default="0" />
<field name="SubOpcode A" dword="0" bits="23:21" type="uint" default="0" />
<field name="Media Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Standard Select" dword="1" bits="3:0" type="uint" prefix="SS">
<value name="MPEG2" value="0" />
<value name="VC1" value="1" />
<value name="AVC" value="2" />
<value name="JPEG" value="3" />
<value name="VP8" value="5" />
<value name="UVLD" value="15" />
</field>
<field name="Codec Select" dword="1" bits="4:4" type="uint">
<value name="Decode" value="0" />
<value name="Encode" value="1" />
</field>
<field name="Stitch Mode" dword="1" bits="5:5" type="bool" />
<field name="Pre Deblocking Output Enable" dword="1" bits="8:8" type="bool" />
<field name="Post Deblocking Output Enable" dword="1" bits="9:9" type="bool" />
<field name="Stream-Out Enable" dword="1" bits="10:10" type="bool" />
<field name="Pic Error/Status Report Enable" dword="1" bits="11:11" type="bool" />
<field name="Deblocker Stream-Out Enable" dword="1" bits="12:12" type="bool" />
<field name="Decoder Mode Select" dword="1" bits="16:15" type="uint">
<value name="VLD Mode" value="0" />
<value name="IT Mode" value="1" />
<value name="Deblocker Mode" value="2" />
<value name="Interlayer Mode" value="3" />
</field>
<field name="Decoder Short Format Mode" dword="1" bits="17:17" type="uint">
<value name="Short Format Driver Interface" value="0" />
<value name="Long Format Driver Interface" value="1" />
</field>
<field name="Extended Stream-Out Enable" dword="1" bits="18:18" type="bool" />
<field name="Pic Status/Error Report ID" dword="3" bits="31:0" type="uint" />
</instruction>
<instruction name="MFX_SURFACE_STATE" bias="2" length="6" engine="video">
<field name="DWord Length" dword="0" bits="11:0" type="uint" default="4" />
<field name="SubOpcode B" dword="0" bits="20:16" type="uint" default="1" />
<field name="SubOpcode A" dword="0" bits="23:21" type="uint" default="0" />
<field name="Media Command Opcode" dword="0" bits="26:24" type="uint" default="0" />
<field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Surface ID" dword="1" bits="3:0" type="uint">
<value name="Source Input Picture" value="4" />
<value name="Reconstructed Scaled Reference Picture" value="5" />
</field>
<field name="Cr(V)/Cb(U) Pixel Offset V Direction" dword="2" bits="1:0" type="u0.2" />
<field name="Width" dword="2" bits="17:4" type="uint" />
<field name="Height" dword="2" bits="31:18" type="uint" />
<field name="Tile Walk" dword="3" bits="0:0" type="uint" prefix="TW">
<value name="XMAJOR" value="0" />
<value name="YMAJOR" value="1" />
</field>
<field name="Tiled Surface" dword="3" bits="1:1" type="bool" />
<field name="Half Pitch for Chroma" dword="3" bits="2:2" type="bool" />
<field name="Surface Pitch" dword="3" bits="19:3" type="uint" />
<field name="Interleave Chroma" dword="3" bits="27:27" type="bool" />
<field name="Surface Format" dword="3" bits="31:28" type="uint">
<value name="YCRCB_NORMAL" value="0" />
<value name="YCRCB_SWAPUVY" value="1" />
<value name="YCRCB_SWAPUV" value="2" />
<value name="YCRCB_SWAPY" value="3" />
<value name="PLANAR_420_8" value="4" />
<value name="PLANAR_411_8" value="5" />
<value name="PLANAR_422_8" value="6" />
<value name="STMM_DN_STATISTICS" value="7" />
<value name="R10G10B10A2_UNORM" value="8" />
<value name="R8G8B8A8_UNORM" value="9" />
<value name="R8B8_UNORM (CrCb)" value="10" />
<value name="R8_UNORM (Cr/Cb)" value="11" />
<value name="Y8_UNORM" value="12" />
</field>
<field name="Y Offset for U(Cb)" dword="4" bits="14:0" type="uint" />
<field name="X Offset for U(Cb)" dword="4" bits="30:16" type="uint" />
<field name="Y Offset for V(Cr)" dword="5" bits="15:0" type="uint" />
<field name="X Offset for V(Cr)" dword="5" bits="28:16" type="uint" />
</instruction>
<instruction name="MFX_VC1_DIRECTMODE_STATE" bias="2" length="7" engine="video">
<field name="DWord Length" dword="0" bits="11:0" type="uint" default="5" />
<field name="SubOpcode B" dword="0" bits="20:16" type="uint" default="2" />
<field name="SubOpcode A" dword="0" bits="23:21" type="uint" default="0" />
<field name="Media Command Opcode" dword="0" bits="26:24" type="uint" default="2" />
<field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Direct MV Write Buffer - Address" dword="1" bits="63:0" type="address" />
<field name="Direct MV Write Buffer - Attributes" dword="3" bits="31:0" type="MEMORYADDRESSATTRIBUTES" />
<field name="Direct MV Read Buffer - Address" dword="4" bits="63:0" type="address" />
<field name="Direct MV Read Buffer - Attributes" dword="6" bits="31:0" type="MEMORYADDRESSATTRIBUTES" />
</instruction>
<instruction name="MFX_VP8_PAK_OBJECT" bias="2" length="7" engine="video">
<field name="DWord Length" dword="0" bits="11:0" type="uint" default="5" />
<field name="SubOpcode B" dword="0" bits="20:16" type="uint" default="9" />
<field name="SubOpcode A" dword="0" bits="23:21" type="uint" default="2" />
<field name="Media Command Opcode" dword="0" bits="26:24" type="uint" default="4" />
<field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Indirect PAK-MV Data Length" dword="1" bits="9:0" type="uint" />
<field name="Indirect PAK-MV Data Start Address Offset" dword="2" bits="28:0" type="offset" />
<field name="Inline Data" dword="3" bits="127:0" type="uint" />
</instruction>
<instruction name="MFX_VP8_PIC_STATE" bias="2" length="2" engine="video">
<field name="DWord Length" dword="0" bits="11:0" type="uint" default="0" />
<field name="SubOpcode B" dword="0" bits="20:16" type="uint" default="0" />
<field name="SubOpcode A" dword="0" bits="23:21" type="uint" default="0" />
<field name="Media Command OpCode" dword="0" bits="26:24" type="uint" default="4" />
<field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Frame Width" dword="1" bits="7:0" type="uint" />
<field name="Frame Height" dword="1" bits="23:16" type="uint" />
<field name="MC Filter Select" dword="2" bits="0:0" type="uint" />
<field name="Chroma Full Pixel MC Filter Mode" dword="2" bits="1:1" type="uint" />
<field name="DBLK Filter Type" dword="2" bits="4:4" type="uint" />
<field name="Key Frame" dword="2" bits="5:5" type="bool" />
<field name="Segmentation ID Stream-Out Enable" dword="2" bits="6:6" type="bool" />
<field name="Segmentation ID Stream-In Enable" dword="2" bits="7:7" type="bool" />
<field name="Segment Enable" dword="2" bits="8:8" type="bool" />
<field name="Update MB Segment Map" dword="2" bits="9:9" type="bool" />
<field name="MB NoCoeff Skip" dword="2" bits="10:10" type="bool" />
<field name="Mode Reference Loop Filter Delta Enable" dword="2" bits="11:11" type="bool" />
<field name="Golden Ref Picture MV Sign Bias" dword="2" bits="12:12" type="bool" />
<field name="Alternate Ref Pic MV Sign Bias" dword="2" bits="13:13" type="bool" />
<field name="Deblock Sharpness Level" dword="2" bits="18:16" type="uint" />
<field name="Log2 Num of Partition" dword="2" bits="25:24" type="uint">
<value name="1 Token partition" value="0" />
<value name="2 Token partition" value="1" />
<value name="4 Token partition" value="2" />
<value name="8 Token partition" value="3" />
</field>
<field name="DBLK Filter Level for Segment0" dword="3" bits="5:0" type="uint" />
<field name="DBLK Filter Level for Segment1" dword="3" bits="13:8" type="uint" />
<field name="DBLK Filter Level for Segment2" dword="3" bits="21:16" type="uint" />
<field name="DBLK Filter Level for Segment3" dword="3" bits="29:24" type="uint" />
<field name="Quantizer Value [0][Y1DC]" dword="4" bits="8:0" type="uint" />
<field name="Quantizer Value [0][Y1AC]" dword="4" bits="24:16" type="uint" />
<field name="Quantizer Value [0][UVDC]" dword="5" bits="8:0" type="uint" />
<field name="Quantizer Value [0][UVAC]" dword="5" bits="24:16" type="uint" />
<field name="Quantizer Value [0][Y2DC]" dword="6" bits="8:0" type="uint" />
<field name="Quantizer Value [0][Y2AC]" dword="6" bits="24:16" type="uint" />
<field name="Quantizer Value [1][Y1DC]" dword="7" bits="8:0" type="uint" />
<field name="Quantizer Value [1][Y1AC]" dword="7" bits="24:16" type="uint" />
<field name="Quantizer Value [1][UVDC]" dword="8" bits="8:0" type="uint" />
<field name="Quantizer Value [1][UVAC]" dword="8" bits="24:16" type="uint" />
<field name="Quantizer Value [1][Y2DC]" dword="9" bits="8:0" type="uint" />
<field name="Quantizer Value [1][Y2AC]" dword="9" bits="24:16" type="uint" />
<field name="Quantizer Value [2][Y1DC]" dword="10" bits="8:0" type="uint" />
<field name="Quantizer Value [2][Y1AC]" dword="10" bits="24:16" type="uint" />
<field name="Quantizer Value [2][UVDC]" dword="11" bits="8:0" type="uint" />
<field name="Quantizer Value [2][UVAC]" dword="11" bits="24:16" type="uint" />
<field name="Quantizer Value [2][Y2DC]" dword="12" bits="8:0" type="uint" />
<field name="Quantizer Value [2][Y2AC]" dword="12" bits="24:16" type="uint" />
<field name="Quantizer Value [3][Y1DC]" dword="13" bits="8:0" type="uint" />
<field name="Quantizer Value [3][Y1AC]" dword="13" bits="24:16" type="uint" />
<field name="Quantizer Value [3][UVDC]" dword="14" bits="8:0" type="uint" />
<field name="Quantizer Value [3][UVAC]" dword="14" bits="24:16" type="uint" />
<field name="Quantizer Value [3][Y2DC]" dword="15" bits="8:0" type="uint" />
<field name="Quantizer Value [3][Y2AC]" dword="15" bits="24:16" type="uint" />
<field name="CoeffProbability Stream-In - Address" dword="16" bits="47:6" type="address" />
<field name="CoeffProbability Stream-In - Age for QUADLRU" dword="18" bits="1:0" type="uint" />
<field name="CoeffProbability Stream-In - Target Cache" dword="18" bits="4:3" type="uint">
<value name="eLLC Only" value="0" />
<value name="LLC Only" value="1" />
<value name="LLC/eLLC" value="2" />
<value name="L3, LLC, eLLC" value="3" />
</field>
<field name="CoeffProbability Stream-In - Cacheability Control" dword="18" bits="6:5" type="uint">
<value name="Use Cacheability Controls From Page Table / UC with Fence" value="0" />
<value name="Uncacheable" value="1" />
<value name="Writethrough" value="2" />
<value name="Writeback" value="3" />
</field>
<field name="CoeffProbability Stream-In - Arbitration Priority Control" dword="18" bits="8:7" type="uint">
<value name="Highest priority" value="0" />
<value name="Second highest priority" value="1" />
<value name="Third highest priority" value="2" />
<value name="Lowest priority" value="3" />
</field>
<field name="MBSegmentIDTreeProbs[0]" dword="19" bits="7:0" type="uint" />
<field name="MBSegmentIDTreeProbs[1]" dword="19" bits="15:8" type="uint" />
<field name="MBSegmentIDTreeProbs[2]" dword="19" bits="23:16" type="uint" />
<field name="InterPredFromGRefRefProb" dword="20" bits="7:0" type="uint" />
<field name="InterPredFromLastRefProb" dword="20" bits="15:8" type="uint" />
<field name="IntraMBProb" dword="20" bits="23:16" type="uint" />
<field name="MBNoCoeffSkipFalseProb" dword="20" bits="31:24" type="uint" />
<field name="YModeProb[0]" dword="21" bits="7:0" type="uint" />
<field name="YModeProb[1]" dword="21" bits="15:8" type="uint" />
<field name="YModeProb[2]" dword="21" bits="23:16" type="uint" />
<field name="YModeProb[3]" dword="21" bits="31:24" type="uint" />
<field name="UVModeProb[0]" dword="22" bits="7:0" type="uint" />
<field name="UVModeProb[1]" dword="22" bits="15:8" type="uint" />
<field name="UVModeProb[2]" dword="22" bits="23:16" type="uint" />
<field name="MVUpdateProbs[0][0]" dword="23" bits="7:0" type="uint" />
<field name="MVUpdateProbs[0][1]" dword="23" bits="15:8" type="uint" />
<field name="MVUpdateProbs[0][2]" dword="23" bits="23:16" type="uint" />
<field name="MVUpdateProbs[0][3]" dword="23" bits="31:24" type="uint" />
<field name="MVUpdateProbs[0][4]" dword="24" bits="7:0" type="uint" />
<field name="MVUpdateProbs[0][5]" dword="24" bits="15:8" type="uint" />
<field name="MVUpdateProbs[0][6]" dword="24" bits="23:16" type="uint" />
<field name="MVUpdateProbs[0][7]" dword="24" bits="31:24" type="uint" />
<field name="MVUpdateProbs[0][8]" dword="25" bits="7:0" type="uint" />
<field name="MVUpdateProbs[0][9]" dword="25" bits="15:8" type="uint" />
<field name="MVUpdateProbs[0][10]" dword="25" bits="23:16" type="uint" />
<field name="MVUpdateProbs[0][11]" dword="25" bits="31:24" type="uint" />
<field name="MVUpdateProbs[0][12]" dword="26" bits="7:0" type="uint" />
<field name="MVUpdateProbs[0][13]" dword="26" bits="15:8" type="uint" />
<field name="MVUpdateProbs[0][14]" dword="26" bits="23:16" type="uint" />
<field name="MVUpdateProbs[0][15]" dword="26" bits="31:24" type="uint" />
<field name="MVUpdateProbs[0][16]" dword="27" bits="7:0" type="uint" />
<field name="MVUpdateProbs[0][17]" dword="27" bits="15:8" type="uint" />
<field name="MVUpdateProbs[0][18]" dword="27" bits="23:16" type="uint" />
<field name="MVUpdateProbs[1][0]" dword="28" bits="7:0" type="uint" />
<field name="MVUpdateProbs[1][1]" dword="28" bits="15:8" type="uint" />
<field name="MVUpdateProbs[1][2]" dword="28" bits="23:16" type="uint" />
<field name="MVUpdateProbs[1][3]" dword="28" bits="31:24" type="uint" />
<field name="MVUpdateProbs[1][4]" dword="29" bits="7:0" type="uint" />
<field name="MVUpdateProbs[1][5]" dword="29" bits="15:8" type="uint" />
<field name="MVUpdateProbs[1][6]" dword="29" bits="23:16" type="uint" />
<field name="MVUpdateProbs[1][7]" dword="29" bits="31:24" type="uint" />
<field name="MVUpdateProbs[1][8]" dword="30" bits="7:0" type="uint" />
<field name="MVUpdateProbs[1][9]" dword="30" bits="15:8" type="uint" />
<field name="MVUpdateProbs[1][10]" dword="30" bits="23:16" type="uint" />
<field name="MVUpdateProbs[1][11]" dword="30" bits="31:24" type="uint" />
<field name="MVUpdateProbs[1][12]" dword="31" bits="7:0" type="uint" />
<field name="MVUpdateProbs[1][13]" dword="31" bits="15:8" type="uint" />
<field name="MVUpdateProbs[1][14]" dword="31" bits="23:16" type="uint" />
<field name="MVUpdateProbs[1][15]" dword="31" bits="31:24" type="uint" />
<field name="MVUpdateProbs[1][16]" dword="32" bits="7:0" type="uint" />
<field name="MVUpdateProbs[1][17]" dword="32" bits="15:8" type="uint" />
<field name="MVUpdateProbs[1][18]" dword="32" bits="23:16" type="uint" />
<field name="RefLFDelta0" dword="33" bits="6:0" type="int" />
<field name="RefLFDelta1" dword="33" bits="14:8" type="int" />
<field name="RefLFDelta2" dword="33" bits="22:16" type="int" />
<field name="RefLFDelta3" dword="33" bits="30:24" type="int" />
<field name="ModeLFDelta0" dword="34" bits="6:0" type="int" />
<field name="ModeLFDelta1" dword="34" bits="14:8" type="int" />
<field name="ModeLFDelta2" dword="34" bits="22:16" type="int" />
<field name="ModeLFDelta3" dword="34" bits="30:24" type="int" />
<field name="Segmentation ID Stream - Address" dword="35" bits="47:0" type="uint" />
<field name="Segmentation ID Stream - Age for QUADLRU" dword="37" bits="1:0" type="uint" />
<field name="Segmentation ID Stream - Target Cache" dword="37" bits="4:3" type="uint">
<value name="Use Cacheability Controls From Page Table / UC with Fence" value="0" />
<value name="Uncacheable" value="1" />
<value name="Writethrough" value="2" />
<value name="Writeback" value="3" />
</field>
<field name="Segmentation ID Stream - Cacheability Control" dword="37" bits="6:5" type="uint">
<value name="Use Cacheability Controls From Page Table / UC with Fence" value="0" />
<value name="Uncacheable" value="1" />
<value name="Writethrough" value="2" />
<value name="Writeback" value="3" />
</field>
<field name="Segmentation ID Stream - Arbitration Priority Control" dword="37" bits="8:7" type="uint">
<value name="Highest priority" value="0" />
<value name="Second highest priority" value="1" />
<value name="Third highest priority" value="2" />
<value name="Lowest priority" value="3" />
</field>
</instruction>
<instruction name="MI_ARB_ON_OFF" bias="1" length="1">
<field name="Arbitration Enable" dword="0" bits="0:0" type="bool" default="1" />
<field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="8" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="0" />
</instruction>
<instruction name="MI_ATOMIC" bias="2" length="3">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="1" />
<field name="ATOMIC OPCODE" dword="0" bits="15:8" type="uint" />
<field name="Return Data Control" dword="0" bits="16:16" type="uint" />
<field name="CS STALL" dword="0" bits="17:17" type="uint" />
<field name="Inline Data" dword="0" bits="18:18" type="uint" />
<field name="Data Size" dword="0" bits="20:19" type="uint">
<value name="DWORD" value="0" />
<value name="QWORD" value="1" />
<value name="OCTWORD" value="2" />
<value name="RESERVED" value="3" />
</field>
<field name="Post-Sync Operation" dword="0" bits="21:21" type="bool" />
<field name="Memory Type" dword="0" bits="22:22" type="uint">
<value name="Per Process Graphics Address" value="0" />
<value name="Global Graphics Address" value="1" />
</field>
<field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="47" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="0" />
<field name="Memory Address" dword="1" bits="47:2" type="address" />
<field name="Operand1 Data Dword 0" dword="3" bits="31:0" type="uint" />
<field name="Operand2 Data Dword 0" dword="4" bits="31:0" type="uint" />
<field name="Operand1 Data Dword 1" dword="5" bits="31:0" type="uint" />
<field name="Operand2 Data Dword 1" dword="6" bits="31:0" type="uint" />
<field name="Operand1 Data Dword 2" dword="7" bits="31:0" type="uint" />
<field name="Operand2 Data Dword 2" dword="8" bits="31:0" type="uint" />
<field name="Operand1 Data Dword 3" dword="9" bits="31:0" type="uint" />
<field name="Operand2 Data Dword 3" dword="10" bits="31:0" type="uint" />
</instruction>
<instruction name="MI_BATCH_BUFFER_START" bias="2" length="3">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="1" />
<field name="Address Space Indicator" dword="0" bits="8:8" type="uint" prefix="ASI">
<value name="GGTT" value="0" />
<value name="PPGTT" value="1" />
</field>
<field name="Resource Streamer Enable" dword="0" bits="10:10" type="bool" />
<field name="Predication Enable" dword="0" bits="15:15" type="bool" />
<field name="Add Offset Enable" dword="0" bits="16:16" type="bool" />
<field name="Second Level Batch Buffer" dword="0" bits="22:22" type="uint">
<value name="First level batch" value="0" />
<value name="Second level batch" value="1" />
</field>
<field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="49" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="0" />
<field name="Batch Buffer Start Address" dword="1" bits="47:2" type="address" />
</instruction>
<instruction name="MI_CLFLUSH" bias="2" engine="render">
<field name="DWord Length" dword="0" bits="9:0" type="uint" default="1" />
<field name="Use Global GTT" dword="0" bits="22:22" type="bool" />
<field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="39" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="0" />
<field name="Starting Cacheline Offset" dword="1" bits="11:6" type="uint" />
<field name="Page Base Address" dword="1" bits="47:12" type="address" />
<group count="0" dword="3" size="32">
<field name="DW Representing a Half Cache Line" dword="0" bits="31:0" type="uint" />
</group>
</instruction>
<instruction name="MI_CONDITIONAL_BATCH_BUFFER_END" bias="2" length="3">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="1" />
<field name="Compare Semaphore" dword="0" bits="21:21" type="uint" default="0" />
<field name="Use Global GTT" dword="0" bits="22:22" type="bool" />
<field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="54" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="0" />
<field name="Compare Data Dword" dword="1" bits="31:0" type="uint" />
<field name="Compare Address" dword="2" bits="47:3" type="address" />
</instruction>
<instruction name="MI_COPY_MEM_MEM" bias="2" length="5">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="3" />
<field name="Use Global GTT Destination" dword="0" bits="21:21" type="bool" />
<field name="Use Global GTT Source" dword="0" bits="22:22" type="bool" />
<field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="46" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="0" />
<field name="Destination Memory Address" dword="1" bits="63:2" type="address" />
<field name="Source Memory Address" dword="3" bits="63:2" type="address" />
</instruction>
<instruction name="MI_FLUSH_DW" bias="2" length="5" engine="blitter|video">
<field name="DWord Length" dword="0" bits="5:0" type="uint" default="3" />
<field name="Video Pipeline Cache Invalidate" dword="0" bits="7:7" type="bool" />
<field name="Notify Enable" dword="0" bits="8:8" type="bool" />
<field name="Post-Sync Operation" dword="0" bits="15:14" type="uint" />
<field name="TLB Invalidate" dword="0" bits="18:18" type="bool" />
<field name="Store Data Index" dword="0" bits="21:21" type="uint" />
<field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="38" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="0" />
<field name="Destination Address Type" dword="1" bits="2:2" type="uint" prefix="DAT">
<value name="PPGTT" value="0" />
<value name="GGTT" value="1" />
</field>
<field name="Address" dword="1" bits="47:3" type="address" />
<field name="Immediate Data" dword="3" bits="63:0" type="uint" />
</instruction>
<instruction name="MI_LOAD_REGISTER_IMM" bias="2" length="3">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="1" />
<field name="Byte Write Disables" dword="0" bits="11:8" type="uint" />
<field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="34" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="0" />
<field name="Register Offset" dword="1" bits="22:2" type="offset" />
<field name="Data DWord" dword="2" bits="31:0" type="uint" />
<group count="0" dword="2" size="64">
<field name="Register Offset" dword="0" bits="22:2" type="offset" />
<field name="Data DWord" dword="1" bits="31:0" type="uint" />
</group>
</instruction>
<instruction name="MI_LOAD_REGISTER_MEM" bias="2" length="4">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="2" />
<field name="Async Mode Enable" dword="0" bits="21:21" type="bool" />
<field name="Use Global GTT" dword="0" bits="22:22" type="bool" />
<field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="41" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="0" />
<field name="Register Address" dword="1" bits="22:2" type="offset" />
<field name="Memory Address" dword="2" bits="63:2" type="address" />
</instruction>
<instruction name="MI_LOAD_SCAN_LINES_INCL" bias="2" length="2" engine="render">
<field name="DWord Length" dword="0" bits="5:0" type="uint" default="0" />
<field name="Scan Line Event Done Forward" dword="0" bits="18:17" type="uint" />
<field name="Display (Plane) Select" dword="0" bits="21:19" type="uint">
<value name="Display Plane A" value="0" />
<value name="Display Plane B" value="1" />
<value name="Display Plane C" value="4" />
</field>
<field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="18" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="0" />
<field name="End Scan Line Number" dword="1" bits="12:0" type="uint" />
<field name="Start Scan Line Number" dword="1" bits="28:16" type="uint" />
</instruction>
<instruction name="MI_LOAD_URB_MEM" bias="2" length="4" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="2" />
<field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="44" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="0" />
<field name="URB Address" dword="1" bits="14:2" type="uint" />
<field name="Memory Address" dword="2" bits="63:6" type="address" />
</instruction>
<instruction name="MI_MATH" bias="2">
<field name="DWord Length" dword="0" bits="5:0" type="uint" default="0" />
<field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="26" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="0" />
<group count="0" dword="1" size="32">
<field name="Instruction" dword="0" bits="31:0" type="MI_MATH_ALU_INSTRUCTION" />
</group>
</instruction>
<instruction name="MI_REPORT_PERF_COUNT" bias="2" length="4" engine="render">
<field name="DWord Length" dword="0" bits="5:0" type="uint" default="2" />
<field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="40" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="0" />
<field name="Use Global GTT" dword="1" bits="0:0" type="bool" />
<field name="Core Mode Enable" dword="1" bits="4:4" type="uint" />
<field name="Memory Address" dword="1" bits="63:6" type="address" />
<field name="Report ID" dword="3" bits="31:0" type="uint" />
</instruction>
<instruction name="MI_RS_STORE_DATA_IMM" bias="2" length="4" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="2" />
<field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="43" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="0" />
<field name="Core Mode Enable" dword="1" bits="0:0" type="uint" />
<field name="Destination Address" dword="1" bits="63:2" type="address" />
<field name="Data DWord 0" dword="3" bits="31:0" type="uint" />
</instruction>
<instruction name="MI_SEMAPHORE_SIGNAL" bias="2" length="2">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" />
<field name="Target Engine Select" dword="0" bits="17:15" type="uint">
<value name="RCS" value="0" />
<value name="VCS0" value="1" />
<value name="BCS" value="2" />
<value name="VECS" value="3" />
<value name="VCS1" value="4" />
</field>
<field name="Post-Sync Operation" dword="0" bits="21:21" type="bool" />
<field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="27" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="0" />
<field name="Target Context ID" dword="1" bits="31:0" type="uint" />
</instruction>
<instruction name="MI_SEMAPHORE_WAIT" bias="2" length="4">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="2" />
<field name="Compare Operation" dword="0" bits="14:12" type="uint" prefix="COMPARE">
<value name="SAD_GREATER_THAN_SDD" value="0" />
<value name="SAD_GREATER_THAN_OR_EQUAL_SDD" value="1" />
<value name="SAD_LESS_THAN_SDD" value="2" />
<value name="SAD_LESS_THAN_OR_EQUAL_SDD" value="3" />
<value name="SAD_EQUAL_SDD" value="4" />
<value name="SAD_NOT_EQUAL_SDD" value="5" />
</field>
<field name="Wait Mode" dword="0" bits="15:15" type="uint">
<value name="Polling Mode" value="1" />
<value name="Signal Mode" value="0" />
</field>
<field name="Memory Type" dword="0" bits="22:22" type="uint">
<value name="Per Process Graphics Address" value="0" />
<value name="Global Graphics Address" value="1" />
</field>
<field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="28" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="0" />
<field name="Semaphore Data Dword" dword="1" bits="31:0" type="uint" />
<field name="Semaphore Address" dword="2" bits="31:2" type="address" />
<field name="Semaphore Address High" dword="3" bits="15:0" type="address" />
</instruction>
<instruction name="MI_SET_PREDICATE" bias="1" length="1">
<field name="Predicate Enable" dword="0" bits="3:0" type="uint">
<value name="NOOP Never" value="0" />
<value name="NOOP On Result2 Clear" value="1" />
<value name="NOOP On Result2 Set" value="2" />
<value name="NOOP On Result Clear" value="3" />
<value name="NOOP On Result Set" value="4" />
<value name="Execute when one slice enabled." value="5" />
<value name="Execute when two slices are enabled." value="6" />
<value name="Execute when three slices are enabled." value="7" />
<value name="NOOP Always" value="15" />
</field>
<field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="1" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="0" />
</instruction>
<instruction name="MI_STORE_DATA_IMM" bias="2" length="4">
<field name="DWord Length" dword="0" bits="9:0" type="uint" default="2" />
<field name="Store Qword" dword="0" bits="21:21" type="uint" />
<field name="Use Global GTT" dword="0" bits="22:22" type="bool" />
<field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="32" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="0" />
<field name="Core Mode Enable" dword="1" bits="0:0" type="uint" />
<field name="Address" dword="1" bits="47:2" type="address" />
<field name="Immediate Data" dword="3" bits="63:0" type="uint" />
</instruction>
<instruction name="MI_STORE_DATA_INDEX" bias="2" length="3">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="1" />
<field name="Use Per-Process Hardware Status Page" dword="0" bits="21:21" type="uint" />
<field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="33" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="0" />
<field name="Offset" dword="1" bits="11:2" type="uint" />
<field name="Data DWord 0" dword="2" bits="31:0" type="uint" />
<field name="Data DWord 1" dword="3" bits="31:0" type="uint" />
</instruction>
<instruction name="MI_STORE_REGISTER_MEM" bias="2" length="4">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="2" />
<field name="Predicate Enable" dword="0" bits="21:21" type="bool" />
<field name="Use Global GTT" dword="0" bits="22:22" type="bool" />
<field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="36" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="0" />
<field name="Register Address" dword="1" bits="22:2" type="offset" />
<field name="Memory Address" dword="2" bits="63:2" type="address" />
</instruction>
<instruction name="MI_STORE_URB_MEM" bias="2" length="4" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="2" />
<field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="45" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="0" />
<field name="URB Address" dword="1" bits="14:2" type="uint" />
<field name="Memory Address" dword="2" bits="63:6" type="address" />
</instruction>
<instruction name="MI_TOPOLOGY_FILTER" bias="1" length="1" engine="render">
<field name="Topology Filter Value" dword="0" bits="5:0" type="3D_Prim_Topo_Type" />
<field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="13" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="0" />
</instruction>
<instruction name="MI_WAIT_FOR_EVENT" bias="1" length="1" engine="render|blitter">
<field name="Display Pipe A Scan Line Wait Enable" dword="0" bits="0:0" type="bool" />
<field name="Display Plane A Flip Pending Wait Enable" dword="0" bits="1:1" type="bool" />
<field name="Display Sprite A Flip Pending Wait Enable" dword="0" bits="2:2" type="bool" />
<field name="Display Pipe A Vertical Blank Wait Enable" dword="0" bits="3:3" type="bool" />
<field name="Display Pipe B Scan Line Wait Enable" dword="0" bits="8:8" type="bool" />
<field name="Display Plane B Flip Pending Wait Enable" dword="0" bits="9:9" type="bool" />
<field name="Display Sprite B Flip Pending Wait Enable" dword="0" bits="10:10" type="bool" />
<field name="Display Pipe B Vertical Blank Wait Enable" dword="0" bits="11:11" type="bool" />
<field name="Display Pipe C Scan Line Wait Enable" dword="0" bits="14:14" type="bool" />
<field name="Display Plane C Flip Pending Wait Enable" dword="0" bits="15:15" type="bool" />
<field name="Display Sprite C Flip Pending Wait Enable" dword="0" bits="20:20" type="bool" />
<field name="Display Pipe C Vertical Blank Wait Enable" dword="0" bits="21:21" type="bool" />
<field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="0" />
</instruction>
<instruction name="PIPE_CONTROL" bias="2" length="6" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="4" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="0" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="2" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="Depth Cache Flush Enable" dword="1" bits="0:0" type="bool" />
<field name="Stall At Pixel Scoreboard" dword="1" bits="1:1" type="bool" />
<field name="State Cache Invalidation Enable" dword="1" bits="2:2" type="bool" />
<field name="Constant Cache Invalidation Enable" dword="1" bits="3:3" type="bool" />
<field name="VF Cache Invalidation Enable" dword="1" bits="4:4" type="bool" />
<field name="DC Flush Enable" dword="1" bits="5:5" type="bool" />
<field name="Pipe Control Flush Enable" dword="1" bits="7:7" type="bool" />
<field name="Notify Enable" dword="1" bits="8:8" type="bool" />
<field name="Indirect State Pointers Disable" dword="1" bits="9:9" type="bool" />
<field name="Texture Cache Invalidation Enable" dword="1" bits="10:10" type="bool" />
<field name="Instruction Cache Invalidate Enable" dword="1" bits="11:11" type="bool" />
<field name="Render Target Cache Flush Enable" dword="1" bits="12:12" type="bool" />
<field name="Depth Stall Enable" dword="1" bits="13:13" type="bool" />
<field name="Post Sync Operation" dword="1" bits="15:14" type="uint">
<value name="No Write" value="0" />
<value name="Write Immediate Data" value="1" />
<value name="Write PS Depth Count" value="2" />
<value name="Write Timestamp" value="3" />
</field>
<field name="Generic Media State Clear" dword="1" bits="16:16" type="bool" />
<field name="TLB Invalidate" dword="1" bits="18:18" type="bool" />
<field name="Global Snapshot Count Reset" dword="1" bits="19:19" type="bool" />
<field name="Command Streamer Stall Enable" dword="1" bits="20:20" type="bool" />
<field name="Store Data Index" dword="1" bits="21:21" type="uint" />
<field name="LRI Post Sync Operation" dword="1" bits="23:23" type="uint">
<value name="No LRI Operation" value="0" />
<value name="MMIO Write Immediate Data" value="1" />
</field>
<field name="Destination Address Type" dword="1" bits="24:24" type="uint" prefix="DAT">
<value name="PPGTT" value="0" />
<value name="GGTT" value="1" />
</field>
<field name="Address" dword="2" bits="47:2" type="address" />
<field name="Immediate Data" dword="4" bits="63:0" type="uint" />
</instruction>
<instruction name="STATE_BASE_ADDRESS" bias="2" length="16" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="14" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="1" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="1" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="0" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="General State Base Address Modify Enable" dword="1" bits="0:0" type="bool" />
<field name="General State MOCS" dword="1" bits="10:4" type="uint" nonzero="true" />
<field name="General State Base Address" dword="1" bits="63:12" type="address" />
<field name="Stateless Data Port Access MOCS" dword="3" bits="22:16" type="uint" nonzero="true" />
<field name="Surface State Base Address Modify Enable" dword="4" bits="0:0" type="bool" />
<field name="Surface State MOCS" dword="4" bits="10:4" type="uint" nonzero="true" />
<field name="Surface State Base Address" dword="4" bits="63:12" type="address" />
<field name="Dynamic State Base Address Modify Enable" dword="6" bits="0:0" type="bool" />
<field name="Dynamic State MOCS" dword="6" bits="10:4" type="uint" nonzero="true" />
<field name="Dynamic State Base Address" dword="6" bits="63:12" type="address" />
<field name="Indirect Object Base Address Modify Enable" dword="8" bits="0:0" type="bool" />
<field name="Indirect Object MOCS" dword="8" bits="10:4" type="uint" nonzero="true" />
<field name="Indirect Object Base Address" dword="8" bits="63:12" type="address" />
<field name="Instruction Base Address Modify Enable" dword="10" bits="0:0" type="bool" />
<field name="Instruction MOCS" dword="10" bits="10:4" type="uint" nonzero="true" />
<field name="Instruction Base Address" dword="10" bits="63:12" type="address" />
<field name="General State Buffer Size Modify Enable" dword="12" bits="0:0" type="bool" />
<field name="General State Buffer Size" dword="12" bits="31:12" type="uint" />
<field name="Dynamic State Buffer Size Modify Enable" dword="13" bits="0:0" type="bool" />
<field name="Dynamic State Buffer Size" dword="13" bits="31:12" type="uint" />
<field name="Indirect Object Buffer Size Modify Enable" dword="14" bits="0:0" type="bool" />
<field name="Indirect Object Buffer Size" dword="14" bits="31:12" type="uint" />
<field name="Instruction Buffer size Modify Enable" dword="15" bits="0:0" type="bool" />
<field name="Instruction Buffer Size" dword="15" bits="31:12" type="uint" />
</instruction>
<instruction name="STATE_SIP" bias="2" length="3" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="1" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="2" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="1" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="0" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="System Instruction Pointer" dword="1" bits="63:4" type="offset" />
</instruction>
<instruction name="SWTESS_BASE_ADDRESS" bias="2" length="2" engine="render">
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" />
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="3" />
<field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="1" />
<field name="Command SubType" dword="0" bits="28:27" type="uint" default="0" />
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
<field name="SW Tessellation MOCS" dword="1" bits="11:8" type="uint" nonzero="true" />
<field name="SW Tessellation Base Address" dword="1" bits="47:12" type="address" />
</instruction>
<register name="ACTHD_UDW" length="1" num="0x205c">
<field name="Head Pointer Upper DWORD" dword="0" bits="15:0" type="uint" default="0" />
</register>
<register name="BCS_ACTHD_UDW" length="1" num="0x2205c">
<field name="Head Pointer Upper DWORD" dword="0" bits="15:0" type="uint" default="0" />
</register>
<register name="CACHE_MODE_1" length="1" num="0x7004">
<field name="RCZ Read after expansion control fix 2" dword="0" bits="2:2" type="bool" />
<field name="Depth Read Hit Write-Only Optimization Disable" dword="0" bits="3:3" type="bool" />
<field name="MCS Cache Disable" dword="0" bits="5:5" type="bool" />
<field name="4X4 RCPFE-STC Optimization Disable" dword="0" bits="6:6" type="bool" />
<field name="Sampler Cache Set XOR selection" dword="0" bits="8:7" type="uint" />
<field name="NP PMA Fix Enable" dword="0" bits="11:11" type="uint" />
<field name="HIZ Eviction Policy" dword="0" bits="12:12" type="uint" />
<field name="NP Early Z Fails Disable" dword="0" bits="13:13" type="uint" />
<field name="MSC Resolve Optimization Disable" dword="0" bits="14:14" type="uint" />
<field name="RCZ Read after expansion control fix 2 Mask" dword="0" bits="18:18" type="bool" />
<field name="Depth Read Hit Write-Only Optimization Disable Mask" dword="0" bits="19:19" type="bool" />
<field name="MCS Cache Disable Mask" dword="0" bits="21:21" type="bool" />
<field name="4X4 RCPFE-STC Optimization Disable Mask" dword="0" bits="22:22" type="bool" />
<field name="Sampler Cache Set XOR selection Mask" dword="0" bits="24:23" type="uint" />
<field name="NP PMA Fix Enable Mask" dword="0" bits="27:27" type="uint" />
<field name="HIZ Eviction Policy Mask" dword="0" bits="28:28" type="uint" />
<field name="NP Early Z Fails Disable Mask" dword="0" bits="29:29" type="uint" />
<field name="MSC Resolve Optimization Disable Mask" dword="0" bits="30:30" type="uint" />
</register>
<register name="FAULT_REG" length="1" num="0x4094">
<field name="Valid Bit" dword="0" bits="0:0" type="bool" />
<field name="Fault Type" dword="0" bits="2:1" type="uint">
<value name="Invalid PTE Fault" value="0" />
<value name="Invalid PDE Fault" value="1" />
<value name="Invalid PDPE Fault" value="2" />
<value name="Invalid PML4E Fault" value="3" />
</field>
<field name="SRCID of Fault" dword="0" bits="10:3" type="uint" />
<field name="GTTSEL" dword="0" bits="11:11" type="uint">
<value name="PPGTT" value="0" />
<value name="GGTT" value="1" />
</field>
<field name="Engine ID" dword="0" bits="14:12" type="uint">
<value name="GFX" value="0" />
<value name="MFX0" value="1" />
<value name="MFX1" value="2" />
<value name="VEBX" value="3" />
<value name="BLT" value="4" />
<value name="GUC" value="5" />
</field>
</register>
<register name="GFX_ARB_ERROR_RPT" length="1" num="0x40a0">
<field name="TLB Page Fault Error" dword="0" bits="0:0" type="bool" />
<field name="RSTRM PAVP Read Invalid" dword="0" bits="1:1" type="bool" />
<field name="Invalid Page Directory Entry Error" dword="0" bits="2:2" type="bool" />
<field name="ROSTRM PAVP Invalid Physical Address" dword="0" bits="3:3" type="bool" />
<field name="TLB Page VTD Translation Error" dword="0" bits="4:4" type="bool" />
<field name="WRDP PAVP Invalid" dword="0" bits="5:5" type="bool" />
<field name="Page Directory Entry VTD Translation Error" dword="0" bits="6:6" type="bool" />
<field name="Unloaded PD Error" dword="0" bits="8:8" type="bool" />
<field name="GuC VTd translation Page Fault 2nd level (Undefined doorbell)" dword="0" bits="9:9" type="bool" />
<field name="Non WB memory type for Advanced Context" dword="0" bits="10:10" type="bool" />
<field name="PASID Not Enabled" dword="0" bits="11:11" type="bool" />
<field name="PASID Boundary Violation" dword="0" bits="12:12" type="bool" />
<field name="PASID Not Valid" dword="0" bits="13:13" type="bool" />
<field name="PASID Was Zero For Untranslated Request" dword="0" bits="14:14" type="bool" />
<field name="Context Was Not Marked As Present When Doing DMA" dword="0" bits="15:15" type="bool" />
</register>
<register name="L3CNTLREG" length="1" num="0x7034">
<field name="SLM Enable" dword="0" bits="0:0" type="bool" />
<field name="URB Allocation" dword="0" bits="7:1" type="uint" />
<field name="RO Allocation" dword="0" bits="17:11" type="uint" />
<field name="DC Allocation" dword="0" bits="24:18" type="uint" />
<field name="All Allocation" dword="0" bits="31:25" type="uint" />
</register>
<register name="RCS_RING_BUFFER_CTL" length="1" num="0x203c">
<field name="Ring Buffer Enable" dword="0" bits="0:0" type="bool" />
<field name="Automatic Report Head Pointer" dword="0" bits="2:1" type="uint">
<value name="MI_AUTOREPORT_OFF" value="0" />
<value name="MI_AUTOREPORT_64KB" value="1" />
<value name="MI_AUTOREPORT_4KB" value="2" />
<value name="MI_AUTOREPORT_128KB" value="3" />
</field>
<field name="Semaphore Wait" dword="0" bits="10:10" type="bool" />
<field name="RBWait" dword="0" bits="11:11" type="bool" />
<field name="Buffer Length (in pages - 1)" dword="0" bits="20:12" type="uint" />
</register>
<register name="ROW_INSTDONE" length="1" num="0xe164">
<field name="BC Done" dword="0" bits="0:0" type="bool" />
<field name="PSD Done" dword="0" bits="1:1" type="bool" />
<field name="DAPR Done" dword="0" bits="3:3" type="bool" />
<field name="TDL Done" dword="0" bits="6:6" type="bool" />
<field name="IC Done" dword="0" bits="12:12" type="bool" />
<field name="MA0 Done" dword="0" bits="15:15" type="bool" />
<field name="EU00 Done SS0" dword="0" bits="16:16" type="bool" />
<field name="EU01 Done SS0" dword="0" bits="17:17" type="bool" />
<field name="EU02 Done SS0" dword="0" bits="18:18" type="bool" />
<field name="EU03 Done SS0" dword="0" bits="19:19" type="bool" />
<field name="EU10 Done SS0" dword="0" bits="21:21" type="bool" />
<field name="EU11 Done SS0" dword="0" bits="22:22" type="bool" />
<field name="EU12 Done SS0" dword="0" bits="23:23" type="bool" />
<field name="EU13 Done SS0" dword="0" bits="24:24" type="bool" />
<field name="MA1 Done SS0" dword="0" bits="26:26" type="bool" />
</register>
<register name="SAMPLER_INSTDONE" length="1" num="0xe160">
<field name="IME Done" dword="0" bits="0:0" type="bool" />
<field name="PL0 Done" dword="0" bits="1:1" type="bool" />
<field name="SO0 Done" dword="0" bits="2:2" type="bool" />
<field name="DG0 Done" dword="0" bits="3:3" type="bool" />
<field name="FT0 Done" dword="0" bits="4:4" type="bool" />
<field name="DM0 Done" dword="0" bits="5:5" type="bool" />
<field name="SC Done" dword="0" bits="6:6" type="bool" />
<field name="FL0 Done" dword="0" bits="7:7" type="bool" />
<field name="QC Done" dword="0" bits="8:8" type="bool" />
<field name="SVSM Done" dword="0" bits="9:9" type="bool" />
<field name="SI0 Done" dword="0" bits="10:10" type="bool" />
<field name="MT0 Done" dword="0" bits="11:11" type="bool" />
<field name="AVS Done" dword="0" bits="12:12" type="bool" />
<field name="IEF Done" dword="0" bits="13:13" type="bool" />
<field name="CRE Done" dword="0" bits="14:14" type="bool" />
<field name="SVSM ARB3" dword="0" bits="15:15" type="bool" />
<field name="SVSM ARB2" dword="0" bits="16:16" type="bool" />
<field name="SVSM ARB1" dword="0" bits="17:17" type="bool" />
<field name="SVSM Adapter" dword="0" bits="18:18" type="bool" />
<field name="BDM Done" dword="0" bits="19:19" type="bool" />
</register>
<register name="SC_INSTDONE" length="1" num="0x7100">
<field name="SVL Done" dword="0" bits="0:0" type="bool" />
<field name="WMFE Done" dword="0" bits="1:1" type="bool" />
<field name="WMBE Done" dword="0" bits="2:2" type="bool" />
<field name="HIZ Done" dword="0" bits="3:3" type="bool" />
<field name="STC Done" dword="0" bits="4:4" type="bool" />
<field name="IZ Done" dword="0" bits="5:5" type="bool" />
<field name="SBE Done" dword="0" bits="6:6" type="bool" />
<field name="RCZ Done" dword="0" bits="8:8" type="bool" />
<field name="RCC Done" dword="0" bits="9:9" type="bool" />
<field name="RCPBE Done" dword="0" bits="10:10" type="bool" />
<field name="RCPFE Done" dword="0" bits="11:11" type="bool" />
<field name="DAPB Done" dword="0" bits="12:12" type="bool" />
<field name="DAPRBE Done" dword="0" bits="13:13" type="bool" />
<field name="SARB Done" dword="0" bits="15:15" type="bool" />
<field name="DC0 Done" dword="0" bits="16:16" type="bool" />
<field name="DC1 Done" dword="0" bits="17:17" type="bool" />
<field name="DC2 Done" dword="0" bits="18:18" type="bool" />
<field name="GW0 Done" dword="0" bits="20:20" type="bool" />
<field name="GW1 Done" dword="0" bits="21:21" type="bool" />
<field name="GW2 Done" dword="0" bits="22:22" type="bool" />
<field name="TDC Done" dword="0" bits="24:24" type="bool" />
</register>
<register name="VCS2_RING_BUFFER_CTL" length="1" num="0x1203c">
<field name="Ring Buffer Enable" dword="0" bits="0:0" type="bool" />
<field name="Automatic Report Head Pointer" dword="0" bits="2:1" type="uint">
<value name="MI_AUTOREPORT_OFF" value="0" />
<value name="MI_AUTOREPORT_64KB" value="1" />
<value name="MI_AUTOREPORT_4KB" value="2" />
<value name="MI_AUTOREPORT_128KB" value="3" />
</field>
<field name="Disable Register Accesses" dword="0" bits="8:8" type="bool" />
<field name="Semaphore Wait" dword="0" bits="10:10" type="bool" />
<field name="RBWait" dword="0" bits="11:11" type="bool" />
<field name="Buffer Length (in pages - 1)" dword="0" bits="20:12" type="uint" />
</register>
<register name="VCS_ACTHD_UDW" length="1" num="0x1205c">
<field name="Head Pointer Upper DWORD" dword="0" bits="15:0" type="uint" default="0" />
</register>
<register name="VCS_INSTDONE" length="1" num="0x1206c">
<field name="Ring Enable" dword="0" bits="0:0" type="bool" />
<field name="USB Done" dword="0" bits="1:1" type="bool" />
<field name="QRC Done" dword="0" bits="2:2" type="bool" />
<field name="SEC Done" dword="0" bits="3:3" type="bool" />
<field name="MPC Done" dword="0" bits="4:4" type="bool" />
<field name="VFT Done" dword="0" bits="5:5" type="bool" />
<field name="BSP Done" dword="0" bits="6:6" type="bool" />
<field name="VLF Done" dword="0" bits="7:7" type="bool" />
<field name="VOP Done" dword="0" bits="8:8" type="bool" />
<field name="VMC Done" dword="0" bits="9:9" type="bool" />
<field name="VIP Done" dword="0" bits="10:10" type="bool" />
<field name="VIT Done" dword="0" bits="11:11" type="bool" />
<field name="VDS Done" dword="0" bits="12:12" type="bool" />
<field name="VMX Done" dword="0" bits="13:13" type="bool" />
<field name="VCP Done" dword="0" bits="14:14" type="bool" />
<field name="VCD Done" dword="0" bits="15:15" type="bool" />
<field name="VAD Done" dword="0" bits="16:16" type="bool" />
<field name="VMD Done" dword="0" bits="17:17" type="bool" />
<field name="VIS Done" dword="0" bits="18:18" type="bool" />
<field name="VAC Done" dword="0" bits="19:19" type="bool" />
<field name="VAM Done" dword="0" bits="20:20" type="bool" />
<field name="JPG Done" dword="0" bits="21:21" type="bool" />
<field name="VBP Done" dword="0" bits="22:22" type="bool" />
<field name="VHR Done" dword="0" bits="23:23" type="bool" />
<field name="VCI Done" dword="0" bits="24:24" type="bool" />
<field name="VCR Done" dword="0" bits="25:25" type="bool" />
<field name="VIN Done" dword="0" bits="26:26" type="bool" />
<field name="VPR Done" dword="0" bits="27:27" type="bool" />
<field name="VTQ Done" dword="0" bits="28:28" type="bool" />
<field name="Reserved" dword="0" bits="29:29" type="bool" />
<field name="VCS Done" dword="0" bits="30:30" type="bool" />
<field name="GAC Done" dword="0" bits="31:31" type="bool" />
</register>
<register name="VECS_ACTHD_UDW" length="1" num="0x1a05c">
<field name="Head Pointer Upper DWORD" dword="0" bits="15:0" type="uint" default="0" />
</register>
<register name="VECS_INSTDONE" length="1" num="0x1a06c">
<field name="Ring Enable" dword="0" bits="0:0" type="bool" />
<field name="VECS Done" dword="0" bits="30:30" type="bool" />
<field name="GAM Done" dword="0" bits="31:31" type="bool" />
</register>
</genxml>