vkd3d-shader/hlsl: Implement the GatherCmp() methods.

This commit is contained in:
Anna (navi) Figueiredo Gomes
2024-12-14 14:11:46 +01:00
committed by Henri Verbeet
parent fd8bcc188f
commit f09ac4959e
Notes: Henri Verbeet 2024-12-18 17:38:58 +01:00
Approved-by: Francisco Casas (@fcasas)
Approved-by: Henri Verbeet (@hverbeet)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1309
5 changed files with 171 additions and 59 deletions

View File

@@ -4758,6 +4758,8 @@ static void tpf_handle_instruction(struct tpf_compiler *tpf, const struct vkd3d_
case VKD3DSIH_FTOU:
case VKD3DSIH_GATHER4:
case VKD3DSIH_GATHER4_PO:
case VKD3DSIH_GATHER4_C:
case VKD3DSIH_GATHER4_PO_C:
case VKD3DSIH_GEO:
case VKD3DSIH_HS_CONTROL_POINT_PHASE:
case VKD3DSIH_HS_FORK_PHASE: