dawn-cmake/fuzzers
Ben Clayton 281b602f59 type::Manager: Simplify interface and use BlockAllocator
Internally use BlockAllocator to allocate the types.
When we optimize the allocation patterns of BlockAllocator, this will now benefit both AST nodes and types.

Remove Reset(). It was not used.

Remove type::Manager::Get(std::unique_ptr<type::Type>) - this was used (via Module::unique_type) in one place, which has easily been migrated to using the standard Module::create<>.

Replace all remaining uses of std::unique_ptr<> of types in tests with the standard create<> so we can guarantee uniqueness of the types.

Change-Id: Ib0e1fe94e492b31816450df5de0c839a0aefcb9e
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/38362
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: dan sinclair <dsinclair@chromium.org>
2021-01-21 16:35:10 +00:00
..
CMakeLists.txt Fix typos in CMakeLists 2021-01-18 21:39:14 +00:00
dictionary.txt Update storage_buffer storage class. 2021-01-18 21:06:34 +00:00
tint_all_transforms_fuzzer.cc Re-land fuzzing work with fix 2021-01-12 16:23:48 +00:00
tint_ast_clone_fuzzer.cc type::Manager: Simplify interface and use BlockAllocator 2021-01-21 16:35:10 +00:00
tint_bound_array_accessors_fuzzer.cc Re-land fuzzing work with fix 2021-01-12 16:23:48 +00:00
tint_common_fuzzer.cc Initialize transform manager to null in fuzzer 2021-01-18 19:48:54 +00:00
tint_common_fuzzer.h Add fuzzer for Inspector 2021-01-13 15:50:11 +00:00
tint_emit_vertex_point_size_fuzzer.cc Re-land fuzzing work with fix 2021-01-12 16:23:48 +00:00
tint_first_index_offset_fuzzer.cc Re-land fuzzing work with fix 2021-01-12 16:23:48 +00:00
tint_inspector_fuzzer.cc Add in Inspector Fuzzer implementation file 2021-01-13 20:15:32 +00:00
tint_spv_reader_fuzzer.cc Re-land fuzzing work with fix 2021-01-12 16:23:48 +00:00
tint_spv_reader_hlsl_writer_fuzzer.cc Re-land fuzzing work with fix 2021-01-12 16:23:48 +00:00
tint_spv_reader_msl_writer_fuzzer.cc Re-land fuzzing work with fix 2021-01-12 16:23:48 +00:00
tint_spv_reader_spv_writer_fuzzer.cc Re-land fuzzing work with fix 2021-01-12 16:23:48 +00:00
tint_spv_reader_wgsl_writer_fuzzer.cc Re-land fuzzing work with fix 2021-01-12 16:23:48 +00:00
tint_wgsl_reader_fuzzer.cc Re-land fuzzing work with fix 2021-01-12 16:23:48 +00:00
tint_wgsl_reader_hlsl_writer_fuzzer.cc Re-land fuzzing work with fix 2021-01-12 16:23:48 +00:00
tint_wgsl_reader_msl_writer_fuzzer.cc Re-land fuzzing work with fix 2021-01-12 16:23:48 +00:00
tint_wgsl_reader_spv_writer_fuzzer.cc Re-land fuzzing work with fix 2021-01-12 16:23:48 +00:00
tint_wgsl_reader_wgsl_writer_fuzzer.cc Re-land fuzzing work with fix 2021-01-12 16:23:48 +00:00