dawn-cmake/src/ast
Ryan Harrison 13dbbc6797 Remove references 1D Array texture dimension
WGSL recently removed this concept, since it didn't exist in WebGPU,
so excising it from the code.

BUG=tint:515

Change-Id: Ibbca6bd643fd96c2fb10bd33f471c9e9e58de535
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/42320
Auto-Submit: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
2021-02-24 05:05:21 +00:00
..
access_control.cc ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
access_control.h [ast] Unify the access control types. 2020-10-29 13:36:32 +00:00
access_decoration.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
access_decoration.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
access_decoration_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
array_accessor_expression.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
array_accessor_expression.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
array_accessor_expression_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
array_decoration.cc Add ClassID::Unique template and TINT_INSTANTIATE_CLASS_ID 2020-12-02 18:19:28 +00:00
array_decoration.h Cleanup some includes 2020-12-10 18:42:41 +00:00
assignment_statement.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
assignment_statement.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
assignment_statement_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
binary_expression.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
binary_expression.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
binary_expression_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
binding_decoration.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
binding_decoration.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
binding_decoration_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
bitcast_expression.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
bitcast_expression.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
bitcast_expression_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
block_statement.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
block_statement.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
block_statement_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
bool_literal.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
bool_literal.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
bool_literal_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
break_statement.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
break_statement.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
break_statement_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
builtin.cc [ast] Rename Builtin::kSampleId to Builtin::kSampleIndex 2021-02-16 18:21:41 +00:00
builtin.h [ast] Rename Builtin::kSampleId to Builtin::kSampleIndex 2021-02-16 18:21:41 +00:00
builtin_decoration.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
builtin_decoration.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
builtin_decoration_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
call_expression.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
call_expression.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
call_expression_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
call_statement.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
call_statement.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
call_statement_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
case_statement.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
case_statement.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
case_statement_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
constant_id_decoration.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
constant_id_decoration.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
constant_id_decoration_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
constructor_expression.cc ast: Remove expression constructors that don't take a Source 2020-12-12 01:38:13 +00:00
constructor_expression.h ast: Remove expression constructors that don't take a Source 2020-12-12 01:38:13 +00:00
continue_statement.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
continue_statement.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
continue_statement_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
decoration.cc Add ClassID::Unique template and TINT_INSTANTIATE_CLASS_ID 2020-12-02 18:19:28 +00:00
decoration.h ast: Remove non-group DecorationKind enums 2020-11-30 23:30:58 +00:00
decoration_test.cc Start cleaning up tests (3/N) 2020-12-14 22:30:57 +00:00
discard_statement.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
discard_statement.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
discard_statement_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
else_statement.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
else_statement.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
else_statement_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
expression.cc Migrate to using semantic::Expression 2021-01-29 16:43:41 +00:00
expression.h Migrate to using semantic::Expression 2021-01-29 16:43:41 +00:00
fallthrough_statement.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
fallthrough_statement.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
fallthrough_statement_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
float_literal.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
float_literal.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
float_literal_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
function.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
function.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
function_decoration.cc Add ClassID::Unique template and TINT_INSTANTIATE_CLASS_ID 2020-12-02 18:19:28 +00:00
function_decoration.h Replace FunctionDecoration::(Is|As)Workgroup with Castable 2020-11-30 23:30:58 +00:00
function_test.cc ProgramBuilder: Swap parameter order for Var and Const 2021-02-16 23:57:01 +00:00
group_decoration.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
group_decoration.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
group_decoration_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
identifier_expression.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
identifier_expression.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
identifier_expression_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
if_statement.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
if_statement.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
if_statement_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
int_literal.cc ast: Add Source argument to literals 2020-12-12 01:35:43 +00:00
int_literal.h ast: Add Source argument to literals 2020-12-12 01:35:43 +00:00
int_literal_test.cc ast::TypesBuilder: Change const fields to getters 2021-01-26 16:57:10 +00:00
intrinsic_texture_helper_test.cc Remove references 1D Array texture dimension 2021-02-24 05:05:21 +00:00
intrinsic_texture_helper_test.h Remove references 1D Array texture dimension 2021-02-24 05:05:21 +00:00
literal.cc Introduce semantic::Info 2021-01-29 10:55:40 +00:00
literal.h Introduce semantic::Info 2021-01-29 10:55:40 +00:00
location_decoration.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
location_decoration.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
location_decoration_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
loop_statement.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
loop_statement.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
loop_statement_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
member_accessor_expression.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
member_accessor_expression.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
member_accessor_expression_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
module.cc ICE macros: Use '<<' for error message 2021-02-18 16:33:38 +00:00
module.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
module_clone_test.cc Remove deprecated APIs 2021-02-17 20:15:25 +00:00
module_test.cc ProgramBuilder: Swap parameter order for Var and Const 2021-02-16 23:57:01 +00:00
node.cc Introduce semantic::Info 2021-01-29 10:55:40 +00:00
node.h Add tint::Cloneable base class 2021-02-17 13:17:39 +00:00
null_literal.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
null_literal.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
null_literal_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
pipeline_stage.cc Initial commit 2020-03-02 15:47:43 -05:00
pipeline_stage.h Initial commit 2020-03-02 15:47:43 -05:00
return_statement.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
return_statement.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
return_statement_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
scalar_constructor_expression.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
scalar_constructor_expression.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
scalar_constructor_expression_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
sint_literal.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
sint_literal.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
sint_literal_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
stage_decoration.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
stage_decoration.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
stage_decoration_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
statement.cc ast: Remove statement constructors that don't take a Source 2020-12-12 11:58:44 +00:00
statement.h reader/spirv: Remove use of BlockStatement::append() 2020-12-14 19:48:47 +00:00
storage_class.cc Update storage_buffer storage class. 2021-01-18 21:06:34 +00:00
storage_class.h Update storage_buffer storage class. 2021-01-18 21:06:34 +00:00
stride_decoration.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
stride_decoration.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
stride_decoration_test.cc Start cleaning up tests (3/N) 2020-12-14 22:30:57 +00:00
struct.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
struct.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
struct_block_decoration.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
struct_block_decoration.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
struct_decoration.cc Add ClassID::Unique template and TINT_INSTANTIATE_CLASS_ID 2020-12-02 18:19:28 +00:00
struct_decoration.h Replace StructDecoration::IsBlock with Castable 2020-11-30 23:30:58 +00:00
struct_member.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
struct_member.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
struct_member_decoration.cc Add ClassID::Unique template and TINT_INSTANTIATE_CLASS_ID 2020-12-02 18:19:28 +00:00
struct_member_decoration.h Cleanup some includes 2020-12-10 18:42:41 +00:00
struct_member_offset_decoration.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
struct_member_offset_decoration.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
struct_member_offset_decoration_test.cc Start cleaning up tests (3/N) 2020-12-14 22:30:57 +00:00
struct_member_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
struct_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
switch_statement.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
switch_statement.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
switch_statement_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
test_helper.h Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
type_constructor_expression.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
type_constructor_expression.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
type_constructor_expression_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
type_decoration.cc Add ClassID::Unique template and TINT_INSTANTIATE_CLASS_ID 2020-12-02 18:19:28 +00:00
type_decoration.h Cleanup some includes 2020-12-10 18:42:41 +00:00
uint_literal.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
uint_literal.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
uint_literal_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
unary_op.cc Initial commit 2020-03-02 15:47:43 -05:00
unary_op.h Initial commit 2020-03-02 15:47:43 -05:00
unary_op_expression.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
unary_op_expression.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
unary_op_expression_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
variable.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
variable.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
variable_decl_statement.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
variable_decl_statement.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
variable_decl_statement_test.cc ProgramBuilder: Swap parameter order for Var and Const 2021-02-16 23:57:01 +00:00
variable_decoration.cc Add ClassID::Unique template and TINT_INSTANTIATE_CLASS_ID 2020-12-02 18:19:28 +00:00
variable_decoration.h Cleanup some includes 2020-12-10 18:42:41 +00:00
variable_test.cc ProgramBuilder: Remove storage parameter from [Global]Const() 2021-02-17 00:26:52 +00:00
workgroup_decoration.cc Cloning: move arguments to create() into temporary locals 2021-02-11 20:27:14 +00:00
workgroup_decoration.h ast: Remove @notes about semantic info not being cloned 2021-02-17 01:01:03 +00:00
workgroup_decoration_test.cc Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00