dawn-cmake/src/writer/spirv
Ben Clayton 0613890eed Replace remaining std::make_unique<T> -> create<T> for ast::Nodes
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: I9d85e925538789d9b58f32c2bba32a05e22aea1c
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/32863
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: dan sinclair <dsinclair@chromium.org>
2020-11-16 16:24:37 +00:00
..
binary_writer.cc Move generators to unique pointers. 2020-09-03 00:58:46 +00:00
binary_writer.h Move generators to unique pointers. 2020-09-03 00:58:46 +00:00
binary_writer_test.cc Place the namer into the context object. 2020-11-13 18:13:24 +00:00
builder.cc [spirv-writer] Fixup generation of temporary variable. 2020-11-16 15:34:07 +00:00
builder.h Place the namer into the context object. 2020-11-13 18:13:24 +00:00
builder_accessor_expression_test.cc [spirv-writer] Fixup generation of temporary variable. 2020-11-16 15:34:07 +00:00
builder_assign_test.cc writer/spirv tests: Replace std::make_unique<T> -> create<T> 2020-11-14 01:09:04 +00:00
builder_binary_expression_test.cc writer/spirv tests: Replace std::make_unique<T> -> create<T> 2020-11-14 01:09:04 +00:00
builder_bitcast_expression_test.cc writer/spirv tests: Replace std::make_unique<T> -> create<T> 2020-11-14 01:09:04 +00:00
builder_block_test.cc writer/spirv tests: Replace std::make_unique<T> -> create<T> 2020-11-14 01:09:04 +00:00
builder_call_test.cc ast: Add body parameter to ast::Function constructors 2020-11-14 01:13:04 +00:00
builder_constructor_expression_test.cc writer/spirv tests: Replace std::make_unique<T> -> create<T> 2020-11-14 01:09:04 +00:00
builder_discard_test.cc Place the namer into the context object. 2020-11-13 18:13:24 +00:00
builder_format_conversion_test.cc Place the namer into the context object. 2020-11-13 18:13:24 +00:00
builder_function_decoration_test.cc ast: Add body parameter to ast::Function constructors 2020-11-14 01:13:04 +00:00
builder_function_test.cc [spirv-writer] Generate loads for const constructors. 2020-11-16 15:06:37 +00:00
builder_function_variable_test.cc [spirv-writer] Generate loads for const constructors. 2020-11-16 15:06:37 +00:00
builder_global_variable_test.cc writer/spirv tests: Replace std::make_unique<T> -> create<T> 2020-11-14 01:09:04 +00:00
builder_ident_expression_test.cc writer/spirv tests: Replace std::make_unique<T> -> create<T> 2020-11-14 01:09:04 +00:00
builder_if_test.cc Replace remaining std::make_unique<T> -> create<T> for ast::Nodes 2020-11-16 16:24:37 +00:00
builder_intrinsic_test.cc ast: Add body parameter to ast::Function constructors 2020-11-14 01:13:04 +00:00
builder_literal_test.cc Place the namer into the context object. 2020-11-13 18:13:24 +00:00
builder_loop_test.cc ast: Remove no-arg constructor for ast::LoopStatement 2020-11-14 09:52:25 +00:00
builder_return_test.cc writer/spirv tests: Replace std::make_unique<T> -> create<T> 2020-11-14 01:09:04 +00:00
builder_switch_test.cc ast: Add body parameter to ast::Function constructors 2020-11-14 01:13:04 +00:00
builder_test.cc Place the namer into the context object. 2020-11-13 18:13:24 +00:00
builder_type_test.cc writer/spirv tests: Replace std::make_unique<T> -> create<T> 2020-11-14 01:09:04 +00:00
builder_unary_op_expression_test.cc writer/spirv tests: Replace std::make_unique<T> -> create<T> 2020-11-14 01:09:04 +00:00
function.cc [spirv-writer] Add Operand and Instruction list aliases. 2020-06-22 20:18:26 +00:00
function.h [spirv-writer] Add Operand and Instruction list aliases. 2020-06-22 20:18:26 +00:00
generator.cc Place the namer into the context object. 2020-11-13 18:13:24 +00:00
generator.h Place the namer into the context object. 2020-11-13 18:13:24 +00:00
instruction.cc [spirv-writer] Add Operand and Instruction list aliases. 2020-06-22 20:18:26 +00:00
instruction.h [spirv-writer] Add Operand and Instruction list aliases. 2020-06-22 20:18:26 +00:00
instruction_test.cc Windows fixes. 2020-05-04 18:58:24 +00:00
operand.cc Fix type conversions to make Clang 10 happy 2020-04-22 17:46:36 +00:00
operand.h [spirv-writer] Add Operand and Instruction list aliases. 2020-06-22 20:18:26 +00:00
operand_test.cc Windows fixes. 2020-05-04 18:58:24 +00:00
spv_dump.cc Move generators to unique pointers. 2020-09-03 00:58:46 +00:00
spv_dump.h Move generators to unique pointers. 2020-09-03 00:58:46 +00:00
test_helper.h writer/spirv tests: Replace std::make_unique<T> -> create<T> 2020-11-14 01:09:04 +00:00