mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader/dxil: Support FCMP_ORD and FCMP_UNO for CMP2.
This commit is contained in:
committed by
Alexandre Julliard
parent
94583815bc
commit
f212aad0ff
Notes:
Alexandre Julliard
2024-03-08 23:48:18 +01:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/686
@@ -250,6 +250,7 @@ static const char * const shader_opcode_names[] =
|
||||
[VKD3DSIH_NOT ] = "not",
|
||||
[VKD3DSIH_NRM ] = "nrm",
|
||||
[VKD3DSIH_OR ] = "or",
|
||||
[VKD3DSIH_ORD ] = "ord",
|
||||
[VKD3DSIH_PHASE ] = "phase",
|
||||
[VKD3DSIH_PHI ] = "phi",
|
||||
[VKD3DSIH_POW ] = "pow",
|
||||
@@ -321,6 +322,7 @@ static const char * const shader_opcode_names[] =
|
||||
[VKD3DSIH_UMAX ] = "umax",
|
||||
[VKD3DSIH_UMIN ] = "umin",
|
||||
[VKD3DSIH_UMUL ] = "umul",
|
||||
[VKD3DSIH_UNO ] = "uno",
|
||||
[VKD3DSIH_USHR ] = "ushr",
|
||||
[VKD3DSIH_UTOD ] = "utod",
|
||||
[VKD3DSIH_UTOF ] = "utof",
|
||||
|
Reference in New Issue
Block a user