dawn-cmake/src
Tomek Ponitka e46282a956 [spirv-writer] Generating texture intrinsic operations
Bug: tint:143
Change-Id: Ibc5b232b952b8ecd8d5d87a7486cdfbc1af29fa4
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/27641
Commit-Queue: David Neto <dneto@google.com>
Reviewed-by: David Neto <dneto@google.com>
2020-09-03 17:26:57 +00:00
..
ast [wgsl-writer] Add GenerateEntryPoint 2020-09-03 01:46:36 +00:00
reader [wgsl-reader] Parsing sampled texture type 2020-09-02 15:52:15 +00:00
writer [spirv-writer] Generating texture intrinsic operations 2020-09-03 17:26:57 +00:00
CMakeLists.txt [validation] Add disabled tests for validating switch statements 2020-09-02 19:58:06 +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_control_block_test.cc [validation] Add disabled tests for validating switch statements 2020-09-02 19:58:06 +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] add const variables shouldn't have a storage class 2020-09-03 17:20:07 +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 const variables shouldn't have a storage class 2020-09-03 17:20:07 +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