OSDN Git Service

broadcom/vc5: Mark lookup type as uint, not bool.
authorEric Anholt <eric@anholt.net>
Mon, 23 Oct 2017 19:40:35 +0000 (12:40 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 30 Oct 2017 20:27:03 +0000 (13:27 -0700)
Fixes non-2D texturing.

src/broadcom/cle/v3d_packet_v33.xml

index e6562a2..86fc810 100644 (file)
     <field name="Gather sample mode" size="1" start="4" type="bool"/>
     <field name="Fetch sample mode" size="1" start="3" type="bool"/>
 
-    <field name="Lookup Type" size="3" start="0" type="bool">
+    <field name="Lookup Type" size="3" start="0" type="uint">
       <value name="Texture 2D" value="0"/>
       <value name="Texture 2D array" value="1"/>
       <value name="Texture 3D" value="2"/>