Module: vkd3d Branch: master Commit: c77e5f1c1f273d897e875a9a9fa61a9bde08b245 URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/c77e5f1c1f273d897e875a9a9fa61a...
Author: Francisco Casas fcasas@codeweavers.com Date: Wed Jul 19 12:19:02 2023 -0400
vkd3d-shader/tpf: Introduce struct tpf_writer to group sm4 write arguments.
We will add register information lookup tables on this struct later. They will be used by sm4_encode_register(), and thus, they will be required by write_sm4_instruction().
---
libs/vkd3d-shader/tpf.c | 482 ++++++++++++++++++++++++------------------------ 1 file changed, 241 insertions(+), 241 deletions(-)