dawn-cmake/src
Ben Clayton be610ba987 Add TypeDeterminer::Run()
This is a temporary function to help with Dawn migration.
It will be removed after the migration to using Program and ProgramBuilder is complete.

Bug: tint:390
Change-Id: I98c73a6b8102eebf48a889315a376195f9379f63
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/38556
Reviewed-by: dan sinclair <dsinclair@chromium.org>
Commit-Queue: Ben Clayton <bclayton@google.com>
2021-01-25 22:09:18 +00:00
..
ast Rename CloneContext::mod to CloneContext::dst 2021-01-22 13:41:06 +00:00
diagnostic Add diag::Formatter::Style::print_newline_at_end 2021-01-11 21:09:22 +00:00
inspector Exclude builtins from reflected stage variables 2021-01-25 21:15:08 +00:00
reader Add tint::Program as a wrapper of tint::ast::Module. 2021-01-25 18:14:08 +00:00
transform Add tint::Program as a wrapper of tint::ast::Module. 2021-01-25 18:14:08 +00:00
type Rename CloneContext::mod to CloneContext::dst 2021-01-22 13:41:06 +00:00
validator Add tint::Program as a wrapper of tint::ast::Module. 2021-01-25 18:14:08 +00:00
writer Add tint::Program as a wrapper of tint::ast::Module. 2021-01-25 18:14:08 +00:00
CMakeLists.txt Add tint::Program as a wrapper of tint::ast::Module. 2021-01-25 18:14:08 +00:00
block_allocator.h Add tint::BlockAllocator<T> 2021-01-21 15:30:10 +00:00
block_allocator_test.cc Add tint::BlockAllocator<T> 2021-01-21 15:30:10 +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
clone_context.cc Rename CloneContext::mod to CloneContext::dst 2021-01-22 13:41:06 +00:00
clone_context.h Rename CloneContext::mod to CloneContext::dst 2021-01-22 13:41:06 +00:00
clone_context_test.cc Rename CloneContext::mod to CloneContext::dst 2021-01-22 13:41:06 +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 Revert the namer changes. 2021-01-12 04:34:53 +00:00
namer.h Revert the namer changes. 2021-01-12 04:34:53 +00:00
namer_test.cc Update namer to use symbol table. 2020-12-10 18:40:01 +00:00
program.h Add tint::Program as a wrapper of tint::ast::Module. 2021-01-25 18:14:08 +00:00
scope_stack.h Add std::hash<tint::Symbol> specialization 2021-01-11 22:02:42 +00:00
scope_stack_test.cc Move tint::ast::type to tint::type 2021-01-21 15:42:10 +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
traits.h Move CloneContext and Traits from src/ast to src/ 2021-01-21 16:20:40 +00:00
traits_test.cc Move CloneContext and Traits from src/ast to src/ 2021-01-21 16:20:40 +00:00
type_determiner.cc Add TypeDeterminer::Run() 2021-01-25 22:09:18 +00:00
type_determiner.h Add TypeDeterminer::Run() 2021-01-25 22:09:18 +00:00
type_determiner_test.cc ast: Move Module function methods to FunctionList 2021-01-21 18:45:50 +00:00