dawn-cmake/src
Ben Clayton 09b8829d8e Replace TextureType::(Is|As)Depth with Castable
Change-Id: I2f1785cec1880f728fbbf0c75762bc957e34ca0a
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/34276
Reviewed-by: dan sinclair <dsinclair@chromium.org>
2020-11-30 23:30:58 +00:00
..
ast Replace TextureType::(Is|As)Depth with Castable 2020-11-30 23:30:58 +00:00
diagnostic Diagnostics: Add error code to the Diagnostic 2020-11-26 17:49:22 +00:00
inspector Replace Type::(Is|As)Vector with Castable 2020-11-30 23:30:58 +00:00
reader Replace TextureType::(Is|As)Depth with Castable 2020-11-30 23:30:58 +00:00
transform Replace Type::(Is|As)Vector with Castable 2020-11-30 23:30:58 +00:00
validator Replace Type::(Is|As)Void with Castable 2020-11-30 23:30:58 +00:00
writer Replace TextureType::(Is|As)Depth with Castable 2020-11-30 23:30:58 +00:00
CMakeLists.txt Add Castable template class 2020-11-30 22:50:25 +00:00
castable.cc Add Castable template class 2020-11-30 22:50:25 +00:00
castable.h Add Castable template class 2020-11-30 22:50:25 +00:00
castable_test.cc Add Castable template class 2020-11-30 22:50:25 +00:00
context.cc Move TypeManager from tint::Context to ast::Module 2020-11-23 19:50:55 +00:00
context.h Move TypeManager from tint::Context to ast::Module 2020-11-23 19:50:55 +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 Replace TextureType::(Is|As)Depth with Castable 2020-11-30 23:30:58 +00:00
type_determiner.h Place the namer into the context object. 2020-11-13 18:13:24 +00:00
type_determiner_test.cc Replace Type::(Is|As)Vector with Castable 2020-11-30 23:30:58 +00:00