dawn-cmake/src
James Price 439ef278b7 transform/VertexPulling: Handle entry point parameters
Adds support for the new shader IO syntax by processing entry
parameters and pushing them to function-scope variables as necessary.

Module-scope variables are still supported for now.

Fixed: tint:731
Change-Id: I36d7ce4e3a990b6323292cb7c685af37187d6fda
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/48960
Auto-Submit: James Price <jrprice@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
2021-04-26 17:39:46 +00:00
..
ast Add ast::ExternalTexture 2021-04-26 14:55:25 +00:00
diagnostic wgsl: Deprecate '-> void' on functions 2021-04-08 14:39:47 +00:00
inspector ProgramBuilder: Migrate any remaining types to typ::* 2021-04-22 14:40:23 +00:00
reader Add ast::ExternalTexture 2021-04-26 14:55:25 +00:00
resolver reader/spirv: Don't create disjoint AST nodes 2021-04-23 18:19:54 +00:00
sem Add ast::ExternalTexture 2021-04-26 14:55:25 +00:00
transform transform/VertexPulling: Handle entry point parameters 2021-04-26 17:39:46 +00:00
utils *_other.cc: Remove unused parameters 2021-04-16 11:40:14 +00:00
writer Add check for access controls on Storage Textures 2021-04-22 19:57:33 +00:00
BUILD.gn Add ast::ExternalTexture 2021-04-26 14:55:25 +00:00
CMakeLists.txt Add ast::ExternalTexture 2021-04-26 14:55:25 +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 Castable: Add FLAGS template argument for Is,As 2021-04-16 15:05:44 +00:00
castable_test.cc Castable: Add FLAGS template argument for Is,As 2021-04-16 15:05:44 +00:00
clone_context.cc Add ShareableCloneable, dervies from Cloneable 2021-04-16 20:30:21 +00:00
clone_context.h Make ast::StructMember accept typ::Type 2021-04-23 08:35:13 +00:00
clone_context_test.cc Fix clang-cl build 2021-04-19 19:41:02 +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 Add texture_external parsing and intrinsic overloads 2021-04-22 22:47:03 +00:00
intrinsic_table.h Move all classes from namespace `type` to namespace `sem` 2021-04-19 22:51:23 +00:00
intrinsic_table_test.cc Add texture_external parsing and intrinsic overloads 2021-04-22 22:47:03 +00:00
program.cc Move all classes from namespace `type` to namespace `sem` 2021-04-19 22:51:23 +00:00
program.h Move type/* files to sem/ directory 2021-04-19 22:54:43 +00:00
program_builder.cc ProgramBuilder: Fixup last few uses of sem::Type* 2021-04-23 15:41:34 +00:00
program_builder.h ProgramBuilder: Fixup last few uses of sem::Type* 2021-04-23 15:41:34 +00:00
program_builder_test.cc ProgramBuilder: Generate type pairs for primitives 2021-04-21 13:37:22 +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 Resolver: Check that every AST node is reached once 2021-04-19 19:16:12 +00:00
source.h Resolver: Check that every AST node is reached once 2021-04-19 19:16:12 +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
typepair.h Fix linux dawn roll 2021-04-23 18:09:34 +00:00