vkd3d-shader: Implement DMOVC instruction.

Based in part on a vkd3d-proton patch by Joshua Ashton.

Signed-off-by: Conor McCarthy <cmccarthy@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Conor McCarthy
2021-08-11 11:53:02 +10:00
committed by Alexandre Julliard
parent c3363faba2
commit 00752b8fa6
6 changed files with 8 additions and 3 deletions

View File

@@ -113,6 +113,7 @@ static const char * const shader_opcode_names[] =
/* VKD3DSIH_DMAX */ "dmax",
/* VKD3DSIH_DMIN */ "dmin",
/* VKD3DSIH_DMOV */ "dmov",
/* VKD3DSIH_DMOVC */ "dmovc",
/* VKD3DSIH_DMUL */ "dmul",
/* VKD3DSIH_DNE */ "dne",
/* VKD3DSIH_DP2 */ "dp2",