anv/cmd_buffer: Unify flush_compute_state across gens
With one small genxml change, the two versions were basically identical. The only differences were one #define for HSW+ and a field that is missing on Haswell but exists everywhere else. Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
This commit is contained in:
@@ -203,7 +203,7 @@
|
||||
</field>
|
||||
<field name="Binding Table Pointer" start="133" end="143" type="offset"/>
|
||||
<field name="Binding Table Entry Count" start="128" end="132" type="uint"/>
|
||||
<field name="Constant/Indirect URB Entry Read Length" start="176" end="191" type="uint"/>
|
||||
<field name="Constant URB Entry Read Length" start="176" end="191" type="uint"/>
|
||||
<field name="Constant URB Entry Read Offset" start="160" end="175" type="uint"/>
|
||||
<field name="Rounding Mode" start="214" end="215" type="uint">
|
||||
<value name="RTNE" value="0"/>
|
||||
|
||||
Reference in New Issue
Block a user