dawn-cmake/src
Ben Clayton 40b4928a73 Implement clamping of runtime array accesses
Bug: tint:252
Change-Id: I2b32ab9d69ca39b6178fc4e94ccd090516a37c98
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/36620
Reviewed-by: dan sinclair <dsinclair@chromium.org>
Commit-Queue: dan sinclair <dsinclair@chromium.org>
2021-01-06 14:33:31 +00:00
..
ast cleanup: Refactor tests to use ast::Builder helpers 2021-01-05 15:44:39 +00:00
diagnostic Rework all transforms to transform-on-copy 2020-12-04 09:06:09 +00:00
inspector [inspector] test interference between sampled and multisampled resources 2020-12-17 17:04:01 +00:00
reader spirv-reader: support OpArrayLength 2021-01-05 21:21:50 +00:00
transform Implement clamping of runtime array accesses 2021-01-06 14:33:31 +00:00
validator Validate that runtime arrays aren't used as parameters 2021-01-05 18:20:40 +00:00
writer Validate that runtime arrays aren't used as parameters 2021-01-05 18:20:40 +00:00
CMakeLists.txt src/transform: Reimplement tests in WGSL 2021-01-06 12:57:41 +00:00
castable.cc Add ClassID::Unique template and TINT_INSTANTIATE_CLASS_ID 2020-12-02 18:19:28 +00:00
castable.h Castable: Minor tweaks 2020-12-03 17:44:19 +00:00
castable_test.cc Castable: Minor tweaks 2020-12-03 17:44:19 +00:00
demangler.cc Add a demangler 2020-12-11 18:29:03 +00:00
demangler.h Add a demangler 2020-12-11 18:29:03 +00:00
demangler_test.cc Add a demangler 2020-12-11 18:29:03 +00:00
namer.cc Update namer to use symbol table. 2020-12-10 18:40:01 +00:00
namer.h Update namer to use symbol table. 2020-12-10 18:40:01 +00:00
namer_test.cc Update namer to use symbol table. 2020-12-10 18:40:01 +00:00
scope_stack.h Fixup all doxygen tags 2020-12-02 15:31:08 +00:00
scope_stack_test.cc Add Symbol to Variable. 2020-12-16 21:42:30 +00:00
source.cc Fixup lint errors. 2020-11-03 16:26:09 +00:00
source.h Fixup all doxygen tags 2020-12-02 15:31:08 +00:00
symbol.cc Add a symbol table. 2020-12-10 16:56:02 +00:00
symbol.h Add a symbol table. 2020-12-10 16:56:02 +00:00
symbol_table.cc Add a symbol to the Function AST node. 2020-12-11 18:24:53 +00:00
symbol_table.h Add a symbol to the Function AST node. 2020-12-11 18:24:53 +00:00
symbol_table_test.cc Add a symbol table. 2020-12-10 16:56:02 +00:00
symbol_test.cc Add a symbol table. 2020-12-10 16:56:02 +00:00
type_determiner.cc Add a symbol to the Function AST node. 2020-12-11 18:24:53 +00:00
type_determiner.h Add a symbol to the Function AST node. 2020-12-11 18:24:53 +00:00
type_determiner_test.cc cleanup: Refactor tests to use ast::Builder helpers 2021-01-05 15:44:39 +00:00