..
ast
writer/wgsl: Omit the newline after [[access()]] decorations
2021-04-16 10:09:44 +00:00
diagnostic
wgsl: Deprecate '-> void' on functions
2021-04-08 14:39:47 +00:00
inspector
Rename builtin(sample_mask_{in,out}) to builtin(sample_mask)
2021-04-14 16:44:38 +00:00
reader
reader/spirv: Fix ExpectEq() tests
2021-04-15 15:28:13 +00:00
resolver
Resolver: Validate <storage> var types
2021-04-16 09:26:14 +00:00
semantic
Validate that Symbols are all part of the same program
2021-04-15 18:20:03 +00:00
transform
writer/wgsl: Omit the newline after [[access()]] decorations
2021-04-16 10:09:44 +00:00
type
Validate that Symbols are all part of the same program
2021-04-15 18:20:03 +00:00
utils
Support optional file extension in TmpFile
2021-04-13 19:07:47 +00:00
writer
writer/wgsl: Omit the newline after [[access()]] decorations
2021-04-16 10:09:44 +00:00
BUILD.gn
Add ProgramID feed it into all ast::Nodes
2021-04-13 23:27:27 +00:00
CMakeLists.txt
Resolver: Validate <storage> var types
2021-04-16 09:26:14 +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
Pull Is() out of castable and into a new TypeInfo
2021-03-02 20:30:08 +00:00
castable.h
transform::VertexPulling - use DataMap for inputs
2021-04-13 18:46:47 +00:00
castable_test.cc
Remove unusued param
2021-03-15 21:28:22 +00:00
clone_context.cc
SymbolTable: Change behavior of anonymous symbols
2021-04-13 20:07:57 +00:00
clone_context.h
SymbolTable: Change behavior of anonymous symbols
2021-04-13 20:07:57 +00:00
clone_context_test.cc
Add ProgramID feed it into all ast::Nodes
2021-04-13 23:27:27 +00:00
debug.cc
Remove all unnecessary includes
2021-03-09 11:11:17 +00:00
debug.h
debug: Add TINT_UNIMPLEMENTED()
2021-03-17 04:55:33 +00:00
debug_test.cc
Add TINT_ASSERT()
2021-03-09 13:52:18 +00:00
demangler.cc
Validate that Symbols are all part of the same program
2021-04-15 18:20:03 +00:00
demangler.h
Simplify calls to ast::Node::[to_]str()
2021-01-29 11:22:40 +00:00
demangler_test.cc
Validate that Symbols are all part of the same program
2021-04-15 18:20:03 +00:00
intrinsic_table.cc
Speed up intrinsic table registration
2021-04-07 20:35:11 +00:00
intrinsic_table.h
Remove all unnecessary includes
2021-03-09 11:11:17 +00:00
intrinsic_table_test.cc
Resolver: compute canonical types and store them as semantic::Variable::Type
2021-04-13 13:32:33 +00:00
program.cc
Add ProgramID feed it into all ast::Nodes
2021-04-13 23:27:27 +00:00
program.h
Validate that Symbols are all part of the same program
2021-04-15 18:20:03 +00:00
program_builder.cc
Add ProgramID feed it into all ast::Nodes
2021-04-13 23:27:27 +00:00
program_builder.h
Resolver: Handle AccessControl in Canonical()
2021-04-16 08:47:14 +00:00
program_builder_test.cc
Add ProgramID feed it into all ast::Nodes
2021-04-13 23:27:27 +00:00
program_id.cc
Add ProgramID feed it into all ast::Nodes
2021-04-13 23:27:27 +00:00
program_id.h
ast: Validate that ASTs are all part of the same program
2021-04-15 17:47:23 +00:00
program_test.cc
Add ProgramID feed it into all ast::Nodes
2021-04-13 23:27:27 +00:00
scope_stack.h
Add std::hash<tint::Symbol> specialization
2021-01-11 22:02:42 +00:00
scope_stack_test.cc
Validate that Symbols are all part of the same program
2021-04-15 18:20:03 +00:00
source.cc
Source: Restructure Source::File
2021-02-18 21:40:19 +00:00
source.h
Fix VS clang-cl build
2021-03-09 21:51:50 +00:00
symbol.cc
Validate that Symbols are all part of the same program
2021-04-15 18:20:03 +00:00
symbol.h
Validate that Symbols are all part of the same program
2021-04-15 18:20:03 +00:00
symbol_table.cc
Validate that Symbols are all part of the same program
2021-04-15 18:20:03 +00:00
symbol_table.h
Validate that Symbols are all part of the same program
2021-04-15 18:20:03 +00:00
symbol_table_test.cc
Validate that Symbols are all part of the same program
2021-04-15 18:20:03 +00:00
symbol_test.cc
Validate that Symbols are all part of the same program
2021-04-15 18:20:03 +00:00
test_main.cc
[msl-writer] Support MSL compiler validation in unit tests
2021-04-14 15:36:58 +00:00
traits.h
Remove all unnecessary includes
2021-03-09 11:11:17 +00:00
traits_test.cc
Remove all unnecessary includes
2021-03-09 11:11:17 +00:00