d2r2: expand tag deduplication to both namespaces and types; gather/deduplicate/convert namespaces

This commit is contained in:
Ryan Fleury
2026-05-04 13:14:13 -07:00
parent 7157e813a0
commit 8f65f466f5
6 changed files with 268 additions and 137 deletions
+1 -1
View File
@@ -488,7 +488,7 @@ n->lane_strings = push_array(scratch.arena, String8List, lane_count());\
}\
lane_sync();\
strings = &last_output_node->lane_strings[lane_idx()];\
lane_sync(); if(flags & (1ull<<(kind))) ProfScope(rdi_name_title_from_dump_subset_table[kind].str)
lane_sync(); if(flags & (1ull<<(kind))) ProfScope((char *)rdi_name_title_from_dump_subset_table[kind].str)
#define DumpSubset(name) DumpSubsetKind(RDI_DumpSubset_##name)
//////////////////////////////