dawn-cmake/src
dan sinclair 28d4a94bee [msl-writer] Add emission of if statements.
This Cl adds emission of `if`, `else if` and `else` statements to the
MSL backend.

Bug: tint:8
Change-Id: I8c22d70f2afa0a1d86cf475f5c98127504a6dc0e
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/23840
Reviewed-by: David Neto <dneto@google.com>
2020-06-26 21:27:59 +00:00
..
ast [spirv-writer] Only add used variables to entry point. 2020-06-22 20:52:24 +00:00
reader [spirv-reader] Weaken input validation to Vulkan 1.0 2020-06-26 15:47:03 +00:00
writer [msl-writer] Add emission of if statements. 2020-06-26 21:27:59 +00:00
CMakeLists.txt [msl-writer] Add emission of if statements. 2020-06-26 21:27:59 +00:00
context.cc Context object owns a TypeManager 2020-03-27 00:47:16 +00:00
context.h Documentation fixes 2020-03-31 21:15:40 +00:00
scope_stack.h Move the variable stack to a common class. 2020-04-03 02:35:23 +00:00
scope_stack_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
source.h Initial commit 2020-03-02 15:47:43 -05:00
type_determiner.cc [spirv-writer] Only add used variables to entry point. 2020-06-22 20:52:24 +00:00
type_determiner.h [spirv-writer] Only add used variables to entry point. 2020-06-22 20:52:24 +00:00
type_determiner_test.cc Fix BUILD.gn issues for TypeDeterminerTest 2020-06-23 16:38:47 +00:00
type_manager.cc Context object owns a TypeManager 2020-03-27 00:47:16 +00:00
type_manager.h Context object owns a TypeManager 2020-03-27 00:47:16 +00:00
type_manager_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
validator.cc v-0001: Only allowed import is GLSL.std.450 2020-03-04 20:51:29 +00:00
validator.h v-0001: Only allowed import is GLSL.std.450 2020-03-04 20:51:29 +00:00
validator_impl.cc v-0001: Only allowed import is GLSL.std.450 2020-03-04 20:51:29 +00:00
validator_impl.h v-0001: Only allowed import is GLSL.std.450 2020-03-04 20:51:29 +00:00
validator_impl_import_test.cc Expand build flags for Tint. 2020-03-18 14:08:48 +00:00