dawn-cmake/test/array
Stephen White bf0180bcee GLSL: only emit default precision qualifier for frag shader.
Other shader types don't need this.
Also fix code style of member var.

Bug: tint:1360
Change-Id: Ic3600ec7c6da9b85b57655fabbf1f2e44b0ea7d3
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/79640
Reviewed-by: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Stephen White <senorblanco@chromium.org>
2022-02-07 18:49:46 +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 Deprecate the @stride attribute 2022-01-20 22:11:07 +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 Deprecate the @stride attribute 2022-01-20 22:11:07 +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 Deprecate the @stride attribute 2022-01-20 22:11:07 +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 transform/msl: Run InlinePointerLets and Simplify 2021-06-18 09:47:23 +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 Deprecate the @stride attribute 2022-01-20 22:11:07 +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 Add transform/WrapArraysInStructs 2021-06-16 09:19:36 +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 Add transform/WrapArraysInStructs 2021-06-16 09:19:36 +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 Allow array size to be a module-scope constant 2021-09-02 13:49:59 +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 reader/spirv: Decompose arrays with strides 2022-02-04 15:39:34 +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 Restore "MSL writer: make signed int overflow defined behaviour" 2021-07-30 18:59:06 +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