mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-11 14:19:10 +00:00
control_flow_graph: Initial divergence handling (#434)
* control_flow_graph: Initial divergence handling * cfg: Handle additional case * spirv: Handle tgid enable bits * clang format * spirv: Use proper format * translator: Add more instructions
This commit is contained in:
@@ -180,6 +180,7 @@ struct Info {
|
||||
SamplerResourceList samplers;
|
||||
|
||||
std::array<u32, 3> workgroup_size{};
|
||||
std::array<bool, 3> tgid_enable;
|
||||
|
||||
u32 num_user_data;
|
||||
u32 num_input_vgprs;
|
||||
|
||||
Reference in New Issue
Block a user