diff options
author | Kristian H. Kristensen <[email protected]> | 2016-11-28 16:44:22 -0800 |
---|---|---|
committer | Kristian H. Kristensen <[email protected]> | 2016-11-29 22:02:49 -0800 |
commit | 0799022bf90c82cf1425e35e9dc42eb8bcfb6b54 (patch) | |
tree | 2a1918e19c21bfa5cce5efe1c27a3d878ad3c8d1 /src/intel/genxml/gen75.xml | |
parent | 993babc01432bf7d088bc5433e9b5ac2d6cd0c69 (diff) |
intel/genxml: Use enum 3D_Prim_Topo_Type where applicable
Signed-off-by: Kristian H. Kristensen <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel/genxml/gen75.xml')
-rw-r--r-- | src/intel/genxml/gen75.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/intel/genxml/gen75.xml b/src/intel/genxml/gen75.xml index 2be1cfda338..ec1621bbf37 100644 --- a/src/intel/genxml/gen75.xml +++ b/src/intel/genxml/gen75.xml @@ -832,7 +832,7 @@ <value name="SEQUENTIAL" value="0"/> <value name="RANDOM" value="1"/> </field> - <field name="Primitive Topology Type" start="32" end="37" type="uint"/> + <field name="Primitive Topology Type" start="32" end="37" type="3D_Prim_Topo_Type"/> <field name="Vertex Count Per Instance" start="64" end="95" type="uint"/> <field name="Start Vertex Location" start="96" end="127" type="uint"/> <field name="Instance Count" start="128" end="159" type="uint"/> @@ -1360,7 +1360,7 @@ <field name="Scratch Space Base Pointer" start="106" end="127" type="address"/> <field name="Per-Thread Scratch Space" start="96" end="99" type="uint"/> <field name="Output Vertex Size" start="151" end="156" type="uint"/> - <field name="Output Topology" start="145" end="150" type="uint" prefix="OUTPUT"/> + <field name="Output Topology" start="145" end="150" type="3D_Prim_Topo_Type"/> <field name="Vertex URB Entry Read Length" start="139" end="144" type="uint"/> <field name="Include Vertex Handles" start="138" end="138" type="bool"/> <field name="Vertex URB Entry Read Offset" start="132" end="137" type="uint"/> @@ -2756,7 +2756,7 @@ <instruction name="MI_TOPOLOGY_FILTER" bias="1" length="1"> <field name="Command Type" start="29" end="31" type="uint" default="0"/> <field name="MI Command Opcode" start="23" end="28" type="uint" default="13"/> - <field name="Topology Filter Value" start="0" end="5" type="uint"/> + <field name="Topology Filter Value" start="0" end="5" type="3D_Prim_Topo_Type"/> </instruction> <instruction name="MI_URB_ATOMIC_ALLOC" bias="1" length="1"> |