mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-20 01:10:46 +01:00
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>
2424 lines
153 KiB
XML
2424 lines
153 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<genxml name="HSW" gen="7.5">
|
|
<import name="gen70.xml" />
|
|
<enum name="Shader Channel Select" prefix="SCS">
|
|
<value name="ZERO" value="0" />
|
|
<value name="ONE" value="1" />
|
|
<value name="RED" value="4" />
|
|
<value name="GREEN" value="5" />
|
|
<value name="BLUE" value="6" />
|
|
<value name="ALPHA" value="7" />
|
|
</enum>
|
|
<struct name="BINDING_TABLE_EDIT_ENTRY" length="1">
|
|
<field name="Surface State Pointer" dword="0" bits="15:0" type="offset" />
|
|
<field name="Binding Table Index" dword="0" bits="23:16" type="uint" />
|
|
</struct>
|
|
<struct name="GATHER_CONSTANT_ENTRY" length="1">
|
|
<field name="Binding Table Index Offset" dword="0" bits="3:0" type="uint" />
|
|
<field name="Channel Mask" dword="0" bits="7:4" type="uint" />
|
|
<field name="Constant Buffer Offset" dword="0" bits="15:8" type="offset" />
|
|
</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" default="0" />
|
|
<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="uint" />
|
|
<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="31:6" type="offset" />
|
|
<field name="Software Exception Enable" dword="1" bits="7:7" type="bool" />
|
|
<field name="Mask Stack Exception Enable" dword="1" bits="11:11" 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 Priority" dword="1" bits="17:17" type="uint">
|
|
<value name="Normal Priority" value="0" />
|
|
<value name="High Priority" value="1" />
|
|
</field>
|
|
<field name="Single Program Flow" dword="1" bits="18:18" type="bool" />
|
|
<field name="Sampler Count" dword="2" 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="2" bits="31:5" type="offset" />
|
|
<field name="Binding Table Entry Count" dword="3" bits="4:0" type="uint" />
|
|
<field name="Binding Table Pointer" dword="3" bits="15:5" type="offset" />
|
|
<field name="Constant URB Entry Read Length" dword="4" bits="31:16" type="uint" />
|
|
<field name="Number of Threads in GPGPU Thread Group" dword="5" bits="7:0" type="uint" />
|
|
<field name="Shared Local Memory Size" dword="5" bits="20:16" type="uint" />
|
|
<field name="Barrier Enable" dword="5" bits="21:21" type="bool" />
|
|
<field name="Rounding Mode" dword="5" 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="6" bits="7:0" type="uint" />
|
|
</struct>
|
|
<struct name="MEMORY_OBJECT_CONTROL_STATE" length="1">
|
|
<field name="L3 Cacheability Control (L3CC)" dword="0" bits="0:0" type="uint" />
|
|
<field name="LLC/eLLC Cacheability Control (LLCCC)" dword="0" bits="2:1" type="uint">
|
|
<value name="Use PTE values" value="0" />
|
|
<value name="UC - uncacheable" value="1" />
|
|
<value name="LLC/eLLC WB cacheable" value="2" />
|
|
<value name="eLLC WB cacheable (UC in LLC)" value="3" />
|
|
</field>
|
|
</struct>
|
|
<struct name="MFD_MPEG2_BSD_OBJECT_INLINE_DATA_DESCRIPTION" length="2">
|
|
<field name="First MB Bit Offset" dword="0" bits="2:0" type="uint" />
|
|
<field name="Last MB" dword="0" bits="3:3" type="bool" />
|
|
<field name="Last Pic Slice" dword="0" bits="5:5" type="bool" />
|
|
<field name="Slice Concealment Type" dword="0" bits="6:6" type="uint" />
|
|
<field name="Slice Concealment Override" dword="0" bits="7:7" type="uint" />
|
|
<field name="MB Count" dword="0" bits="15:8" type="uint" />
|
|
<field name="Slice Vertical Position" dword="0" bits="23:16" type="uint" />
|
|
<field name="Slice Horizontal Position" dword="0" bits="31:24" type="uint" />
|
|
<field name="Next Slice Horizontal Position" dword="1" bits="7:0" type="uint" />
|
|
<field name="Next Slice Vertical Position" dword="1" bits="16:8" type="uint" />
|
|
<field name="Quantizer Scale Code" dword="1" bits="28:24" type="uint" />
|
|
</struct>
|
|
<struct name="MI_MATH_ALU_INSTRUCTION" length="1">
|
|
<field name="Operand 2" dword="0" bits="9:0" type="uint" prefix="MI_ALU">
|
|
<value name="REG0" value="0x00" />
|
|
<value name="REG1" value="0x01" />
|
|
<value name="REG2" value="0x02" />
|
|
<value name="REG3" value="0x03" />
|
|
<value name="REG4" value="0x04" />
|
|
<value name="REG5" value="0x05" />
|
|
<value name="REG6" value="0x06" />
|
|
<value name="REG7" value="0x07" />
|
|
<value name="REG8" value="0x08" />
|
|
<value name="REG9" value="0x09" />
|
|
<value name="REG10" value="0x0a" />
|
|
<value name="REG11" value="0x0b" />
|
|
<value name="REG12" value="0x0c" />
|
|
<value name="REG13" value="0x0d" />
|
|
<value name="REG14" value="0x0e" />
|
|
<value name="REG15" value="0x0f" />
|
|
<value name="SRCA" value="0x20" />
|
|
<value name="SRCB" value="0x21" />
|
|
<value name="ACCU" value="0x31" />
|
|
<value name="ZF" value="0x32" />
|
|
<value name="CF" value="0x33" />
|
|
</field>
|
|
<field name="Operand 1" dword="0" bits="19:10" type="uint" prefix="MI_ALU">
|
|
<value name="REG0" value="0x00" />
|
|
<value name="REG1" value="0x01" />
|
|
<value name="REG2" value="0x02" />
|
|
<value name="REG3" value="0x03" />
|
|
<value name="REG4" value="0x04" />
|
|
<value name="REG5" value="0x05" />
|
|
<value name="REG6" value="0x06" />
|
|
<value name="REG7" value="0x07" />
|
|
<value name="REG8" value="0x08" />
|
|
<value name="REG9" value="0x09" />
|
|
<value name="REG10" value="0x0a" />
|
|
<value name="REG11" value="0x0b" />
|
|
<value name="REG12" value="0x0c" />
|
|
<value name="REG13" value="0x0d" />
|
|
<value name="REG14" value="0x0e" />
|
|
<value name="REG15" value="0x0f" />
|
|
<value name="SRCA" value="0x20" />
|
|
<value name="SRCB" value="0x21" />
|
|
<value name="ACCU" value="0x31" />
|
|
<value name="ZF" value="0x32" />
|
|
<value name="CF" value="0x33" />
|
|
</field>
|
|
<field name="ALU Opcode" dword="0" bits="31:20" type="uint" prefix="MI_ALU">
|
|
<value name="NOOP" value="0x000" />
|
|
<value name="LOAD" value="0x080" />
|
|
<value name="LOADINV" value="0x480" />
|
|
<value name="LOAD0" value="0x081" />
|
|
<value name="LOAD1" value="0x481" />
|
|
<value name="ADD" value="0x100" />
|
|
<value name="SUB" value="0x101" />
|
|
<value name="AND" value="0x102" />
|
|
<value name="OR" value="0x103" />
|
|
<value name="XOR" value="0x104" />
|
|
<value name="STORE" value="0x180" />
|
|
<value name="STOREINV" value="0x580" />
|
|
</field>
|
|
</struct>
|
|
<struct name="RENDER_SURFACE_STATE" length="8">
|
|
<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" />
|
|
<field name="Surface Array Spacing" dword="0" bits="10:10" type="uint">
|
|
<value name="ARYSPC_FULL" value="0" />
|
|
<value name="ARYSPC_LOD0" value="1" />
|
|
</field>
|
|
<field name="Vertical Line Stride Offset" dword="0" bits="11:11" type="uint" />
|
|
<field name="Vertical Line Stride" dword="0" bits="12:12" type="uint" />
|
|
<field name="Tile Walk" dword="0" bits="13:13" type="uint">
|
|
<value name="TILEWALK_XMAJOR" value="0" />
|
|
<value name="TILEWALK_YMAJOR" value="1" />
|
|
</field>
|
|
<field name="Tiled Surface" dword="0" bits="14:14" type="bool" />
|
|
<field name="Surface Horizontal Alignment" dword="0" bits="15:15" type="uint">
|
|
<value name="HALIGN_4" value="0" />
|
|
<value name="HALIGN_8" value="1" />
|
|
</field>
|
|
<field name="Surface Vertical Alignment" dword="0" bits="17:16" type="uint">
|
|
<value name="VALIGN_2" value="0" />
|
|
<value name="VALIGN_4" value="1" />
|
|
</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 Base Address" dword="1" bits="31:0" type="address" />
|
|
<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="Integer Surface Format" dword="3" bits="20:18" 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="Strbuf Minimum Array Element" dword="4" bits="26:0" type="uint" />
|
|
<field name="Number of Multisamples" dword="4" bits="5:3" type="uint">
|
|
<value name="MULTISAMPLECOUNT_1" value="0" />
|
|
<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 Rotation" dword="4" bits="30:29" type="uint">
|
|
<value name="RTROTATE_0DEG" value="0" />
|
|
<value name="RTROTATE_90DEG" value="1" />
|
|
<value name="RTROTATE_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="MOCS" dword="5" bits="19:16" type="uint" nonzero="true" />
|
|
<field name="Y Offset" dword="5" bits="23:20" type="uint" />
|
|
<field name="X Offset" dword="5" bits="31:25" type="uint" />
|
|
<field name="MCS Enable" dword="6" bits="0:0" type="bool" />
|
|
<field name="Y Offset for UV Plane" dword="6" bits="13:0" type="uint" />
|
|
<field name="Append Counter Enable" dword="6" bits="1:1" type="bool" />
|
|
<field name="Auxiliary Surface Pitch" dword="6" bits="11:3" type="uint" />
|
|
<field name="Append Counter Address" dword="6" bits="31:6" type="address" />
|
|
<field name="Auxiliary Surface Base Address" dword="6" bits="31:12" type="address" />
|
|
<field name="X Offset for UV Plane" dword="6" bits="29:16" type="uint" />
|
|
<field name="Reserved: MBZ" dword="6" bits="31:30" type="uint" />
|
|
<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="uint" />
|
|
<field name="Blue Clear Color" dword="7" bits="29:29" type="uint" />
|
|
<field name="Green Clear Color" dword="7" bits="30:30" type="uint" />
|
|
<field name="Red Clear Color" dword="7" bits="31:31" type="uint" />
|
|
</struct>
|
|
<struct name="SAMPLER_BORDER_COLOR_STATE" length="20">
|
|
<field name="Border Color Float Red" dword="0" bits="31:0" type="float" />
|
|
<field name="Border Color Float Green" dword="1" bits="31:0" type="float" />
|
|
<field name="Border Color Float Blue" dword="2" bits="31:0" type="float" />
|
|
<field name="Border Color Float Alpha" dword="3" bits="31:0" type="float" />
|
|
<field name="Border Color 8bit Red" dword="16" bits="7:0" type="uint" />
|
|
<field name="Border Color 16bit Red" dword="16" bits="15:0" type="uint" />
|
|
<field name="Border Color 32bit Red" dword="16" bits="31:0" type="uint" />
|
|
<field name="Border Color 8bit Green" dword="16" bits="15:8" type="uint" />
|
|
<field name="Border Color 8bit Blue" dword="16" bits="23:16" type="uint" />
|
|
<field name="Border Color 16bit Green" dword="16" bits="31:16" type="uint" />
|
|
<field name="Border Color 8bit Alpha" dword="16" bits="31:24" type="uint" />
|
|
<field name="Border Color 32bit Green" dword="17" bits="31:0" type="uint" />
|
|
<field name="Border Color 16bit Blue" dword="18" bits="15:0" type="uint" />
|
|
<field name="Border Color 32bit Blue" dword="18" bits="31:0" type="uint" />
|
|
<field name="Border Color 16bit Alpha" dword="18" bits="31:16" type="uint" />
|
|
<field name="Border Color 32bit Alpha" dword="19" 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 Enable" dword="0" bits="28:28" type="uint" prefix="CLAMP_ENABLE">
|
|
<value name="OGL" value="1" />
|
|
</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="Max LOD" dword="1" bits="19:8" type="u4.8" />
|
|
<field name="Min LOD" dword="1" bits="31:20" type="u4.8" />
|
|
<field name="Border Color Pointer" dword="2" bits="31:5" 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="TRIQUAL_HIGH/MAG_CLAMP_MIPFILTER" 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>
|
|
<field name="ChromaKey Mode" dword="3" bits="22:22" type="uint">
|
|
<value name="KEYFILTER_KILL_ON_ANY_MATCH" value="0" />
|
|
<value name="KEYFILTER_REPLACE_BLACK" value="1" />
|
|
</field>
|
|
<field name="ChromaKey Index" dword="3" bits="24:23" type="uint" />
|
|
<field name="ChromaKey Enable" dword="3" bits="25:25" type="bool" />
|
|
</struct>
|
|
<instruction name="3DPRIMITIVE" bias="2" length="7" engine="render">
|
|
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="5" />
|
|
<field name="Predicate Enable" dword="0" bits="8:8" type="bool" />
|
|
<field name="UAV Coherency Required" dword="0" bits="9:9" type="bool" />
|
|
<field name="Indirect Parameter Enable" dword="0" bits="10:10" type="bool" />
|
|
<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="3" />
|
|
<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" />
|
|
<field name="Vertex Access Type" dword="1" bits="8:8" type="uint">
|
|
<value name="SEQUENTIAL" value="0" />
|
|
<value name="RANDOM" value="1" />
|
|
</field>
|
|
<field name="End Offset Enable" dword="1" bits="9:9" type="bool" />
|
|
<field name="Vertex Count Per Instance" dword="2" bits="31:0" type="uint" />
|
|
<field name="Start Vertex Location" dword="3" bits="31:0" type="uint" />
|
|
<field name="Instance Count" dword="4" bits="31:0" type="uint" />
|
|
<field name="Start Instance Location" dword="5" bits="31:0" type="uint" />
|
|
<field name="Base Vertex Location" dword="6" bits="31:0" type="int" />
|
|
</instruction>
|
|
<instruction name="3DSTATE_BINDING_TABLE_EDIT_DS" bias="2" engine="render">
|
|
<field name="DWord Length" dword="0" bits="8:0" type="uint" default="0" />
|
|
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="70" />
|
|
<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="Binding Table Edit Target" dword="1" bits="1:0" type="uint">
|
|
<value name="All Cores" value="3" />
|
|
<value name="Core 1" value="2" />
|
|
<value name="Core 0" value="1" />
|
|
</field>
|
|
<field name="Binding Table Block Clear" dword="1" bits="31:16" type="uint" />
|
|
<group count="0" dword="2" size="32">
|
|
<field name="Entry [n]" dword="0" bits="31:0" type="BINDING_TABLE_EDIT_ENTRY" />
|
|
</group>
|
|
</instruction>
|
|
<instruction name="3DSTATE_BINDING_TABLE_EDIT_GS" bias="2" engine="render">
|
|
<field name="DWord Length" dword="0" bits="8:0" type="uint" default="0" />
|
|
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="68" />
|
|
<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="Binding Table Edit Target" dword="1" bits="1:0" type="uint">
|
|
<value name="All Cores" value="3" />
|
|
<value name="Core 1" value="2" />
|
|
<value name="Core 0" value="1" />
|
|
</field>
|
|
<field name="Binding Table Block Clear" dword="1" bits="31:16" type="uint" />
|
|
<group count="0" dword="2" size="32">
|
|
<field name="Entry [n]" dword="0" bits="31:0" type="BINDING_TABLE_EDIT_ENTRY" />
|
|
</group>
|
|
</instruction>
|
|
<instruction name="3DSTATE_BINDING_TABLE_EDIT_HS" bias="2" engine="render">
|
|
<field name="DWord Length" dword="0" bits="8:0" type="uint" default="0" />
|
|
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="69" />
|
|
<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="Binding Table Edit Target" dword="1" bits="1:0" type="uint">
|
|
<value name="All Cores" value="3" />
|
|
<value name="Core 1" value="2" />
|
|
<value name="Core 0" value="1" />
|
|
</field>
|
|
<field name="Binding Table Block Clear" dword="1" bits="31:16" type="uint" />
|
|
<group count="0" dword="2" size="32">
|
|
<field name="Entry [n]" dword="0" bits="31:0" type="BINDING_TABLE_EDIT_ENTRY" />
|
|
</group>
|
|
</instruction>
|
|
<instruction name="3DSTATE_BINDING_TABLE_EDIT_PS" bias="2" engine="render">
|
|
<field name="DWord Length" dword="0" bits="8:0" type="uint" default="0" />
|
|
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="71" />
|
|
<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="Binding Table Edit Target" dword="1" bits="1:0" type="uint">
|
|
<value name="All Cores" value="3" />
|
|
<value name="Core 1" value="2" />
|
|
<value name="Core 0" value="1" />
|
|
</field>
|
|
<field name="Binding Table Block Clear" dword="1" bits="31:16" type="uint" />
|
|
<group count="0" dword="2" size="32">
|
|
<field name="Entry [n]" dword="0" bits="31:0" type="BINDING_TABLE_EDIT_ENTRY" />
|
|
</group>
|
|
</instruction>
|
|
<instruction name="3DSTATE_BINDING_TABLE_EDIT_VS" bias="2" engine="render">
|
|
<field name="DWord Length" dword="0" bits="8:0" type="uint" default="0" />
|
|
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="67" />
|
|
<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="Binding Table Edit Target" dword="1" bits="1:0" type="uint">
|
|
<value name="All Cores" value="3" />
|
|
<value name="Core 1" value="2" />
|
|
<value name="Core 0" value="1" />
|
|
</field>
|
|
<field name="Binding Table Block Clear" dword="1" bits="31:16" type="uint" />
|
|
<group count="0" dword="2" size="32">
|
|
<field name="Entry [n]" dword="0" bits="31:0" type="BINDING_TABLE_EDIT_ENTRY" />
|
|
</group>
|
|
</instruction>
|
|
<instruction name="3DSTATE_BINDING_TABLE_POOL_ALLOC" 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="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="10:7" 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="31:12" type="address" />
|
|
<field name="Binding Table Pool Upper Bound" dword="2" bits="31:12" type="address" />
|
|
</instruction>
|
|
<instruction name="3DSTATE_DRAWING_RECTANGLE" bias="2" length="4" engine="render">
|
|
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="2" />
|
|
<field name="Core Mode Select" dword="0" bits="15:14" type="uint">
|
|
<value name="Legacy" value="0" />
|
|
<value name="Core 0 Enabled" value="1" />
|
|
<value name="Core 1 Enabled" value="2" />
|
|
</field>
|
|
<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="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="Clipped Drawing Rectangle X Min" dword="1" bits="15:0" type="uint" />
|
|
<field name="Clipped Drawing Rectangle Y Min" dword="1" bits="31:16" type="uint" />
|
|
<field name="Clipped Drawing Rectangle X Max" dword="2" bits="15:0" type="uint" />
|
|
<field name="Clipped Drawing Rectangle Y Max" dword="2" bits="31:16" type="uint" />
|
|
<field name="Drawing Rectangle Origin X" dword="3" bits="15:0" type="int" />
|
|
<field name="Drawing Rectangle Origin Y" dword="3" bits="31:16" type="int" />
|
|
</instruction>
|
|
<instruction name="3DSTATE_DS" 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="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="31:6" type="offset" />
|
|
<field name="Software Exception Enable" dword="2" bits="7:7" type="bool" />
|
|
<field name="Illegal Opcode Exception Enable" dword="2" bits="13:13" type="bool" />
|
|
<field name="Accesses UAV" dword="2" bits="14:14" 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 Dispatch Priority" dword="2" bits="17:17" type="uint">
|
|
<value name="High" value="1" />
|
|
</field>
|
|
<field name="Binding Table Entry Count" dword="2" bits="25:18" type="uint" />
|
|
<field name="Sampler Count" dword="2" 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="2" bits="30:30" type="bool" />
|
|
<field name="Single Domain Point Dispatch" dword="2" bits="31:31" type="uint" />
|
|
<field name="Per-Thread Scratch Space" dword="3" bits="3:0" type="uint" />
|
|
<field name="Scratch Space Base Pointer" dword="3" bits="31:10" type="address" />
|
|
<field name="Patch URB Entry Read Offset" dword="4" bits="9:4" type="uint" />
|
|
<field name="Patch URB Entry Read Length" dword="4" bits="17:11" type="uint" />
|
|
<field name="Dispatch GRF Start Register For URB Data" dword="4" bits="24:20" type="uint" />
|
|
<field name="Enable" dword="5" bits="0:0" type="bool" />
|
|
<field name="DS Cache Disable" dword="5" bits="1:1" type="bool" />
|
|
<field name="Compute W Coordinate Enable" dword="5" bits="2:2" type="bool" />
|
|
<field name="Statistics Enable" dword="5" bits="10:10" type="bool" />
|
|
<field name="Maximum Number of Threads" dword="5" bits="29: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="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="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="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="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="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="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="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="3:0" type="uint" nonzero="true" />
|
|
<field dword="1" bits="5:4" type="mbo" />
|
|
<field name="Gather Pool Enable" dword="1" bits="11:11" type="bool" />
|
|
<field name="Gather Pool Base Address" dword="1" bits="31:12" type="address" />
|
|
<field name="Gather Pool Upper Bound" dword="2" bits="31:12" type="address" />
|
|
</instruction>
|
|
<instruction name="3DSTATE_GS" bias="2" length="7" engine="render">
|
|
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="5" />
|
|
<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="31: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="GS accesses UAV" dword="2" bits="12:12" type="uint" />
|
|
<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="Binding Table Entry Count" dword="2" bits="25:18" type="uint" />
|
|
<field name="Sampler Count" dword="2" 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="2" bits="30:30" type="bool" />
|
|
<field name="Single Program Flow" dword="2" bits="31:31" type="bool" />
|
|
<field name="Per-Thread Scratch Space" dword="3" bits="3:0" type="uint" />
|
|
<field name="Scratch Space Base Pointer" dword="3" bits="31:10" type="address" />
|
|
<field name="Dispatch GRF Start Register For URB Data" dword="4" bits="3:0" type="uint" />
|
|
<field name="Vertex URB Entry Read Offset" dword="4" bits="9:4" type="uint" />
|
|
<field name="Include Vertex Handles" dword="4" bits="10:10" type="bool" />
|
|
<field name="Vertex URB Entry Read Length" dword="4" bits="16:11" type="uint" />
|
|
<field name="Output Topology" dword="4" bits="22:17" type="3D_Prim_Topo_Type" />
|
|
<field name="Output Vertex Size" dword="4" bits="28:23" type="uint" />
|
|
<field name="Enable" dword="5" bits="0:0" type="bool" />
|
|
<field name="Discard Adjacency" dword="5" bits="1:1" type="bool" />
|
|
<field name="Reorder Mode" dword="5" bits="2:2" type="uint">
|
|
<value name="LEADING" value="0" />
|
|
<value name="TRAILING" value="1" />
|
|
</field>
|
|
<field name="Hint" dword="5" bits="3:3" type="uint" />
|
|
<field name="Include Primitive ID" dword="5" bits="4:4" type="bool" />
|
|
<field name="GS Invocations Increment Value" dword="5" bits="9:5" type="uint" />
|
|
<field name="Statistics Enable" dword="5" bits="10:10" type="uint" />
|
|
<field name="Dispatch Mode" dword="5" bits="12:11" type="uint" prefix="DISPATCH_MODE">
|
|
<value name="SINGLE" value="0" />
|
|
<value name="DUAL_INSTANCE" value="1" />
|
|
<value name="DUAL_OBJECT" value="2" />
|
|
</field>
|
|
<field name="Default StreamID" dword="5" bits="14:13" type="uint" />
|
|
<field name="Instance Control" dword="5" bits="19:15" type="uint" />
|
|
<field name="Control Data Header Size" dword="5" bits="23:20" type="uint" />
|
|
<field name="Maximum Number of Threads" dword="5" bits="31:24" type="uint" />
|
|
<field name="Semaphore Handle" dword="6" bits="12:0" type="offset" />
|
|
<field name="Control Data Format" dword="6" bits="31:31" type="uint">
|
|
<value name="GSCTL_CUT" value="0" />
|
|
<value name="GSCTL_SID" value="1" />
|
|
</field>
|
|
</instruction>
|
|
<instruction name="3DSTATE_HS" bias="2" length="7" engine="render">
|
|
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="5" />
|
|
<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="Maximum Number of Threads" dword="1" bits="7:0" type="uint" />
|
|
<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="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="31:6" type="offset" />
|
|
<field name="Per-Thread Scratch Space" dword="4" bits="3:0" type="uint" />
|
|
<field name="Scratch Space Base Pointer" dword="4" bits="31:10" type="address" />
|
|
<field name="Vertex URB Entry Read Offset" dword="5" bits="9:4" type="uint" />
|
|
<field name="Vertex URB Entry Read Length" dword="5" bits="16:11" type="uint" />
|
|
<field name="Dispatch GRF Start Register For URB Data" dword="5" bits="23:19" type="uint" />
|
|
<field name="Include Vertex Handles" dword="5" bits="24:24" type="bool" />
|
|
<field name="HS accesses UAV" dword="5" bits="25:25" type="bool" />
|
|
<field name="Vector Mask Enable" dword="5" bits="26:26" type="bool" />
|
|
<field name="Single Program Flow" dword="5" bits="27:27" type="bool" />
|
|
<field name="Semaphore Handle" dword="6" bits="12:0" type="offset" />
|
|
</instruction>
|
|
<instruction name="3DSTATE_INDEX_BUFFER" bias="2" length="3" engine="render">
|
|
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="1" />
|
|
<field name="Index Format" dword="0" 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="MOCS" dword="0" bits="15:12" type="uint" nonzero="true" />
|
|
<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="Buffer Starting Address" dword="1" bits="31:0" type="address" />
|
|
<field name="Buffer Ending Address" dword="2" bits="31:0" type="address" />
|
|
</instruction>
|
|
<instruction name="3DSTATE_MULTISAMPLE" 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="13" />
|
|
<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="Number of Multisamples" dword="1" bits="3:1" type="uint">
|
|
<value name="NUMSAMPLES_1" value="0" />
|
|
<value name="NUMSAMPLES_4" value="2" />
|
|
<value name="NUMSAMPLES_8" value="3" />
|
|
</field>
|
|
<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="Multi Sample Enable" dword="1" bits="5:5" type="bool" />
|
|
<field name="Sample0 Y Offset" dword="2" bits="3:0" type="u0.4" />
|
|
<field name="Sample0 X Offset" dword="2" bits="7:4" type="u0.4" />
|
|
<field name="Sample1 Y Offset" dword="2" bits="11:8" type="u0.4" />
|
|
<field name="Sample1 X Offset" dword="2" bits="15:12" type="u0.4" />
|
|
<field name="Sample2 Y Offset" dword="2" bits="19:16" type="u0.4" />
|
|
<field name="Sample2 X Offset" dword="2" bits="23:20" type="u0.4" />
|
|
<field name="Sample3 Y Offset" dword="2" bits="27:24" type="u0.4" />
|
|
<field name="Sample3 X Offset" dword="2" bits="31:28" type="u0.4" />
|
|
<field name="Sample4 Y Offset" dword="3" bits="3:0" type="u0.4" />
|
|
<field name="Sample4 X Offset" dword="3" bits="7:4" type="u0.4" />
|
|
<field name="Sample5 Y Offset" dword="3" bits="11:8" type="u0.4" />
|
|
<field name="Sample5 X Offset" dword="3" bits="15:12" type="u0.4" />
|
|
<field name="Sample6 Y Offset" dword="3" bits="19:16" type="u0.4" />
|
|
<field name="Sample6 X Offset" dword="3" bits="23:20" type="u0.4" />
|
|
<field name="Sample7 Y Offset" dword="3" bits="27:24" type="u0.4" />
|
|
<field name="Sample7 X Offset" dword="3" bits="31:28" type="u0.4" />
|
|
</instruction>
|
|
<instruction name="3DSTATE_PS" 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="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="31: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="Rounding Mode" dword="2" 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="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="High" value="1" />
|
|
</field>
|
|
<field name="Binding Table Entry Count" dword="2" bits="25:18" type="uint" />
|
|
<field name="Denormal Mode" dword="2" bits="26:26" type="uint">
|
|
<value name="FTZ" value="0" />
|
|
<value name="RET" value="1" />
|
|
</field>
|
|
<field name="Sampler Count" dword="2" bits="29:27" type="uint" />
|
|
<field name="Vector Mask Enable" dword="2" bits="30:30" type="bool" />
|
|
<field name="Single Program Flow" dword="2" bits="31:31" type="bool" />
|
|
<field name="Per Thread Scratch Space" dword="3" bits="3:0" type="uint" />
|
|
<field name="Scratch Space Base Pointer" dword="3" bits="31:10" type="address" />
|
|
<field name="8 Pixel Dispatch Enable" dword="4" bits="0:0" type="bool" />
|
|
<field name="16 Pixel Dispatch Enable" dword="4" bits="1:1" type="bool" />
|
|
<field name="32 Pixel Dispatch Enable" dword="4" bits="2:2" type="bool" />
|
|
<field name="Position XY Offset Select" dword="4" 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="PS Accesses UAV" dword="4" bits="5:5" type="bool" />
|
|
<field name="Render Target Resolve Enable" dword="4" bits="6:6" type="bool" />
|
|
<field name="Dual Source Blend Enable" dword="4" bits="7:7" type="bool" />
|
|
<field name="Render Target Fast Clear Enable" dword="4" bits="8:8" type="bool" />
|
|
<field name="oMask Present to RenderTarget" dword="4" bits="9:9" type="bool" />
|
|
<field name="Attribute Enable" dword="4" bits="10:10" type="bool" />
|
|
<field name="Push Constant Enable" dword="4" bits="11:11" type="bool" />
|
|
<field name="Sample Mask" dword="4" bits="19:12" type="uint" />
|
|
<field name="Maximum Number of Threads" dword="4" bits="31:23" type="uint" />
|
|
<field name="Dispatch GRF Start Register For Constant/Setup Data 2" dword="5" bits="6:0" type="uint" />
|
|
<field name="Dispatch GRF Start Register For Constant/Setup Data 1" dword="5" bits="14:8" type="uint" />
|
|
<field name="Dispatch GRF Start Register For Constant/Setup Data 0" dword="5" bits="22:16" type="uint" />
|
|
<field name="Kernel Start Pointer 1" dword="6" bits="31:6" type="offset" />
|
|
<field name="Kernel Start Pointer 2" dword="7" bits="31:6" type="offset" />
|
|
</instruction>
|
|
<instruction name="3DSTATE_PUSH_CONSTANT_ALLOC_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="20" />
|
|
<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="Constant Buffer Size" dword="1" bits="5:0" type="uint" />
|
|
<field name="Constant Buffer Offset" dword="1" bits="20:16" type="uint" />
|
|
</instruction>
|
|
<instruction name="3DSTATE_PUSH_CONSTANT_ALLOC_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="21" />
|
|
<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="Constant Buffer Size" dword="1" bits="5:0" type="uint" />
|
|
<field name="Constant Buffer Offset" dword="1" bits="20:16" type="uint" />
|
|
</instruction>
|
|
<instruction name="3DSTATE_PUSH_CONSTANT_ALLOC_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="19" />
|
|
<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="Constant Buffer Size" dword="1" bits="5:0" type="uint" />
|
|
<field name="Constant Buffer Offset" dword="1" bits="20:16" type="uint" />
|
|
</instruction>
|
|
<instruction name="3DSTATE_PUSH_CONSTANT_ALLOC_PS" 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="22" />
|
|
<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="Constant Buffer Size" dword="1" bits="5:0" type="uint" />
|
|
<field name="Constant Buffer Offset" dword="1" bits="20:16" type="uint" />
|
|
</instruction>
|
|
<instruction name="3DSTATE_PUSH_CONSTANT_ALLOC_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="18" />
|
|
<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="Constant Buffer Size" dword="1" bits="5:0" type="uint" />
|
|
<field name="Constant Buffer Offset" dword="1" bits="20:16" type="uint" />
|
|
</instruction>
|
|
<instruction name="3DSTATE_RAST_MULTISAMPLE" 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="14" />
|
|
<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="Number of Rasterization Multisamples" dword="1" bits="3:1" type="uint" prefix="NRM">
|
|
<value name="NUMRASTSAMPLES_1" value="0" />
|
|
<value name="NUMRASTSAMPLES_2" value="1" />
|
|
<value name="NUMRASTSAMPLES_4" value="2" />
|
|
<value name="NUMRASTSAMPLES_8" value="3" />
|
|
<value name="NUMRASTSAMPLES_16" value="4" />
|
|
</field>
|
|
<field name="Sample0 Y Offset" dword="2" bits="3:0" type="u0.4" />
|
|
<field name="Sample0 X Offset" dword="2" bits="7:4" type="u0.4" />
|
|
<field name="Sample1 Y Offset" dword="2" bits="11:8" type="u0.4" />
|
|
<field name="Sample1 X Offset" dword="2" bits="15:12" type="u0.4" />
|
|
<field name="Sample2 Y Offset" dword="2" bits="19:16" type="u0.4" />
|
|
<field name="Sample2 X Offset" dword="2" bits="23:20" type="u0.4" />
|
|
<field name="Sample3 Y Offset" dword="2" bits="27:24" type="u0.4" />
|
|
<field name="Sample3 X Offset" dword="2" bits="31:28" type="u0.4" />
|
|
<field name="Sample4 Y Offset" dword="3" bits="3:0" type="u0.4" />
|
|
<field name="Sample4 X Offset" dword="3" bits="7:4" type="u0.4" />
|
|
<field name="Sample5 Y Offset" dword="3" bits="11:8" type="u0.4" />
|
|
<field name="Sample5 X Offset" dword="3" bits="15:12" type="u0.4" />
|
|
<field name="Sample6 Y Offset" dword="3" bits="19:16" type="u0.4" />
|
|
<field name="Sample6 X Offset" dword="3" bits="23:20" type="u0.4" />
|
|
<field name="Sample7 Y Offset" dword="3" bits="27:24" type="u0.4" />
|
|
<field name="Sample7 X Offset" dword="3" bits="31:28" type="u0.4" />
|
|
<field name="Sample8 Y Offset" dword="4" bits="3:0" type="u0.4" />
|
|
<field name="Sample8 X Offset" dword="4" bits="7:4" type="u0.4" />
|
|
<field name="Sample9 Y Offset" dword="4" bits="11:8" type="u0.4" />
|
|
<field name="Sample9 X Offset" dword="4" bits="15:12" type="u0.4" />
|
|
<field name="Sample10 Y Offset" dword="4" bits="19:16" type="u0.4" />
|
|
<field name="Sample10 X Offset" dword="4" bits="23:20" type="u0.4" />
|
|
<field name="Sample11 Y Offset" dword="4" bits="27:24" type="u0.4" />
|
|
<field name="Sample11 X Offset" dword="4" bits="31:28" type="u0.4" />
|
|
<field name="Sample12 Y Offset" dword="5" bits="3:0" type="u0.4" />
|
|
<field name="Sample12 X Offset" dword="5" bits="7:4" type="u0.4" />
|
|
<field name="Sample13 Y Offset" dword="5" bits="11:8" type="u0.4" />
|
|
<field name="Sample13 X Offset" dword="5" bits="15:12" type="u0.4" />
|
|
<field name="Sample14 Y Offset" dword="5" bits="19:16" type="u0.4" />
|
|
<field name="Sample14 X Offset" dword="5" bits="23:20" type="u0.4" />
|
|
<field name="Sample15 Y Offset" dword="5" bits="27:24" type="u0.4" />
|
|
<field name="Sample15 X Offset" dword="5" bits="31:28" type="u0.4" />
|
|
</instruction>
|
|
<instruction name="3DSTATE_SBE" bias="2" length="14" engine="render">
|
|
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="12" />
|
|
<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="Vertex URB Entry Read Offset" dword="1" bits="9:4" type="uint" />
|
|
<field name="Vertex URB Entry Read Length" dword="1" bits="15:11" type="uint" />
|
|
<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="Attribute Swizzle Control Mode" dword="1" bits="28:28" type="uint" />
|
|
<group count="16" dword="2" size="16">
|
|
<field name="Attribute" dword="0" bits="15:0" type="SF_OUTPUT_ATTRIBUTE_DETAIL" />
|
|
</group>
|
|
<field name="Point Sprite Texture Coordinate Enable" dword="10" bits="31:0" type="uint" />
|
|
<field name="Constant Interpolation Enable" dword="11" bits="31:0" type="uint" />
|
|
<field name="Attribute 0 WrapShortest Enables" dword="12" bits="3:0" type="uint" />
|
|
<field name="Attribute 1 WrapShortest Enables" dword="12" bits="7:4" type="uint" />
|
|
<field name="Attribute 2 WrapShortest Enables" dword="12" bits="11:8" type="uint" />
|
|
<field name="Attribute 3 WrapShortest Enables" dword="12" bits="15:12" type="uint" />
|
|
<field name="Attribute 4 WrapShortest Enables" dword="12" bits="19:16" type="uint" />
|
|
<field name="Attribute 5 WrapShortest Enables" dword="12" bits="23:20" type="uint" />
|
|
<field name="Attribute 6 WrapShortest Enables" dword="12" bits="27:24" type="uint" />
|
|
<field name="Attribute 7 WrapShortest Enables" dword="12" bits="31:28" type="uint" />
|
|
<field name="Attribute 8 WrapShortest Enables" dword="13" bits="3:0" type="uint" />
|
|
<field name="Attribute 9 WrapShortest Enables" dword="13" bits="7:4" type="uint" />
|
|
<field name="Attribute 10 WrapShortest Enables" dword="13" bits="11:8" type="uint" />
|
|
<field name="Attribute 11 WrapShortest Enables" dword="13" bits="15:12" type="uint" />
|
|
<field name="Attribute 12 WrapShortest Enables" dword="13" bits="19:16" type="uint" />
|
|
<field name="Attribute 13 WrapShortest Enables" dword="13" bits="23:20" type="uint" />
|
|
<field name="Attribute 14 WrapShortest Enables" dword="13" bits="27:24" type="uint" />
|
|
<field name="Attribute 15 WrapShortest Enables" dword="13" bits="31:28" type="uint" />
|
|
</instruction>
|
|
<instruction name="3DSTATE_SF" bias="2" length="7" engine="render">
|
|
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="5" />
|
|
<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="Front Winding" dword="1" bits="0:0" type="uint" />
|
|
<field name="Viewport Transform Enable" dword="1" bits="1:1" type="bool" />
|
|
<field name="BackFace 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="FrontFace 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="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="Depth Buffer Surface Format" dword="1" bits="14:12" type="uint">
|
|
<value name="D32_FLOAT_S8X24_UINT" value="0" />
|
|
<value name="D32_FLOAT" value="1" />
|
|
<value name="D24_UNORM_S8_UINT" value="2" />
|
|
<value name="D24_UNORM_X8_UINT" value="3" />
|
|
<value name="D16_UNORM" value="5" />
|
|
</field>
|
|
<field name="Multisample Rasterization Mode" dword="2" bits="9:8" type="uint" />
|
|
<field name="RT Independent Rasterization Enable" dword="2" bits="10:10" type="bool" />
|
|
<field name="Scissor Rectangle Enable" dword="2" bits="11:11" type="bool" />
|
|
<field name="Line Stipple Enable" dword="2" bits="14:14" type="bool" />
|
|
<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="Cull Mode" dword="2" bits="30:29" 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="Antialiasing Enable" dword="2" bits="31:31" type="bool" />
|
|
<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="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">
|
|
<value name="Vertex 0" value="0" />
|
|
<value name="Vertex 1" value="1" />
|
|
<value name="Vertex 2" value="2" />
|
|
</field>
|
|
<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">
|
|
<value name="Vertex 0" value="0" />
|
|
<value name="Vertex 1" value="1" />
|
|
<value name="Vertex 2" value="2" />
|
|
</field>
|
|
<field name="Last Pixel Enable" dword="3" bits="31:31" type="bool" />
|
|
<field name="Global Depth Offset Constant" dword="4" bits="31:0" type="float" />
|
|
<field name="Global Depth Offset Scale" dword="5" bits="31:0" type="float" />
|
|
<field name="Global Depth Offset Clamp" dword="6" bits="31:0" type="float" />
|
|
</instruction>
|
|
<instruction name="3DSTATE_STENCIL_BUFFER" 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="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:25" type="uint" nonzero="true" />
|
|
<field name="Stencil Buffer Enable" dword="1" bits="31:31" type="bool" />
|
|
<field name="Surface Base Address" dword="2" bits="31:0" type="address" />
|
|
</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="30: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="30: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="30: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="30:25" type="uint" />
|
|
</instruction>
|
|
<instruction name="3DSTATE_VF" bias="2" length="2" engine="render">
|
|
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" />
|
|
<field name="Indexed Draw Cut Index Enable" dword="0" bits="8:8" type="bool" />
|
|
<field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="12" />
|
|
<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="Cut Index" dword="1" bits="31:0" type="uint" />
|
|
</instruction>
|
|
<instruction name="3DSTATE_VS" 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="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="31:6" type="offset" />
|
|
<field name="Software Exception Enable" dword="2" bits="7:7" type="bool" />
|
|
<field name="VS accesses UAV" dword="2" bits="12:12" 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="Binding Table Entry Count" dword="2" bits="25:18" type="uint" />
|
|
<field name="Sampler Count" dword="2" 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="2" bits="30:30" type="bool" />
|
|
<field name="Single Vertex Dispatch" dword="2" bits="31:31" type="bool" />
|
|
<field name="Per-Thread Scratch Space" dword="3" bits="3:0" type="uint" />
|
|
<field name="Scratch Space Base Pointer" dword="3" bits="31:10" type="address" />
|
|
<field name="Vertex URB Entry Read Offset" dword="4" bits="9:4" type="uint" />
|
|
<field name="Vertex URB Entry Read Length" dword="4" bits="16:11" type="uint" />
|
|
<field name="Dispatch GRF Start Register For URB Data" dword="4" bits="24:20" type="uint" />
|
|
<field name="Enable" dword="5" bits="0:0" type="bool" />
|
|
<field name="Vertex Cache Disable" dword="5" bits="1:1" type="bool" />
|
|
<field name="Statistics Enable" dword="5" bits="10:10" type="bool" />
|
|
<field name="Maximum Number of Threads" dword="5" bits="31:23" type="uint" />
|
|
</instruction>
|
|
<instruction name="3DSTATE_WM" 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="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="Multisample Rasterization Mode" dword="1" bits="1:0" 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="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="RT Independent Rasterization Enable" dword="1" bits="5:5" 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" />
|
|
<field name="Pixel Shader Uses Input Coverage Mask" dword="1" bits="10:10" type="bool" />
|
|
<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="Pixel Shader Uses Source W" dword="1" bits="19:19" type="bool" />
|
|
<field name="Pixel Shader Uses Source Depth" dword="1" bits="20:20" type="bool" />
|
|
<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="Pixel Shader Computed Depth Mode" dword="1" bits="24:23" 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="25:25" type="bool" />
|
|
<field name="Legacy Diamond Line Rasterization" 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="Thread Dispatch Enable" dword="1" bits="29:29" type="bool" />
|
|
<field name="Depth Buffer Clear" dword="1" bits="30:30" type="bool" />
|
|
<field name="Statistics Enable" dword="1" bits="31:31" type="bool" />
|
|
<field name="PS UAV-only" dword="2" bits="30:30" type="uint">
|
|
<value name="OFF" value="0" />
|
|
<value name="ON" value="1" />
|
|
</field>
|
|
<field name="Multisample Dispatch Mode" dword="2" bits="31:31" type="uint">
|
|
<value name="MSDISPMODE_PERSAMPLE" value="0" />
|
|
<value name="MSDISPMODE_PERPIXEL" value="1" />
|
|
</field>
|
|
</instruction>
|
|
<instruction name="GPGPU_CSR_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="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="31:12" type="address" />
|
|
</instruction>
|
|
<instruction name="GPGPU_OBJECT" bias="2" length="8" engine="render">
|
|
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="6" />
|
|
<field name="Predicate Enable" dword="0" bits="8:8" type="bool" />
|
|
<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="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="Shared Local Memory Fixed Offset" dword="1" bits="7:7" type="uint" />
|
|
<field name="Indirect Data Length" dword="2" bits="16:0" type="uint" />
|
|
<field name="Half-Slice Destination Select" dword="2" bits="18:17" type="uint">
|
|
<value name="Half-Slice 1" value="2" />
|
|
<value name="Half-Slice 0" value="1" />
|
|
<value name="Either Half-Slice" value="0" />
|
|
</field>
|
|
<field name="Slice Destination Select" dword="2" bits="19:19" type="uint">
|
|
<value name="Slice 0" value="0" />
|
|
<value name="Slice 1" value="1" />
|
|
</field>
|
|
<field name="End of Thread Group" dword="2" bits="24:24" type="uint" />
|
|
<field name="Shared Local Memory Offset" dword="2" bits="31:28" type="uint" />
|
|
<field name="Indirect Data Start Address" dword="3" bits="31:0" type="offset" />
|
|
<field name="Thread Group ID X" dword="4" bits="31:0" type="uint" />
|
|
<field name="Thread Group ID Y" dword="5" bits="31:0" type="uint" />
|
|
<field name="Thread Group ID Z" dword="6" bits="31:0" type="uint" />
|
|
<field name="Execution Mask" dword="7" bits="31:0" type="uint" />
|
|
</instruction>
|
|
<instruction name="GPGPU_WALKER" bias="2" length="11" engine="render">
|
|
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="9" />
|
|
<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 A" 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="Thread Width Counter Maximum" dword="2" bits="5:0" type="uint" />
|
|
<field name="Thread Height Counter Maximum" dword="2" bits="13:8" type="uint" />
|
|
<field name="Thread Depth Counter Maximum" dword="2" bits="21:16" type="uint" />
|
|
<field name="SIMD Size" dword="2" 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="3" bits="31:0" type="uint" />
|
|
<field name="Thread Group ID X Dimension" dword="4" bits="31:0" type="uint" />
|
|
<field name="Thread Group ID Starting Y" dword="5" bits="31:0" type="uint" />
|
|
<field name="Thread Group ID Y Dimension" dword="6" bits="31:0" type="uint" />
|
|
<field name="Thread Group ID Starting Z" dword="7" bits="31:0" type="uint" />
|
|
<field name="Thread Group ID Z Dimension" dword="8" bits="31:0" type="uint" />
|
|
<field name="Right Execution Mask" dword="9" bits="31:0" type="uint" />
|
|
<field name="Bottom Execution Mask" dword="10" 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="Half-Slice Destination Select" dword="2" bits="18:17" type="uint">
|
|
<value name="Half-Slice 1" value="2" />
|
|
<value name="Half-Slice 0" value="1" />
|
|
<value name="Either half-slice" value="0" />
|
|
</field>
|
|
<field name="Slice Destination Select" dword="2" bits="19:19" type="uint">
|
|
<value name="Slice 0" value="0" />
|
|
<value name="Slice 1" value="1" />
|
|
<value name="Either Slice" value="0" />
|
|
</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="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_PRT" bias="2" length="16" engine="render">
|
|
<field name="DWord Length" dword="0" bits="15:0" type="uint" default="14" />
|
|
<field name="SubOpcode" dword="0" bits="23:16" type="uint" default="2" />
|
|
<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="PRT_FenceType" dword="2" bits="22:22" type="uint">
|
|
<value name="Root thread queue" value="0" />
|
|
<value name="VFE state flush" value="1" />
|
|
</field>
|
|
<field name="PRT_Fence Needed" dword="2" bits="23:23" type="bool" />
|
|
<field name="Children Present" dword="2" bits="31:31" type="bool" />
|
|
<group count="12" dword="4" 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="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="Quad Mode" dword="6" bits="29:29" type="uint" />
|
|
<field name="Repel" dword="6" bits="30:30" type="uint" />
|
|
<field name="Dual Mode" dword="6" bits="31:31" 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" />
|
|
<field name="Disable Preemption" dword="1" bits="8:8" type="bool" />
|
|
</instruction>
|
|
<instruction name="MEDIA_VFE_STATE" bias="2" length="8" engine="render">
|
|
<field name="DWord Length" dword="0" bits="15:0" type="uint" default="6" />
|
|
<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="31:10" type="address" />
|
|
<field name="GPGPU Mode" dword="2" bits="2:2" type="bool" />
|
|
<field name="Bypass Gateway Control" dword="2" 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="2" 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="2" bits="15:8" type="uint" />
|
|
<field name="Maximum Number of Threads" dword="2" bits="31:16" type="uint" />
|
|
<field name="Half-Slice Disable" dword="3" bits="1:0" type="uint" />
|
|
<field name="CURBE Allocation Size" dword="4" bits="15:0" type="uint" />
|
|
<field name="URB Entry Allocation Size" dword="4" bits="31:16" type="uint" />
|
|
<field name="Scoreboard Mask" dword="5" bits="7:0" type="uint" />
|
|
<field name="Scoreboard Type" dword="5" bits="30:30" type="uint">
|
|
<value name="Stalling Scoreboard" value="0" />
|
|
<value name="Non-Stalling Scoreboard" value="1" />
|
|
</field>
|
|
<field name="Scoreboard Enable" dword="5" bits="31:31" type="uint">
|
|
<value name="Scoreboard disabled" value="0" />
|
|
<value name="Scoreboard enabled" value="1" />
|
|
</field>
|
|
<field name="Scoreboard 0 Delta X" dword="6" bits="3:0" type="int" />
|
|
<field name="Scoreboard 0 Delta Y" dword="6" bits="7:4" type="int" />
|
|
<field name="Scoreboard 1 Delta X" dword="6" bits="11:8" type="int" />
|
|
<field name="Scoreboard 1 Delta Y" dword="6" bits="15:12" type="int" />
|
|
<field name="Scoreboard 2 Delta X" dword="6" bits="19:16" type="int" />
|
|
<field name="Scoreboard 2 Delta Y" dword="6" bits="23:20" type="int" />
|
|
<field name="Scoreboard 3 Delta X" dword="6" bits="27:24" type="int" />
|
|
<field name="Scoreboard 3 Delta Y" dword="6" bits="31:28" type="int" />
|
|
<field name="Scoreboard 4 Delta X" dword="7" bits="3:0" type="int" />
|
|
<field name="Scoreboard 4 Delta Y" dword="7" bits="7:4" type="int" />
|
|
<field name="Scoreboard 5 Delta X" dword="7" bits="11:8" type="int" />
|
|
<field name="Scoreboard 5 Delta Y" dword="7" bits="15:12" type="int" />
|
|
<field name="Scoreboard 6 Delta X" dword="7" bits="19:16" type="int" />
|
|
<field name="Scoreboard 6 Delta Y" dword="7" bits="23:20" type="int" />
|
|
<field name="Scoreboard 7 Delta X" dword="7" bits="27:24" type="int" />
|
|
<field name="Scoreboard 7 Delta Y" dword="7" bits="31:28" type="int" />
|
|
</instruction>
|
|
<instruction name="MFC_AVC_PAK_OBJECT" bias="2" length="12" engine="video">
|
|
<field name="DWord Length" dword="0" bits="11:0" type="uint" default="10" />
|
|
<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="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="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" />
|
|
<group count="8" dword="3" size="32">
|
|
<field name="Inline Data" dword="0" bits="31:0" type="uint" />
|
|
</group>
|
|
</instruction>
|
|
<instruction name="MFD_AVC_DPB_STATE" bias="2" length="27" engine="video">
|
|
<field name="DWord Length" dword="0" bits="11:0" type="uint" default="9" />
|
|
<field name="SubOpcode B" dword="0" bits="20:16" type="uint" default="6" />
|
|
<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="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="1">
|
|
<field name="Non-Existing Frame" dword="0" bits="0:0" type="uint">
|
|
<value name="INVALID" value="1" />
|
|
<value name="VALID" value="0" />
|
|
</field>
|
|
</group>
|
|
<group count="16" dword="1" offset_bits="16" size="1">
|
|
<field name="Long Term Frame" dword="0" bits="0:0" type="uint" />
|
|
</group>
|
|
<group count="16" dword="2" size="2">
|
|
<field name="Used for Reference" dword="0" bits="1:0" type="uint">
|
|
<value name="NOT_REFERENCE" value="0" />
|
|
<value name="TOP_FIELD" value="1" />
|
|
<value name="BOTTOM_FIELD" value="2" />
|
|
<value name="FRAME" value="3" />
|
|
</field>
|
|
</group>
|
|
<group count="16" dword="3" size="16">
|
|
<field name="LTST Frame Number List" dword="0" bits="15:0" type="uint" prefix="LTST">
|
|
<value name="Long Term Frame" value="1" />
|
|
<value name="Short Term Frame" value="0" />
|
|
</field>
|
|
</group>
|
|
<group count="16" dword="11" size="16">
|
|
<field name="View ID" dword="0" bits="15:0" type="uint" />
|
|
</group>
|
|
<group count="16" dword="19" size="8">
|
|
<field name="L0 View Order" dword="0" bits="7:0" type="uint" />
|
|
</group>
|
|
<group count="16" dword="23" size="8">
|
|
<field name="L1 View Order" dword="0" bits="7:0" type="uint" />
|
|
</group>
|
|
</instruction>
|
|
<instruction name="MFD_AVC_PICID_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="5" />
|
|
<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="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="PictureID Remapping Disable" dword="1" bits="0:0" type="uint">
|
|
<value name="Use 16 bits Picture ID" value="0" />
|
|
<value name="Use 4 bits FrameStoreID" value="1" />
|
|
</field>
|
|
<group count="16" dword="2" size="16">
|
|
<field name="Picture ID" dword="0" bits="15:0" type="uint" />
|
|
</group>
|
|
</instruction>
|
|
<instruction name="MFD_VC1_BSD_OBJECT" 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="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="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="Indirect BSD Data Length" dword="1" bits="23:0" type="uint" />
|
|
<field name="Indirect BSD Data Start Address" dword="2" bits="28:0" type="offset" />
|
|
<field name="Next Slice Vertical Position" dword="3" bits="8:0" type="uint" />
|
|
<field name="Slice Start Vertical Position" dword="3" bits="23:16" type="uint" />
|
|
<field name="First MB Bit Offset" dword="4" bits="2:0" type="uint" />
|
|
<field name="Emulation Prevention Byte Present" dword="4" bits="4:4" type="uint" />
|
|
<field name="First MB Byte Offset of Slice Data or Slice Header" dword="4" bits="31:16" type="uint" />
|
|
</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 (Write) - Address" dword="34" bits="63:0" type="address" />
|
|
<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="Inter MB Force CBP to Zero Control" dword="5" bits="12:12" type="bool" />
|
|
<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 - MOCS" dword="1" bits="3:0" type="uint" nonzero="true" />
|
|
<field name="BSD/MPC Row Store Scratch Buffer - Arbitration Priority Control" dword="1" bits="5:4" 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="BSD/MPC Row Store Scratch Buffer - Address" dword="1" bits="31:6" type="address" />
|
|
<field name="MPR Row Store Scratch Buffer - MOCS" dword="4" bits="3:0" type="uint" nonzero="true" />
|
|
<field name="MPR Row Store Scratch Buffer - Arbitration Priority Control" dword="4" bits="5:4" 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="31:6" type="address" />
|
|
<field name="Bitplane Read Buffer - MOCS" dword="7" bits="3:0" type="uint" nonzero="true" />
|
|
<field name="Bitplane Read Buffer - Arbitration Priority Control" dword="7" bits="5:4" 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="31:6" type="uint" />
|
|
</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 - MOCS" dword="1" bits="3:0" type="uint" nonzero="true" />
|
|
<field name="Pre Deblocking Source - Arbitration Priority Control" dword="1" bits="5:4" 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="Pre Deblocking Source - Address" dword="1" bits="31:6" type="address" />
|
|
<field name="Deblocking Control - MOCS" dword="4" bits="3:0" type="uint" nonzero="true" />
|
|
<field name="Deblocking Control - Arbitration Priority Control" dword="4" bits="5:4" 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="31:6" type="address" />
|
|
<field name="Deblocking Destination - MOCS" dword="7" bits="3:0" type="uint" nonzero="true" />
|
|
<field name="Deblocking Destination - Arbitration Priority Control" dword="7" bits="5:4" 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="31:6" type="address" />
|
|
<field name="Deblock Row Store - MOCS" dword="10" bits="3:0" type="uint" nonzero="true" />
|
|
<field name="Deblock Row Store - Arbitration Priority Control" dword="10" bits="5:4" 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="31:6" type="address" />
|
|
</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 - MOCS" dword="1" bits="3:0" type="uint" nonzero="true" />
|
|
<field name="MFX Indirect Bitstream Object - Arbitration Priority Control" dword="1" bits="5:4" 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="MFX Indirect Bitstream Object - Address" dword="1" bits="31:12" type="address" />
|
|
<field name="MFX Indirect Bitstream Object - Access Upper Bound" dword="4" bits="31:12" type="address" />
|
|
<field name="MFX Indirect MV Object - MOCS" dword="6" bits="3:0" type="uint" nonzero="true" />
|
|
<field name="MFX Indirect MV Object - Arbitration Priority Control" dword="6" bits="5:4" 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="MFX Indirect MV Object - Address" dword="6" bits="31:12" type="address" />
|
|
<field name="MFX Indirect MV Object - Access Upper Bound" dword="9" bits="31:12" type="address" />
|
|
<field name="MFD Indirect IT-COEFF Object - MOCS" dword="11" bits="3:0" type="uint" nonzero="true" />
|
|
<field name="MFD Indirect IT-COEFF Object - Arbitration Priority Control" dword="11" bits="5:4" 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="MFD Indirect IT-COEFF Object - Address" dword="11" bits="31:12" type="address" />
|
|
<field name="MFD Indirect IT-COEFF Object - Access Upper Bound" dword="14" bits="31:12" type="address" />
|
|
<field name="MFD Indirect IT-DBLK Object - MOCS" dword="16" bits="3:0" type="uint" nonzero="true" />
|
|
<field name="MFD Indirect IT-DBLK Object - Arbitration Priority Control" dword="16" bits="5:4" 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="MFD Indirect IT-DBLK Object - Address" dword="16" bits="31:12" type="address" />
|
|
<field name="MFD Indirect IT-DBLK Object - Access Upper Bound" dword="19" bits="31:12" type="address" />
|
|
<field name="MFC Indirect PAK-BSE Object - MOCS" dword="21" bits="3:0" type="uint" nonzero="true" />
|
|
<field name="MFC Indirect PAK-BSE Object - Arbitration Priority Control" dword="21" bits="5:4" 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="MFC Indirect PAK-BSE Object - Address" dword="21" bits="31:12" 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="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_MPEG2_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="3" />
|
|
<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="Scan Order" dword="1" bits="6:6" type="uint">
|
|
<value name="MPEG_ZIGZAG_SCAN" value="0" />
|
|
<value name="MPEG_ALTERNATE_VERTICAL_SCAN" value="1" />
|
|
</field>
|
|
<field name="Intra VLC Format" dword="1" bits="7:7" type="uint" />
|
|
<field name="Quantizer Scale Type" dword="1" bits="8:8" type="uint">
|
|
<value name="MPEG_QSCALE_LINEAR" value="0" />
|
|
<value name="MPEG_QSCALE_NONLINEAR" value="1" />
|
|
</field>
|
|
<field name="Concealment MV" dword="1" bits="9:9" type="bool" />
|
|
<field name="Frame Prediction Frame DCT" dword="1" bits="10:10" type="uint" />
|
|
<field name="Top Field First" dword="1" bits="11:11" type="bool" />
|
|
<field name="Picture Structure" dword="1" bits="13:12" type="uint">
|
|
<value name="MPEG_TOP_FIELD" value="1" />
|
|
<value name="MPEG_BOTTOM_FIELD" value="2" />
|
|
<value name="MPEG_FRAME" value="3" />
|
|
</field>
|
|
<field name="Intra DC Precision" dword="1" bits="15:14" type="uint" />
|
|
<field name="F_code[0][0]" dword="1" bits="19:16" type="uint" />
|
|
<field name="F_code[0][1]" dword="1" bits="23:20" type="uint" />
|
|
<field name="F_code[1][0]" dword="1" bits="27:24" type="uint" />
|
|
<field name="F_code[1][1]" dword="1" bits="31:28" type="uint" />
|
|
<field name="Disable Mismatch" dword="2" bits="0:0" type="bool" />
|
|
<field name="Mismatch Control Disable" dword="2" bits="1:1" type="bool" />
|
|
<field name="Picture Coding Type" dword="2" bits="10:9" type="uint">
|
|
<value name="MPEG_I_PICTURE" value="1" />
|
|
<value name="MPEG_P_PICTURE" value="2" />
|
|
<value name="MPEG_B_PICTURE" value="3" />
|
|
</field>
|
|
<field name="Load Bitstream Pointer Per Slice" dword="2" bits="14:14" type="bool" />
|
|
<field name="P/B Slice Predicted MV Override" dword="2" bits="24:24" type="uint">
|
|
<value name="Predicted" value="0" />
|
|
<value name="ZERO" value="1" />
|
|
</field>
|
|
<field name="P/B Slice Predicted Bi-direction MV Type Override" dword="2" bits="26:25" type="uint" prefix="MPEG2_MVTO">
|
|
<value name="BID" value="0" />
|
|
<value name="RESERVED" value="1" />
|
|
<value name="FWD" value="2" />
|
|
<value name="BWD" value="3" />
|
|
</field>
|
|
<field name="P/B Slice Concealment Mode" dword="2" bits="29:28" type="uint" prefix="MPEG2_CM">
|
|
<value name="INTER" value="0" />
|
|
<value name="LEFT" value="1" />
|
|
<value name="ZERO" value="2" />
|
|
<value name="INTRA" value="3" />
|
|
</field>
|
|
<field name="I Slice Concealment Mode" dword="2" bits="31:31" type="uint" prefix="MPEG2_CM">
|
|
<value name="Intra Concealment" value="0" />
|
|
<value name="Inter Concealment" value="1" />
|
|
</field>
|
|
<field name="Frame Width In MBs" dword="3" bits="7:0" type="uint" />
|
|
<field name="Frame Height In MBs" dword="3" bits="23:16" type="uint" />
|
|
<field name="Slice Concealment Disable" dword="3" bits="31:31" type="bool" />
|
|
<field name="Round Intra DC" dword="4" bits="2:1" type="uint" />
|
|
<field name="Round Inter DC" dword="4" bits="6:4" type="uint" />
|
|
<field name="Round Intra AC" dword="4" bits="10:8" type="uint" />
|
|
<field name="Round Inter AC," dword="4" bits="14:12" type="uint" />
|
|
<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="uint" />
|
|
<field name="Inter MB Max Bit Control" dword="5" bits="1:1" type="uint" />
|
|
<field name="Frame Bitrate Max Report" dword="5" bits="2:2" type="uint" />
|
|
<field name="Frame Bitrate Min Report" dword="5" bits="3:3" type="uint" />
|
|
<field name="MBRateControlMask" dword="5" bits="9:9" type="uint" />
|
|
<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="Inter MB Force CBP to Zero Control" dword="5" bits="12:12" type="uint" />
|
|
<field name="Frame Size Control" dword="5" bits="16:16" type="uint" />
|
|
<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="int" />
|
|
<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" />
|
|
</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 - MOCS" dword="1" bits="3:0" type="uint" nonzero="true" />
|
|
<field name="Pre Deblocking Destination - Arbitration Priority Control" dword="1" bits="5:4" 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="Pre Deblocking Destination - Address" dword="1" bits="31:6" type="address" />
|
|
<field name="Post Deblocking Destination - MOCS" dword="4" bits="3:0" type="uint" nonzero="true" />
|
|
<field name="Post Deblocking Destination - Arbitration Priority Control" dword="4" bits="5:4" 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="31:6" type="address" />
|
|
<field name="Original Uncompressed Picture Source - MOCS" dword="7" bits="3:0" type="uint" nonzero="true" />
|
|
<field name="Original Uncompressed Picture Source - Arbitration Priority Control" dword="7" bits="5:4" 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="31:6" type="address" />
|
|
<field name="Stream-Out Data Destination - MOCS" dword="10" bits="3:0" type="uint" nonzero="true" />
|
|
<field name="Stream-Out Data Destination - Arbitration Priority Control" dword="10" bits="5:4" 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="31:6" type="address" />
|
|
<field name="Intra Row Store Scratch Buffer - MOCS" dword="13" bits="3:0" type="uint" nonzero="true" />
|
|
<field name="Intra Row Store Scratch Buffer - Arbitration Priority Control" dword="13" bits="5:4" 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" dword="13" bits="31:6" type="address" />
|
|
<field name="Deblocking Filter Row Store Scratch - MOCS" dword="16" bits="3:0" type="uint" nonzero="true" />
|
|
<field name="Deblocking Filter Row Store Scratch - Arbitration Priority Control" dword="16" bits="5:4" 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" dword="16" bits="31:6" type="address" />
|
|
<group count="16" dword="19" size="64">
|
|
<field name="Reference Picture - Address" dword="0" bits="63:0" type="address" />
|
|
</group>
|
|
<field name="MB Status Buffer - MOCS" dword="52" bits="3:0" type="uint" nonzero="true" />
|
|
<field name="MB Status Buffer - Arbitration Priority Control" dword="52" bits="5:4" 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="31:6" type="address" />
|
|
<field name="MB ILDB Stream-Out Buffer - MOCS" dword="55" bits="3:0" type="uint" nonzero="true" />
|
|
<field name="MB ILDB Stream-Out Buffer - Arbitration Priority Control" dword="55" bits="5:4" 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="31:6" type="address" />
|
|
<field name="Second MB ILDB Stream-Out Buffer - Arbitration Priority Control" dword="58" bits="5:4" 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" dword="58" bits="31:6" type="address" />
|
|
</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" />
|
|
</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_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 - MOCS" dword="1" bits="3:0" type="uint" nonzero="true" />
|
|
<field name="Direct MV Write Buffer - Arbitration Priority Control" dword="1" bits="5:4" 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="Direct MV Write Buffer - Address" dword="1" bits="31:6" type="address" />
|
|
<field name="Direct MV Read Buffer - MOCS" dword="4" bits="3:0" type="uint" nonzero="true" />
|
|
<field name="Direct MV Read Buffer - Arbitration Priority Control" dword="4" bits="5:4" 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="Direct MV Read Buffer - Address" dword="4" bits="31:6" type="address" />
|
|
</instruction>
|
|
<instruction name="MFX_WAIT" bias="1" length="1" engine="video">
|
|
<field name="DWord Length" dword="0" bits="5:0" type="uint" default="0" />
|
|
<field name="MFX Sync Control Flag" dword="0" bits="8:8" type="uint" />
|
|
<field name="SubOpcode" dword="0" bits="26:16" type="uint" default="0" />
|
|
<field name="Command Subtype" dword="0" bits="28:27" type="uint" default="1" />
|
|
<field name="Command Type" dword="0" bits="31:29" type="uint" default="3" />
|
|
</instruction>
|
|
<instruction name="MI_BATCH_BUFFER_START" bias="2" length="2">
|
|
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" />
|
|
<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="Clear Command Buffer Enable" dword="0" bits="11:11" type="bool" />
|
|
<field name="Non-Privileged" dword="0" bits="13:13" 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="31:2" type="address" />
|
|
</instruction>
|
|
<instruction name="MI_LOAD_REGISTER_REG" bias="2" length="3">
|
|
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="1" />
|
|
<field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="42" />
|
|
<field name="Command Type" dword="0" bits="31:29" type="uint" default="0" />
|
|
<field name="Source Register Address" dword="1" bits="22:2" type="offset" />
|
|
<field name="Destination Register Address" dword="2" bits="22:2" type="offset" />
|
|
</instruction>
|
|
<instruction name="MI_LOAD_SCAN_LINES_EXCL" bias="2" length="2" engine="render">
|
|
<field name="DWord Length" dword="0" bits="5:0" type="uint" default="0" />
|
|
<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="19" />
|
|
<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_SCAN_LINES_INCL" bias="2" length="2" engine="render">
|
|
<field name="DWord Length" dword="0" bits="5:0" type="uint" default="0" />
|
|
<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="3">
|
|
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="1" />
|
|
<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="31:6" type="address" />
|
|
</instruction>
|
|
<instruction name="MI_MATH" bias="2" engine="render">
|
|
<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="3" engine="render">
|
|
<field name="DWord Length" dword="0" bits="5:0" type="uint" default="1" />
|
|
<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="31:6" type="address" />
|
|
<field name="Report ID" dword="2" bits="31:0" type="uint" />
|
|
</instruction>
|
|
<instruction name="MI_RS_CONTEXT" bias="1" length="1" engine="render">
|
|
<field name="Resource Streamer Save" dword="0" bits="0:0" type="uint" prefix="RS">
|
|
<value name="Restore" value="0" />
|
|
<value name="Save" value="1" />
|
|
</field>
|
|
<field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="15" />
|
|
<field name="Command Type" dword="0" bits="31:29" type="uint" default="0" />
|
|
</instruction>
|
|
<instruction name="MI_RS_CONTROL" bias="1" length="1" engine="render">
|
|
<field name="Resource Streamer Control" dword="0" bits="0:0" type="uint" prefix="RS">
|
|
<value name="Stop" value="0" />
|
|
<value name="Start" value="1" />
|
|
</field>
|
|
<field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="6" />
|
|
<field name="Command Type" dword="0" bits="31:29" type="uint" default="0" />
|
|
</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="2" bits="0:0" type="uint" />
|
|
<field name="Destination Address" dword="2" bits="31:2" type="address" />
|
|
<field name="Data DWord 0" dword="3" bits="31:0" type="uint" />
|
|
</instruction>
|
|
<instruction name="MI_SEMAPHORE_MBOX" bias="2" length="3">
|
|
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="1" />
|
|
<field name="General Register Select" dword="0" bits="13:8" type="uint" />
|
|
<field name="Register Select" dword="0" bits="17:16" type="uint">
|
|
<value name="RVSYNC" value="0" />
|
|
<value name="RVESYNC" value="1" />
|
|
<value name="RBSYNC" value="2" />
|
|
<value name="Use General Register Select" value="3" />
|
|
</field>
|
|
<field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="22" />
|
|
<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" />
|
|
</instruction>
|
|
<instruction name="MI_SET_CONTEXT" bias="2" length="2" engine="render">
|
|
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" />
|
|
<field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="24" />
|
|
<field name="Command Type" dword="0" bits="31:29" type="uint" default="0" />
|
|
<field name="Restore Inhibit" dword="1" bits="0:0" type="uint" />
|
|
<field name="Force Restore" dword="1" bits="1:1" type="uint" />
|
|
<field name="Resource Streamer State Restore Enable" dword="1" bits="2:2" type="bool" />
|
|
<field name="Resource Streamer State Save Enable" dword="1" bits="3:3" type="bool" />
|
|
<field name="Core Mode Enable" dword="1" bits="4:4" type="bool" />
|
|
<field name="Reserved, Must be 1" dword="1" bits="8:8" type="uint" />
|
|
<field name="Logical Context Address" dword="1" bits="31:12" type="address" />
|
|
</instruction>
|
|
<instruction name="MI_SET_PREDICATE" bias="1" length="1">
|
|
<field name="PREDICATE ENABLE" dword="0" bits="1:0" type="uint" />
|
|
<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_REGISTER_MEM" bias="2" length="3">
|
|
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="1" />
|
|
<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="31:2" type="address" />
|
|
</instruction>
|
|
<instruction name="MI_STORE_URB_MEM" bias="2" length="3" engine="render">
|
|
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="1" />
|
|
<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="31:6" type="address" />
|
|
</instruction>
|
|
<instruction name="MI_URB_ATOMIC_ALLOC" bias="1" length="1" engine="render">
|
|
<field name="URB Atomic Storage Size" dword="0" bits="8:0" type="uint" />
|
|
<field name="URB Atomic Storage Offset" dword="0" bits="19:12" type="uint" />
|
|
<field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="9" />
|
|
<field name="Command Type" dword="0" bits="31:29" type="uint" default="0" />
|
|
</instruction>
|
|
<instruction name="MI_URB_CLEAR" bias="2" length="2" engine="render">
|
|
<field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" />
|
|
<field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="25" />
|
|
<field name="Command Type" dword="0" bits="31:29" type="uint" default="0" />
|
|
<field name="URB Address" dword="1" bits="14:0" type="offset" />
|
|
<field name="URB Clear Length" dword="1" bits="29:16" type="uint" />
|
|
</instruction>
|
|
<instruction name="STATE_BASE_ADDRESS" 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="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="Stateless Data Port Access MOCS" dword="1" bits="7:4" type="uint" nonzero="true" />
|
|
<field name="General State MOCS" dword="1" bits="11:8" type="uint" nonzero="true" />
|
|
<field name="General State Base Address" dword="1" bits="31:12" type="address" />
|
|
<field name="Surface State Base Address Modify Enable" dword="2" bits="0:0" type="bool" />
|
|
<field name="Surface State MOCS" dword="2" bits="11:8" type="uint" nonzero="true" />
|
|
<field name="Surface State Base Address" dword="2" bits="31:12" type="address" />
|
|
<field name="Dynamic State Base Address Modify Enable" dword="3" bits="0:0" type="bool" />
|
|
<field name="Dynamic State MOCS" dword="3" bits="11:8" type="uint" nonzero="true" />
|
|
<field name="Dynamic State Base Address" dword="3" bits="31:12" type="address" />
|
|
<field name="Indirect Object Base Address Modify Enable" dword="4" bits="0:0" type="bool" />
|
|
<field name="Indirect Object MOCS" dword="4" bits="11:8" type="uint" nonzero="true" />
|
|
<field name="Indirect Object Base Address" dword="4" bits="31:12" type="address" />
|
|
<field name="Instruction Base Address Modify Enable" dword="5" bits="0:0" type="bool" />
|
|
<field name="Instruction MOCS" dword="5" bits="11:8" type="uint" nonzero="true" />
|
|
<field name="Instruction Base Address" dword="5" bits="31:12" type="address" />
|
|
<field name="General State Access Upper Bound Modify Enable" dword="6" bits="0:0" type="bool" />
|
|
<field name="General State Access Upper Bound" dword="6" bits="31:12" type="address" />
|
|
<field name="Dynamic State Access Upper Bound Modify Enable" dword="7" bits="0:0" type="bool" />
|
|
<field name="Dynamic State Access Upper Bound" dword="7" bits="31:12" type="address" />
|
|
<field name="Indirect Object Access Upper Bound Modify Enable" dword="8" bits="0:0" type="bool" />
|
|
<field name="Indirect Object Access Upper Bound" dword="8" bits="31:12" type="address" />
|
|
<field name="Instruction Access Upper Bound Modify Enable" dword="9" bits="0:0" type="bool" />
|
|
<field name="Instruction Access Upper Bound" dword="9" bits="31:12" type="address" />
|
|
</instruction>
|
|
<register name="BCS_INSTDONE" length="1" num="0x2206c">
|
|
<field name="Ring Enable" dword="0" bits="0:0" type="bool" />
|
|
<field name="Blitter IDLE" dword="0" bits="1:1" type="bool" default="1" />
|
|
<field name="GAB IDLE" dword="0" bits="2:2" type="bool" default="1" />
|
|
<field name="BCS Done" dword="0" bits="3:3" type="bool" default="1" />
|
|
</register>
|
|
<register name="CHICKEN3" length="1" num="0xe49c">
|
|
<field name="L3 Atomic Disable" dword="0" bits="6:6" type="uint" />
|
|
<field name="L3 Atomic Disable Mask" dword="0" bits="22:22" type="uint" />
|
|
</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="Context Page Fault Error" dword="0" bits="1:1" type="bool" />
|
|
<field name="Invalid Page Directory entry error" dword="0" bits="2:2" type="bool" />
|
|
<field name="Hardware Status Page Fault Error" dword="0" bits="3:3" type="bool" />
|
|
<field name="TLB Page VTD Translation Error" dword="0" bits="4:4" type="bool" />
|
|
<field name="Context Page VTD Translation Error" dword="0" bits="5:5" type="bool" />
|
|
<field name="Page Directory Entry VTD Translation Error" dword="0" bits="6:6" type="bool" />
|
|
<field name="Hardware Status Page VTD Translation Error" dword="0" bits="7:7" type="bool" />
|
|
<field name="Unloaded PD Error" dword="0" bits="8:8" type="bool" />
|
|
<field name="Pending Page Faults" dword="0" bits="15:9" type="uint" />
|
|
</register>
|
|
<register name="INSTDONE_1" length="1" num="0x206c">
|
|
<field name="PRB0 Ring Enable" dword="0" bits="0:0" type="bool" />
|
|
<field name="VFG Done" dword="0" bits="1:1" type="bool" />
|
|
<field name="VS Done" dword="0" bits="2:2" type="bool" />
|
|
<field name="HS Done" dword="0" bits="3:3" type="bool" />
|
|
<field name="TE Done" dword="0" bits="4:4" type="bool" />
|
|
<field name="DS Done" dword="0" bits="5:5" type="bool" />
|
|
<field name="GS Done" dword="0" bits="6:6" type="bool" />
|
|
<field name="SOL Done" dword="0" bits="7:7" type="bool" />
|
|
<field name="CL Done" dword="0" bits="8:8" type="bool" />
|
|
<field name="SF Done" dword="0" bits="9:9" type="bool" />
|
|
<field name="TDG Done" dword="0" bits="12:12" type="bool" />
|
|
<field name="URBM Done" dword="0" bits="13:13" type="bool" />
|
|
<field name="SVG Done" dword="0" bits="14:14" type="bool" />
|
|
<field name="GAFS Done" dword="0" bits="15:15" type="bool" />
|
|
<field name="VFE Done" dword="0" bits="16:16" type="bool" />
|
|
<field name="TSG Done" dword="0" bits="17:17" type="bool" />
|
|
<field name="GAFM Done" dword="0" bits="18:18" type="bool" />
|
|
<field name="GAM Done" dword="0" bits="19:19" type="bool" />
|
|
<field name="RS Done" dword="0" bits="20:20" type="bool" />
|
|
<field name="CS Done" dword="0" bits="21:21" type="bool" />
|
|
<field name="SDE Done" dword="0" bits="22:22" type="bool" />
|
|
<field name="RCCFBC CS Done" dword="0" bits="23:23" type="bool" />
|
|
</register>
|
|
<register name="L3CNTLREG2" length="1" num="0xb020">
|
|
<field name="SLM Enable" dword="0" bits="0:0" type="bool" />
|
|
<field name="URB Allocation" dword="0" bits="6:1" type="uint" />
|
|
<field name="URB Low Bandwidth" dword="0" bits="7:7" type="bool" />
|
|
<field name="RO Allocation" dword="0" bits="19:14" type="uint" />
|
|
<field name="RO Low Bandwidth" dword="0" bits="20:20" type="bool" />
|
|
<field name="DC Allocation" dword="0" bits="26:21" type="uint" />
|
|
<field name="DC Low Bandwidth" dword="0" bits="27:27" type="bool" />
|
|
</register>
|
|
<register name="L3SQCREG1" length="1" num="0xb010">
|
|
<field name="L3SQ High Priority Credit Initialization" dword="0" bits="18:14" type="uint">
|
|
<value name="SQHPCI_DEFAULT" value="0x4" />
|
|
</field>
|
|
<field name="L3SQ General Priority Credit Initialization" dword="0" bits="23:19" type="uint">
|
|
<value name="SQGPCI_DEFAULT" value="0xc" />
|
|
</field>
|
|
<field name="Convert DC_UC" dword="0" bits="24:24" type="bool" />
|
|
<field name="Convert IS_UC" dword="0" bits="25:25" type="bool" />
|
|
<field name="Convert C_UC" dword="0" bits="26:26" type="bool" />
|
|
<field name="Convert T_UC" dword="0" bits="27:27" type="bool" />
|
|
</register>
|
|
<register name="PERFCNT1" length="2" num="0x91b8">
|
|
<field name="Value" dword="0" bits="43:0" type="uint" />
|
|
<field name="Event Selection" dword="1" bits="27:20" type="uint" />
|
|
<field name="Counter Clear" dword="1" bits="28:28" type="bool" />
|
|
<field name="Edge Detect" dword="1" bits="29:29" type="bool" />
|
|
<field name="Overflow Enable" dword="1" bits="30:30" type="bool" />
|
|
<field name="Counter Enable" dword="1" bits="31:31" type="bool" />
|
|
</register>
|
|
<register name="PERFCNT2" length="2" num="0x91c0">
|
|
<field name="Value" dword="0" bits="43:0" type="uint" />
|
|
<field name="Event Selection" dword="1" bits="27:20" type="uint" />
|
|
<field name="Counter Clear" dword="1" bits="28:28" type="bool" />
|
|
<field name="Edge Detect" dword="1" bits="29:29" type="bool" />
|
|
<field name="Overflow Enable" dword="1" bits="30:30" type="bool" />
|
|
<field name="Counter Enable" dword="1" bits="31:31" type="bool" />
|
|
</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="DC Done" dword="0" bits="2:2" 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="GW Done" dword="0" bits="8:8" 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="EU04 Done SS0" dword="0" bits="20:20" 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="EU14 Done SS0" dword="0" bits="25:25" 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="FT1 Done" dword="0" bits="19:19" type="bool" />
|
|
<field name="DM1 Done" dword="0" bits="20:20" type="bool" />
|
|
<field name="MT1 Done" dword="0" bits="21:21" type="bool" />
|
|
</register>
|
|
<register name="SCRATCH1" length="1" num="0xb038">
|
|
<field name="L3 Atomic Disable" dword="0" bits="27:27" type="uint" />
|
|
</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" />
|
|
</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="uint" default="1" />
|
|
<field name="QRC Done" dword="0" bits="2:2" type="uint" default="1" />
|
|
<field name="SEC Done" dword="0" bits="3:3" type="uint" default="1" />
|
|
<field name="MPC Done" dword="0" bits="4:4" type="uint" default="1" />
|
|
<field name="VFT Done" dword="0" bits="5:5" type="uint" default="1" />
|
|
<field name="BSP Done" dword="0" bits="6:6" type="uint" default="1" />
|
|
<field name="VLF Done" dword="0" bits="7:7" type="uint" default="1" />
|
|
<field name="VOP Done" dword="0" bits="8:8" type="uint" default="1" />
|
|
<field name="VMC Done" dword="0" bits="9:9" type="uint" default="1" />
|
|
<field name="VIP Done" dword="0" bits="10:10" type="uint" default="1" />
|
|
<field name="VIT Done" dword="0" bits="11:11" type="uint" default="1" />
|
|
<field name="VDS Done" dword="0" bits="12:12" type="uint" default="1" />
|
|
<field name="VMX Done" dword="0" bits="13:13" type="uint" default="1" />
|
|
<field name="VCP Done" dword="0" bits="14:14" type="uint" default="1" />
|
|
<field name="VCD Done" dword="0" bits="15:15" type="uint" default="1" />
|
|
<field name="VAD Done" dword="0" bits="16:16" type="uint" default="1" />
|
|
<field name="VMD Done" dword="0" bits="17:17" type="uint" default="1" />
|
|
<field name="VIS Done" dword="0" bits="18:18" type="uint" default="1" />
|
|
<field name="VAC Done" dword="0" bits="19:19" type="uint" default="1" />
|
|
<field name="VAM Done" dword="0" bits="20:20" type="uint" default="1" />
|
|
<field name="JPG Done" dword="0" bits="21:21" type="uint" default="1" />
|
|
<field name="VBP Done" dword="0" bits="22:22" type="uint" default="1" />
|
|
<field name="VHR Done" dword="0" bits="23:23" type="uint" default="1" />
|
|
<field name="VCI Done" dword="0" bits="24:24" type="uint" default="1" />
|
|
<field name="VCR Done" dword="0" bits="25:25" type="uint" default="1" />
|
|
<field name="VIN Done" dword="0" bits="26:26" type="uint" default="1" />
|
|
<field name="VPR Done" dword="0" bits="27:27" type="uint" default="1" />
|
|
<field name="VTQ Done" dword="0" bits="28:28" type="uint" default="1" />
|
|
<field name="Reserved" dword="0" bits="29:29" type="uint" default="1" />
|
|
<field name="VCS Done" dword="0" bits="30:30" type="uint" default="1" />
|
|
<field name="GAC Done" dword="0" bits="31:31" type="uint" default="1" />
|
|
</register>
|
|
<register name="VECS_FAULT_REG" length="1" num="0x4394">
|
|
<field name="Valid Bit" dword="0" bits="0:0" type="bool" />
|
|
<field name="Fault Type" dword="0" bits="2:1" type="uint">
|
|
<value name="Page Fault" value="0" />
|
|
<value name="Invalid PD Fault" value="1" />
|
|
<value name="Unloaded PD Fault" value="2" />
|
|
<value name="Invalid and Unloaded PD 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="Virtual Address of Fault" dword="0" bits="31:12" type="address" />
|
|
</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="uint" default="1" />
|
|
<field name="GAM Done" dword="0" bits="31:31" type="uint" default="1" />
|
|
</register>
|
|
<register name="VECS_RING_BUFFER_CTL" length="1" num="0x1A03c">
|
|
<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>
|
|
</genxml>
|