mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-12-15 08:03:30 -08:00
vkd3d-shader/ir: Introduce a stub SSA to temp allocation pass.
This commit is contained in:
committed by
Henri Verbeet
parent
34dbd60e01
commit
5e4c61eba6
Notes:
Henri Verbeet
2025-06-23 20:18:01 +02:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Henri Verbeet (@hverbeet) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1485
@@ -4463,6 +4463,9 @@ int tpf_compile(struct vsir_program *program, uint64_t config_flags, const struc
|
||||
size_t i;
|
||||
int ret;
|
||||
|
||||
if ((ret = vsir_allocate_temp_registers(program, message_context)))
|
||||
return ret;
|
||||
|
||||
tpf.program = program;
|
||||
tpf.buffer = NULL;
|
||||
tpf.stat = &stat;
|
||||
|
||||
Reference in New Issue
Block a user