..
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: standardize layout() formatting (whitespace change).
2022-01-25 20:06:05 +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: standardize layout() formatting (whitespace change).
2022-01-25 20:06:05 +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: standardize layout() formatting (whitespace change).
2022-01-25 20:06:05 +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 samples: add empty entry point if needed.
2022-01-21 18:40:18 +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: standardize layout() formatting (whitespace change).
2022-01-25 20:06:05 +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: add .expected.glsl files for all tests.
2021-11-16 15:15:36 +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: add .expected.glsl files for all tests.
2021-11-16 15:15:36 +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: add .expected.glsl files for all tests.
2021-11-16 15:15:36 +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
type_constructor.wgsl
wgsl: Replace [[decoration]] with @decoration
2022-01-19 22:46:57 +00:00
type_constructor.wgsl.expected.glsl
GLSL: add .expected.glsl files for all tests.
2021-11-16 15:15:36 +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