diff options
author | Kristian H. Kristensen <[email protected]> | 2016-11-28 17:42:46 -0800 |
---|---|---|
committer | Kristian H. Kristensen <[email protected]> | 2016-11-29 22:02:49 -0800 |
commit | 374d19ac005b1aa1e6d4fdb33a652ceb44ed63d0 (patch) | |
tree | 005fa67ac29e167e877156e4644536ee19e80930 /src/intel/genxml/gen9.xml | |
parent | 09fe8ad010261371d222394acbcb871ad007d389 (diff) |
intel/genxml: Use blend function and factor enums where applicable
Signed-off-by: Kristian H. Kristensen <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel/genxml/gen9.xml')
-rw-r--r-- | src/intel/genxml/gen9.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/intel/genxml/gen9.xml b/src/intel/genxml/gen9.xml index 5c910748478..5ba6ba15582 100644 --- a/src/intel/genxml/gen9.xml +++ b/src/intel/genxml/gen9.xml @@ -542,12 +542,12 @@ <field name="Pre-Blend Color Clamp Enable" start="33" end="33" type="bool"/> <field name="Post-Blend Color Clamp Enable" start="32" end="32" type="bool"/> <field name="Color Buffer Blend Enable" start="31" end="31" type="bool"/> - <field name="Source Blend Factor" start="26" end="30" type="uint"/> - <field name="Destination Blend Factor" start="21" end="25" type="uint"/> - <field name="Color Blend Function" start="18" end="20" type="uint"/> - <field name="Source Alpha Blend Factor" start="13" end="17" type="uint"/> - <field name="Destination Alpha Blend Factor" start="8" end="12" type="uint"/> - <field name="Alpha Blend Function" start="5" end="7" type="uint"/> + <field name="Source Blend Factor" start="26" end="30" type="3D_Color_Buffer_Blend_Factor"/> + <field name="Destination Blend Factor" start="21" end="25" type="3D_Color_Buffer_Blend_Factor"/> + <field name="Color Blend Function" start="18" end="20" type="3D_Color_Buffer_Blend_Function"/> + <field name="Source Alpha Blend Factor" start="13" end="17" type="3D_Color_Buffer_Blend_Factor"/> + <field name="Destination Alpha Blend Factor" start="8" end="12" type="3D_Color_Buffer_Blend_Factor"/> + <field name="Alpha Blend Function" start="5" end="7" type="3D_Color_Buffer_Blend_Function"/> <field name="Write Disable Alpha" start="3" end="3" type="bool"/> <field name="Write Disable Red" start="2" end="2" type="bool"/> <field name="Write Disable Green" start="1" end="1" type="bool"/> @@ -1767,10 +1767,10 @@ <field name="Alpha To Coverage Enable" start="63" end="63" type="bool"/> <field name="Has Writeable RT" start="62" end="62" type="bool"/> <field name="Color Buffer Blend Enable" start="61" end="61" type="bool"/> - <field name="Source Alpha Blend Factor" start="56" end="60" type="uint"/> - <field name="Destination Alpha Blend Factor" start="51" end="55" type="uint"/> - <field name="Source Blend Factor" start="46" end="50" type="uint"/> - <field name="Destination Blend Factor" start="41" end="45" type="uint"/> + <field name="Source Alpha Blend Factor" start="56" end="60" type="3D_Color_Buffer_Blend_Factor"/> + <field name="Destination Alpha Blend Factor" start="51" end="55" type="3D_Color_Buffer_Blend_Factor"/> + <field name="Source Blend Factor" start="46" end="50" type="3D_Color_Buffer_Blend_Factor"/> + <field name="Destination Blend Factor" start="41" end="45" type="3D_Color_Buffer_Blend_Factor"/> <field name="Alpha Test Enable" start="40" end="40" type="bool"/> <field name="Independent Alpha Blend Enable" start="39" end="39" type="bool"/> </instruction> |