dawn-cmake/src/transform
Ben Clayton a1f4d4fda9 transform tests: Replace std::make_unique<T> -> create<T>
create() is currently just a simple forwarder to std::make_unique<>, but
will be later replaced with a function that returns a raw pointer,
and owned by the context.

Bug: tint:322
Change-Id: I630ce57017fe84b5d00e9bd74902f47547a13f3a
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/32669
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: dan sinclair <dsinclair@chromium.org>
2020-11-13 22:16:25 +00:00
..
bound_array_accessors_transform.cc Fixup lint errors. 2020-11-03 16:26:09 +00:00
bound_array_accessors_transform.h Fixup lint errors. 2020-11-03 16:26:09 +00:00
bound_array_accessors_transform_test.cc transform tests: Replace std::make_unique<T> -> create<T> 2020-11-13 22:16:25 +00:00
manager.cc [transform] Add a simple transform manager. 2020-09-29 23:54:03 +00:00
manager.h Fixup lint errors. 2020-11-03 16:26:09 +00:00
transformer.cc [transform] Add Transformer base class 2020-09-29 20:28:21 +00:00
transformer.h [transform] Add Transformer base class 2020-09-29 20:28:21 +00:00
vertex_pulling_transform.cc Add Source parameter to decoration constructors 2020-11-03 21:48:20 +00:00
vertex_pulling_transform.h Fixup lint errors. 2020-11-03 16:26:09 +00:00
vertex_pulling_transform_test.cc transform tests: Replace std::make_unique<T> -> create<T> 2020-11-13 22:16:25 +00:00