dawn-cmake/src
dan sinclair 113fb07071 [spirv-writer] Generate constants
This CL updates the SPIR-V writer to generate the OpConstantTrue,
OpConstantFalse and OpConstant instructions.

Bug: tint:5
Change-Id: I660554c491e4eb569e3902fce0973fae3f27e6c0
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/17820
Reviewed-by: David Neto <dneto@google.com>
2020-03-27 00:45:34 +00:00
..
ast [spirv-writer] Generate constants 2020-03-27 00:45:34 +00:00
reader [spirv-writer] Generate constants 2020-03-27 00:45:34 +00:00
writer [spirv-writer] Generate constants 2020-03-27 00:45:34 +00:00
CMakeLists.txt [spirv-writer] Generate constants 2020-03-27 00:45:34 +00:00
context.h Cleanup doc and lint warnings. 2020-03-26 15:31:36 +00:00
source.h Initial commit 2020-03-02 15:47:43 -05:00
type_determiner.cc Initial commit 2020-03-02 15:47:43 -05:00
type_determiner.h Initial commit 2020-03-02 15:47:43 -05:00
type_manager.cc Use a context object instead of a singleton 2020-03-25 19:16:36 +00:00
type_manager.h Use a context object instead of a singleton 2020-03-25 19:16:36 +00:00
type_manager_test.cc Move tests into anonymous namespace. 2020-03-26 15:31:43 +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