dawn-cmake/src
dan sinclair 75b740c4ae [spirv-writer] Fixup generation of temporary variable.
When extracting values out of constant arrays we sometimes generate a
temporary variable. That generation was over eager in the creation of
the variable and was also creating it for constant vector extractions
where it was providing the wrong souce type.

Bug: tint:318
Change-Id: I8d16182fd1fcf7d7aba0b0e1b7d947137efc136b
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/32801
Reviewed-by: Sarah Mashayekhi <sarahmashay@google.com>
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Auto-Submit: dan sinclair <dsinclair@chromium.org>
Commit-Queue: dan sinclair <dsinclair@chromium.org>
2020-11-16 15:34:07 +00:00
..
ast ast: Remove no-arg constructor for ast::IfStatement 2020-11-16 15:15:37 +00:00
diagnostic formatter: Remove colon line prefix with no source 2020-11-03 18:27:29 +00:00
inspector ast: Add body parameter to ast::Function constructors 2020-11-14 01:13:04 +00:00
reader reader/spirv: Replace std::make_unique<T> -> create<T> 2020-11-16 15:21:07 +00:00
transform [ast] Add the result_type into the AST dump 2020-11-16 14:46:27 +00:00
validator ast: Add body parameter to ast::Function constructors 2020-11-14 01:13:04 +00:00
writer [spirv-writer] Fixup generation of temporary variable. 2020-11-16 15:34:07 +00:00
CMakeLists.txt ast: Have all tests derive from new TestHelper 2020-11-13 21:58:28 +00:00
context.cc Place the namer into the context object. 2020-11-13 18:13:24 +00:00
context.h Place the namer into the context object. 2020-11-13 18:13:24 +00:00
namer.cc Place the namer into the context object. 2020-11-13 18:13:24 +00:00
namer.h Place the namer into the context object. 2020-11-13 18:13:24 +00:00
namer_test.cc Place the namer into the context object. 2020-11-13 18:13:24 +00:00
scope_stack.h [validation] Validates declaration name uniqueness 2020-08-11 20:44:06 +00:00
scope_stack_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
source.cc Fixup lint errors. 2020-11-03 16:26:09 +00:00
source.h Fix all doxygen warnings 2020-11-02 18:02:18 +00:00
type_determiner.cc [validation] add error number to invalid member accessor error: v-0007 2020-11-16 14:35:17 +00:00
type_determiner.h Place the namer into the context object. 2020-11-13 18:13:24 +00:00
type_determiner_test.cc ast: Add body parameter to ast::Function constructors 2020-11-14 01:13:04 +00:00
type_manager.cc Context object owns a TypeManager 2020-03-27 00:47:16 +00:00
type_manager.h [ast] Determining subtype of StorageTextureType 2020-08-31 15:11:23 +00:00
type_manager_test.cc ast/type: Have all tests derive from new TestHelper 2020-11-13 22:01:58 +00:00