mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 21:38:40 +00:00
with sufficient threads, split baking threads into two groups: small # of threads to do expensive 'background' baking tasks, use the rest to do wide predictable baking stuff
This commit is contained in:
+1175
-1067
File diff suppressed because it is too large
Load Diff
@@ -21,6 +21,11 @@ struct RDIM_UnsortedJoinedLineTable
|
||||
typedef struct RDIM2_Shared RDIM2_Shared;
|
||||
struct RDIM2_Shared
|
||||
{
|
||||
B32 group_split;
|
||||
U64 group_0_lane_count;
|
||||
Barrier group_0_barrier;
|
||||
Barrier group_1_barrier;
|
||||
|
||||
RDIM_BakePathTree *path_tree;
|
||||
|
||||
RDI_U64 line_tables_count;
|
||||
|
||||
Reference in New Issue
Block a user