dawn-cmake/test/array
Ben Clayton 8ec32a6ec9 writers: Use the new sem::Module::DependencyOrderedDeclarations
As the resolver currently enforces in-order declarations, this does not
change the declaration order from iterating over the
ast::Module::GlobalDeclarations.

The MSL backend has been changed to use the
sem::Module::DependencyOrderedDeclarations list instead of looping over
different declaration types separately.

Bug: tint:1266
Change-Id: I698d612032285311017bfceab3c42adae1928a0e
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/79767
Reviewed-by: James Price <jrprice@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
2022-02-09 23:55:51 +00:00
..
assign_to_function_var.wgsl Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_function_var.wgsl.expected.glsl GLSL: only emit default precision qualifier for frag shader. 2022-02-07 18:49:46 +00:00
assign_to_function_var.wgsl.expected.hlsl Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_function_var.wgsl.expected.msl writers: Use the new sem::Module::DependencyOrderedDeclarations 2022-02-09 23:55:51 +00:00
assign_to_function_var.wgsl.expected.spvasm Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_function_var.wgsl.expected.wgsl Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_private_var.wgsl Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_private_var.wgsl.expected.glsl GLSL: only emit default precision qualifier for frag shader. 2022-02-07 18:49:46 +00:00
assign_to_private_var.wgsl.expected.hlsl Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_private_var.wgsl.expected.msl writers: Use the new sem::Module::DependencyOrderedDeclarations 2022-02-09 23:55:51 +00:00
assign_to_private_var.wgsl.expected.spvasm Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_private_var.wgsl.expected.wgsl Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_storage_var.wgsl Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_storage_var.wgsl.expected.glsl GLSL: only emit default precision qualifier for frag shader. 2022-02-07 18:49:46 +00:00
assign_to_storage_var.wgsl.expected.hlsl Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_storage_var.wgsl.expected.msl writers: Use the new sem::Module::DependencyOrderedDeclarations 2022-02-09 23:55:51 +00:00
assign_to_storage_var.wgsl.expected.spvasm Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_storage_var.wgsl.expected.wgsl Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_subexpr.wgsl writer/msl: Wrap each array type in a struct 2021-06-02 17:23:03 +00:00
assign_to_subexpr.wgsl.expected.glsl GLSL: only emit default precision qualifier for frag shader. 2022-02-07 18:49:46 +00:00
assign_to_subexpr.wgsl.expected.hlsl writer/hlsl: Don't wrap arrays in structures 2021-07-05 15:20:57 +00:00
assign_to_subexpr.wgsl.expected.msl writers: Use the new sem::Module::DependencyOrderedDeclarations 2022-02-09 23:55:51 +00:00
assign_to_subexpr.wgsl.expected.spvasm transform/spirv: Use InlinePointerLets & Simplify 2021-06-10 17:34:44 +00:00
assign_to_subexpr.wgsl.expected.wgsl wgsl: Do not require a semicolon after a struct 2022-01-19 18:11:17 +00:00
assign_to_workgroup_var.wgsl Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_workgroup_var.wgsl.expected.glsl GLSL: only emit default precision qualifier for frag shader. 2022-02-07 18:49:46 +00:00
assign_to_workgroup_var.wgsl.expected.hlsl Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_workgroup_var.wgsl.expected.msl writers: Use the new sem::Module::DependencyOrderedDeclarations 2022-02-09 23:55:51 +00:00
assign_to_workgroup_var.wgsl.expected.spvasm Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_workgroup_var.wgsl.expected.wgsl Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
function_parameter.wgsl wgsl: Replace [[decoration]] with @decoration 2022-01-19 22:46:57 +00:00
function_parameter.wgsl.expected.glsl GLSL: only emit default precision qualifier for frag shader. 2022-02-07 18:49:46 +00:00
function_parameter.wgsl.expected.hlsl writer/hlsl: Don't wrap arrays in structures 2021-07-05 15:20:57 +00:00
function_parameter.wgsl.expected.msl writers: Use the new sem::Module::DependencyOrderedDeclarations 2022-02-09 23:55:51 +00:00
function_parameter.wgsl.expected.spvasm writer/msl: Wrap each array type in a struct 2021-06-02 17:23:03 +00:00
function_parameter.wgsl.expected.wgsl wgsl: Replace [[decoration]] with @decoration 2022-01-19 22:46:57 +00:00
function_return_type.wgsl wgsl: Replace [[decoration]] with @decoration 2022-01-19 22:46:57 +00:00
function_return_type.wgsl.expected.glsl GLSL: only emit default precision qualifier for frag shader. 2022-02-07 18:49:46 +00:00
function_return_type.wgsl.expected.hlsl writer/hlsl: Don't wrap arrays in structures 2021-07-05 15:20:57 +00:00
function_return_type.wgsl.expected.msl writers: Use the new sem::Module::DependencyOrderedDeclarations 2022-02-09 23:55:51 +00:00
function_return_type.wgsl.expected.spvasm writer/msl: Wrap each array type in a struct 2021-06-02 17:23:03 +00:00
function_return_type.wgsl.expected.wgsl wgsl: Replace [[decoration]] with @decoration 2022-01-19 22:46:57 +00:00
size.wgsl wgsl: Replace [[decoration]] with @decoration 2022-01-19 22:46:57 +00:00
size.wgsl.expected.glsl GLSL: move entry point handling to CanonicalizeEntryPointIO transform. 2022-01-28 22:36:58 +00:00
size.wgsl.expected.hlsl Allow array size to be a module-scope constant 2021-09-02 13:49:59 +00:00
size.wgsl.expected.msl writers: Use the new sem::Module::DependencyOrderedDeclarations 2022-02-09 23:55:51 +00:00
size.wgsl.expected.spvasm Allow array size to be a module-scope constant 2021-09-02 13:49:59 +00:00
size.wgsl.expected.wgsl wgsl: Replace [[decoration]] with @decoration 2022-01-19 22:46:57 +00:00
strides.spvasm reader/spirv: Decompose arrays with strides 2022-02-04 15:39:34 +00:00
strides.spvasm.expected.glsl GLSL: only emit default precision qualifier for frag shader. 2022-02-07 18:49:46 +00:00
strides.spvasm.expected.hlsl reader/spirv: Decompose arrays with strides 2022-02-04 15:39:34 +00:00
strides.spvasm.expected.msl writers: Use the new sem::Module::DependencyOrderedDeclarations 2022-02-09 23:55:51 +00:00
strides.spvasm.expected.spvasm reader/spirv: Decompose arrays with strides 2022-02-04 15:39:34 +00:00
strides.spvasm.expected.wgsl reader/spirv: Decompose arrays with strides 2022-02-04 15:39:34 +00:00
type_constructor.wgsl wgsl: Replace [[decoration]] with @decoration 2022-01-19 22:46:57 +00:00
type_constructor.wgsl.expected.glsl GLSL: only emit default precision qualifier for frag shader. 2022-02-07 18:49:46 +00:00
type_constructor.wgsl.expected.hlsl writer/hlsl: Don't wrap arrays in structures 2021-07-05 15:20:57 +00:00
type_constructor.wgsl.expected.msl writers: Use the new sem::Module::DependencyOrderedDeclarations 2022-02-09 23:55:51 +00:00
type_constructor.wgsl.expected.spvasm writer/msl: Hoist array and struct initializers 2021-06-01 12:08:20 +00:00
type_constructor.wgsl.expected.wgsl wgsl: Replace [[decoration]] with @decoration 2022-01-19 22:46:57 +00:00