mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
pan/bi: Add CUBEFACE pseudoinstruction
Abstracts over *CUBEFACE1/+CUBEFACE2, takes the sources of the former and outputs two destinations. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8723>
This commit is contained in:
parent
44726101d1
commit
a7cc458dc4
1 changed files with 10 additions and 0 deletions
|
|
@ -8158,4 +8158,14 @@
|
|||
</derived>
|
||||
</ins>
|
||||
|
||||
<!-- *CUBEFACE1/+CUBEFACE2 pair, two destinations, scheduler lowered -->
|
||||
<ins name="+CUBEFACE" pseudo="true">
|
||||
<src start="0"/>
|
||||
<src start="3"/>
|
||||
<src start="6"/>
|
||||
<mod name="neg0" size="1" opt="neg"/>
|
||||
<mod name="neg1" size="1" opt="neg"/>
|
||||
<mod name="neg2" size="1" opt="neg"/>
|
||||
</ins>
|
||||
|
||||
</bifrost>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue