mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
pan/bi: Rename CLPER into CLPER_V7 and add CLPER_V6
The encoding is different between v6 and v7. Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7530>
This commit is contained in:
parent
f0e3de7e91
commit
3f8a7d9582
1 changed files with 6 additions and 1 deletions
|
|
@ -3680,7 +3680,12 @@
|
|||
<src start="6" mask="0xf7"/>
|
||||
</ins>
|
||||
|
||||
<ins name="+CLPER.i32" mask="0xfc000" exact="0x7c000">
|
||||
<ins name="+CLPER_V6.i32" mask="0xfffc0" exact="0x3f0c0">
|
||||
<src start="0" mask="0x7"/>
|
||||
<src start="3"/>
|
||||
</ins>
|
||||
|
||||
<ins name="+CLPER_V7.i32" mask="0xfc000" exact="0x7c000">
|
||||
<src start="0" mask="0x7"/>
|
||||
<src start="3"/>
|
||||
<mod name="lane_op" start="6" size="2">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue