dawn-cmake/fuzzers
Ben Clayton 73e7988694 fuzzers: Shuffle module scope declarations
For the tint_all_transforms_fuzzer. Exercises the fact we now allow
declarations in any order.

Bug: tint:1266
Change-Id: I9ddfac90aaafe213cd860944f210718216cb3d13
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/79770
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
2022-02-11 12:59:08 +00:00
..
tint_ast_fuzzer Suppress "Wreserved-identifier" for the AST Fuzzer 2022-02-08 21:37:56 +00:00
tint_regex_fuzzer wgsl: Replace [[decoration]] with @decoration 2022-01-19 22:46:57 +00:00
tint_spirv_tools_fuzzer Add tests for fuzzers::RandomGenerator 2021-11-24 14:55:05 +00:00
BUILD.gn fuzzers: Shuffle module scope declarations 2022-02-11 12:59:08 +00:00
CMakeLists.txt fuzzers: Shuffle module scope declarations 2022-02-11 12:59:08 +00:00
cli.cc Add toggle to control if validity is expected in fuzzer 2022-02-09 19:45:17 +00:00
cli.h Add toggle to control if validity is expected in fuzzer 2022-02-09 19:45:17 +00:00
data_builder.h Provide build override for SPIRV options 2022-01-18 15:37:56 +00:00
dictionary.txt Implement texture_depth_multisampled_2d 2021-07-26 22:19:48 +00:00
fuzzer_init.cc Refactor fuzzer transform generation 2021-09-30 18:58:32 +00:00
fuzzer_init.h Refactor fuzzer transform generation 2021-09-30 18:58:32 +00:00
generate_spirv_corpus.py Tolerate some errors while building SPIR-V corpus 2021-09-17 14:32:20 +00:00
generate_wgsl_corpus.py Remove stray print in generate_wgsl_corpus.py 2021-07-20 11:14:50 +00:00
mersenne_twister_engine.cc Add tests for fuzzers::RandomGenerator 2021-11-24 14:55:05 +00:00
mersenne_twister_engine.h Add tests for fuzzers::RandomGenerator 2021-11-24 14:55:05 +00:00
random_generator.cc Add tests for fuzzers::RandomGenerator 2021-11-24 14:55:05 +00:00
random_generator.h Add tests for fuzzers::RandomGenerator 2021-11-24 14:55:05 +00:00
random_generator_engine.cc Add tests for fuzzers::RandomGenerator 2021-11-24 14:55:05 +00:00
random_generator_engine.h Add tests for fuzzers::RandomGenerator 2021-11-24 14:55:05 +00:00
random_generator_test.cc Add tests for fuzzers::RandomGenerator 2021-11-24 14:55:05 +00:00
shuffle_transform.cc fuzzers: Shuffle module scope declarations 2022-02-11 12:59:08 +00:00
shuffle_transform.h fuzzers: Shuffle module scope declarations 2022-02-11 12:59:08 +00:00
tint_all_transforms_fuzzer.cc fuzzers: Shuffle module scope declarations 2022-02-11 12:59:08 +00:00
tint_ast_clone_fuzzer.cc optimization: BlockAllocator: Actually allocate in blocks 2022-01-22 20:32:38 +00:00
tint_binding_remapper_fuzzer.cc Add toggle to control if validity is expected in fuzzer 2022-02-09 19:45:17 +00:00
tint_black_box_fuzz_target.cc benchmarks: Add a basic set of benchmarks 2022-01-18 18:58:16 +00:00
tint_common_fuzzer.cc Add toggle to control if validity is expected in fuzzer 2022-02-09 19:45:17 +00:00
tint_common_fuzzer.h Add toggle to control if validity is expected in fuzzer 2022-02-09 19:45:17 +00:00
tint_first_index_offset_fuzzer.cc Add toggle to control if validity is expected in fuzzer 2022-02-09 19:45:17 +00:00
tint_reader_writer_fuzzer.h Add robustness pass to reader writer fuzzers 2021-10-12 14:41:20 +00:00
tint_renamer_fuzzer.cc Add toggle to control if validity is expected in fuzzer 2022-02-09 19:45:17 +00:00
tint_robustness_fuzzer.cc Add toggle to control if validity is expected in fuzzer 2022-02-09 19:45:17 +00:00
tint_single_entry_point_fuzzer.cc Add toggle to control if validity is expected in fuzzer 2022-02-09 19:45:17 +00:00
tint_spv_reader_fuzzer.cc Refactor fuzzer transform generation 2021-09-30 18:58:32 +00:00
tint_spv_reader_hlsl_writer_fuzzer.cc Add toggle to control if validity is expected in fuzzer 2022-02-09 19:45:17 +00:00
tint_spv_reader_msl_writer_fuzzer.cc Add toggle to control if validity is expected in fuzzer 2022-02-09 19:45:17 +00:00
tint_spv_reader_spv_writer_fuzzer.cc Add toggle to control if validity is expected in fuzzer 2022-02-09 19:45:17 +00:00
tint_spv_reader_wgsl_writer_fuzzer.cc Add toggle to control if validity is expected in fuzzer 2022-02-09 19:45:17 +00:00
tint_vertex_pulling_fuzzer.cc Add toggle to control if validity is expected in fuzzer 2022-02-09 19:45:17 +00:00
tint_wgsl_reader_fuzzer.cc Refactor fuzzer transform generation 2021-09-30 18:58:32 +00:00
tint_wgsl_reader_hlsl_writer_fuzzer.cc Add toggle to control if validity is expected in fuzzer 2022-02-09 19:45:17 +00:00
tint_wgsl_reader_msl_writer_fuzzer.cc Add toggle to control if validity is expected in fuzzer 2022-02-09 19:45:17 +00:00
tint_wgsl_reader_spv_writer_fuzzer.cc Add toggle to control if validity is expected in fuzzer 2022-02-09 19:45:17 +00:00
tint_wgsl_reader_wgsl_writer_fuzzer.cc Add toggle to control if validity is expected in fuzzer 2022-02-09 19:45:17 +00:00
transform_builder.h fuzzers: Shuffle module scope declarations 2022-02-11 12:59:08 +00:00