dawn-cmake/src
Ben Clayton f6866a2ffc Add std::hash<tint::Symbol> specialization
Allows symbols to be used as keys for std::unordered_map and std::unordered_set.
Replace all map / set use of uint32_t for Symbol, where applicable.

Change-Id: If142b4ad1f0ee65bc62209ae2f277e7746be19bb
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/37262
Reviewed-by: dan sinclair <dsinclair@chromium.org>
Commit-Queue: dan sinclair <dsinclair@chromium.org>
2021-01-11 22:02:42 +00:00
..
ast Implement textureDimensions() 2021-01-11 21:07:32 +00:00
diagnostic Add diag::Formatter::Style::print_newline_at_end 2021-01-11 21:09:22 +00:00
inspector Fix const-ness of inspector constructor. 2021-01-11 20:01:12 +00:00
reader Add diag::Formatter::Style::print_newline_at_end 2021-01-11 21:09:22 +00:00
transform Add diag::Formatter::Style::print_newline_at_end 2021-01-11 21:09:22 +00:00
validator Add diag::Formatter::Style::print_newline_at_end 2021-01-11 21:09:22 +00:00
writer Add std::hash<tint::Symbol> specialization 2021-01-11 22:02:42 +00:00
CMakeLists.txt Use a test namer in the MSL generator. 2021-01-11 16:24:32 +00:00
castable.cc Add ClassID::Unique template and TINT_INSTANTIATE_CLASS_ID 2020-12-02 18:19:28 +00:00
castable.h Castable: Minor tweaks 2020-12-03 17:44:19 +00:00
castable_test.cc Castable: Minor tweaks 2020-12-03 17:44:19 +00:00
demangler.cc Add a demangler 2020-12-11 18:29:03 +00:00
demangler.h Add a demangler 2020-12-11 18:29:03 +00:00
demangler_test.cc Add a demangler 2020-12-11 18:29:03 +00:00
namer.cc Fix const-ness of inspector constructor. 2021-01-11 20:01:12 +00:00
namer.h Fix const-ness of inspector constructor. 2021-01-11 20:01:12 +00:00
namer_test.cc Update namer to use symbol table. 2020-12-10 18:40:01 +00:00
scope_stack.h Add std::hash<tint::Symbol> specialization 2021-01-11 22:02:42 +00:00
scope_stack_test.cc Convert ScopeStack over to symbols. 2021-01-11 15:10:19 +00:00
source.cc Fixup lint errors. 2020-11-03 16:26:09 +00:00
source.h Fixup all doxygen tags 2020-12-02 15:31:08 +00:00
symbol.cc Add a symbol table. 2020-12-10 16:56:02 +00:00
symbol.h Add std::hash<tint::Symbol> specialization 2021-01-11 22:02:42 +00:00
symbol_table.cc Add std::hash<tint::Symbol> specialization 2021-01-11 22:02:42 +00:00
symbol_table.h Add std::hash<tint::Symbol> specialization 2021-01-11 22:02:42 +00:00
symbol_table_test.cc Add a symbol table. 2020-12-10 16:56:02 +00:00
symbol_test.cc Add a symbol table. 2020-12-10 16:56:02 +00:00
type_determiner.cc Add std::hash<tint::Symbol> specialization 2021-01-11 22:02:42 +00:00
type_determiner.h Add std::hash<tint::Symbol> specialization 2021-01-11 22:02:42 +00:00
type_determiner_test.cc Implement textureDimensions() 2021-01-11 21:07:32 +00:00