broadcom/vc5: Fix "hardwrae" typo in a field name in XML.

This commit is contained in:
Eric Anholt 2018-02-05 10:11:30 +00:00
parent a1d568c830
commit e29988c908
2 changed files with 2 additions and 2 deletions

View file

@ -756,7 +756,7 @@
<field name="Vertex shader has separate input and output VPM blocks" size="1" start="11" type="bool"/>
<field name="Fragment shader uses real pixel centre W in addition to centroid W2" size="1" start="12" type="bool"/>
<field name="Enable Sample Rate Shading" size="1" start="13" type="bool"/>
<field name="Any shader reads hardwrae-written Primitive ID" size="1" start="14" type="bool"/>
<field name="Any shader reads hardware-written Primitive ID" size="1" start="14" type="bool"/>
<field name="Insert Primitive ID as first varying to fragment shader" size="1" start="15" type="bool"/>
<field name="Turn off scoreboard" size="1" start="16" type="bool"/>
<field name="Do scoreboard wait on first thread switch" size="1" start="17" type="bool"/>

View file

@ -757,7 +757,7 @@
<field name="Vertex shader has separate input and output VPM blocks" size="1" start="11" type="bool"/>
<field name="Fragment shader uses real pixel centre W in addition to centroid W2" size="1" start="12" type="bool"/>
<field name="Enable Sample Rate Shading" size="1" start="13" type="bool"/>
<field name="Any shader reads hardwrae-written Primitive ID" size="1" start="14" type="bool"/>
<field name="Any shader reads hardware-written Primitive ID" size="1" start="14" type="bool"/>
<field name="Insert Primitive ID as first varying to fragment shader" size="1" start="15" type="bool"/>
<field name="Turn off scoreboard" size="1" start="16" type="bool"/>
<field name="Do scoreboard wait on first thread switch" size="1" start="17" type="bool"/>