mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
pan/bi: Add ICMP.GL.NEQ op
A fused not useful to feed into `discard`. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4025>
This commit is contained in:
parent
178d9d4269
commit
dff83476c4
1 changed files with 1 additions and 0 deletions
|
|
@ -1293,6 +1293,7 @@ static const struct add_op_info add_op_infos[] = {
|
|||
{ 0x0f650, "UCMP.GL.GT", ADD_TWO_SRC },
|
||||
{ 0x0f658, "UCMP.GL.GE", ADD_TWO_SRC },
|
||||
{ 0x0f660, "ICMP.GL.EQ", ADD_TWO_SRC },
|
||||
{ 0x0f669, "ICMP.GL.NEQ", ADD_TWO_SRC },
|
||||
{ 0x0f6c0, "ICMP.D3D.GT", ADD_TWO_SRC }, // src0 > src1 ? ~0 : 0
|
||||
{ 0x0f6c8, "ICMP.D3D.GE", ADD_TWO_SRC },
|
||||
{ 0x0f6d0, "UCMP.D3D.GT", ADD_TWO_SRC },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue