dawn-cmake/src/transform
dan sinclair a41132fcd8 Add a symbol to the Function AST node.
This Cl adds a Symbol representing the function name to the function
AST. The symbol is added alongside the name for now. When all usages of
the function name are removed then the string version will be removed
from the constructor.

Change-Id: Ib2450e5fe531e988b25bb7d2937acc6af2187871
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/35220
Commit-Queue: dan sinclair <dsinclair@chromium.org>
Reviewed-by: Ben Clayton <bclayton@google.com>
Auto-Submit: dan sinclair <dsinclair@chromium.org>
2020-12-11 18:24:53 +00:00
..
bound_array_accessors.cc Rework all transforms to transform-on-copy 2020-12-04 09:06:09 +00:00
bound_array_accessors.h Remove the context object. 2020-12-07 16:03:54 +00:00
bound_array_accessors_test.cc Add a symbol to the Function AST node. 2020-12-11 18:24:53 +00:00
emit_vertex_point_size.cc ast: Merge DecoratedVariable into Variable 2020-12-11 13:07:02 +00:00
emit_vertex_point_size.h Rework all transforms to transform-on-copy 2020-12-04 09:06:09 +00:00
emit_vertex_point_size_test.cc Add a symbol to the Function AST node. 2020-12-11 18:24:53 +00:00
first_index_offset.cc Add a symbol to the Function AST node. 2020-12-11 18:24:53 +00:00
first_index_offset.h Rework the FirstIndexOffset transform 2020-12-10 17:47:41 +00:00
first_index_offset_test.cc Add a symbol to the Function AST node. 2020-12-11 18:24:53 +00:00
manager.cc transform: Fix Manager::Run() with no transforms 2020-12-09 15:15:20 +00:00
manager.h Remove DAWN_USE_NEW_TINT_TRANSFORM_API 2020-12-07 14:23:44 +00:00
transform.cc Rework all transforms to transform-on-copy 2020-12-04 09:06:09 +00:00
transform.h Remove the context object. 2020-12-07 16:03:54 +00:00
vertex_pulling.cc Add a symbol to the Function AST node. 2020-12-11 18:24:53 +00:00
vertex_pulling.h Rework all transforms to transform-on-copy 2020-12-04 09:06:09 +00:00
vertex_pulling_test.cc Add a symbol to the Function AST node. 2020-12-11 18:24:53 +00:00