dawn-cmake/src
dan sinclair b39c77e370 [hlsl-writer] Emit LogicalAnd and LogicalOr operations
This Cl emits the required code to handle LogicalAnd and LogicalOr short
circuting in HLSL.

Bug: tint:192
Change-Id: I30a88c207f7864e0a3c856d2dae1420c7ff35eb4
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/27782
Reviewed-by: David Neto <dneto@google.com>
Commit-Queue: David Neto <dneto@google.com>
2020-09-02 15:02:45 +00:00
..
ast [type-determination] Adding builtin texture operations 2020-08-31 15:24:54 +00:00
reader [wgsl-reader] Parsing texture sampler types 2020-09-02 14:16:35 +00:00
writer [hlsl-writer] Emit LogicalAnd and LogicalOr operations 2020-09-02 15:02:45 +00:00
CMakeLists.txt [wgsl-reader] Parsing texture sampler types 2020-09-02 14:16:35 +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 [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.h Initial commit 2020-03-02 15:47:43 -05:00
type_determiner.cc [type-determination] Adding builtin texture operations 2020-08-31 15:24:54 +00:00
type_determiner.h [ast] Determining subtype of StorageTextureType 2020-08-31 15:11:23 +00:00
type_determiner_test.cc [type-determination] Adding builtin texture operations 2020-08-31 15:24:54 +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] Determining subtype of StorageTextureType 2020-08-31 15:11:23 +00:00
validator.cc [validation] Validates if return statement type matches function return type 2020-08-17 15:46:07 +00:00
validator.h [Validator] Using pointers instead of refs 2020-07-30 02:27:03 +00:00
validator_function_test.cc [validation] check if at least one of vertex, fragment or compute shader is peresent 2020-08-27 18:05:00 +00:00
validator_impl.cc [validation] check if at least one of vertex, fragment or compute shader is peresent 2020-08-27 18:05:00 +00:00
validator_impl.h [validation] validates if global variables have a storage class 2020-08-25 15:04:53 +00:00
validator_test.cc [validation] Add a helper function to create a fake entry point 2020-08-27 17:59:20 +00:00
validator_test_helper.cc [validation] Add a helper function to create a fake entry point 2020-08-27 17:59:20 +00:00
validator_test_helper.h [validation] check if at least one of vertex, fragment or compute shader is peresent 2020-08-27 18:05:00 +00:00