tint: Fix failing e2e tests due to updated spirv-val
These were marked as SKIP a couple months ago when vulkan-deps were updated, and our spir-v reader started failing (see https://dawn-review.googlesource.com/c/dawn/+/98020). Change-Id: I1206fd5a941b38f00094ab00d0675cd46df77adf Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/103821 Commit-Queue: Antonio Maiorano <amaiorano@google.com> Reviewed-by: Ben Clayton <bclayton@google.com>
This commit is contained in:
parent
cb41b8f97f
commit
4bffb56cca
|
@ -14,6 +14,7 @@ OpDecorate %myvar Binding 0
|
|||
OpDecorate %_struct_3 Block
|
||||
OpMemberDecorate %_struct_3 0 MatrixStride 64
|
||||
OpMemberDecorate %_struct_3 0 Offset 0
|
||||
OpMemberDecorate %_struct_3 0 ColMajor
|
||||
%void = OpTypeVoid
|
||||
%5 = OpTypeFunction %void
|
||||
%float = OpTypeFloat 32
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
SKIP: FAILED
|
||||
|
||||
|
||||
|
||||
error: line:16: Structure id 3 decorated as Block must be explicitly laid out with RowMajor or ColMajor decorations.
|
||||
%_struct_3 = OpTypeStruct %mat3v2float
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
SKIP: FAILED
|
||||
|
||||
|
||||
|
||||
error: line:16: Structure id 3 decorated as Block must be explicitly laid out with RowMajor or ColMajor decorations.
|
||||
%_struct_3 = OpTypeStruct %mat3v2float
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
SKIP: FAILED
|
||||
|
||||
|
||||
|
||||
error: line:16: Structure id 3 decorated as Block must be explicitly laid out with RowMajor or ColMajor decorations.
|
||||
%_struct_3 = OpTypeStruct %mat3v2float
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
SKIP: FAILED
|
||||
|
||||
|
||||
|
||||
error: line:16: Structure id 3 decorated as Block must be explicitly laid out with RowMajor or ColMajor decorations.
|
||||
%_struct_3 = OpTypeStruct %mat3v2float
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
SKIP: FAILED
|
||||
|
||||
|
||||
|
||||
error: line:16: Structure id 3 decorated as Block must be explicitly laid out with RowMajor or ColMajor decorations.
|
||||
%_struct_3 = OpTypeStruct %mat3v2float
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
SKIP: FAILED
|
||||
|
||||
|
||||
|
||||
error: line:16: Structure id 3 decorated as Block must be explicitly laid out with RowMajor or ColMajor decorations.
|
||||
%_struct_3 = OpTypeStruct %mat3v2float
|
||||
|
|
@ -14,6 +14,7 @@ OpDecorate %myvar Binding 0
|
|||
OpDecorate %_struct_3 Block
|
||||
OpMemberDecorate %_struct_3 0 MatrixStride 8
|
||||
OpMemberDecorate %_struct_3 0 Offset 0
|
||||
OpMemberDecorate %_struct_3 0 ColMajor
|
||||
%void = OpTypeVoid
|
||||
%5 = OpTypeFunction %void
|
||||
%float = OpTypeFloat 32
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
SKIP: FAILED
|
||||
|
||||
|
||||
|
||||
error: line:16: Structure id 3 decorated as Block must be explicitly laid out with RowMajor or ColMajor decorations.
|
||||
%_struct_3 = OpTypeStruct %mat3v2float
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
SKIP: FAILED
|
||||
|
||||
|
||||
|
||||
error: line:16: Structure id 3 decorated as Block must be explicitly laid out with RowMajor or ColMajor decorations.
|
||||
%_struct_3 = OpTypeStruct %mat3v2float
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
SKIP: FAILED
|
||||
|
||||
|
||||
|
||||
error: line:16: Structure id 3 decorated as Block must be explicitly laid out with RowMajor or ColMajor decorations.
|
||||
%_struct_3 = OpTypeStruct %mat3v2float
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
SKIP: FAILED
|
||||
|
||||
|
||||
|
||||
error: line:16: Structure id 3 decorated as Block must be explicitly laid out with RowMajor or ColMajor decorations.
|
||||
%_struct_3 = OpTypeStruct %mat3v2float
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
SKIP: FAILED
|
||||
|
||||
|
||||
|
||||
error: line:16: Structure id 3 decorated as Block must be explicitly laid out with RowMajor or ColMajor decorations.
|
||||
%_struct_3 = OpTypeStruct %mat3v2float
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
SKIP: FAILED
|
||||
|
||||
|
||||
|
||||
error: line:16: Structure id 3 decorated as Block must be explicitly laid out with RowMajor or ColMajor decorations.
|
||||
%_struct_3 = OpTypeStruct %mat3v2float
|
||||
|
|
@ -14,6 +14,7 @@ OpDecorate %myvar Binding 0
|
|||
OpDecorate %_struct_3 Block
|
||||
OpMemberDecorate %_struct_3 0 MatrixStride 8
|
||||
OpMemberDecorate %_struct_3 0 Offset 0
|
||||
OpMemberDecorate %_struct_3 0 ColMajor
|
||||
%void = OpTypeVoid
|
||||
%5 = OpTypeFunction %void
|
||||
%float = OpTypeFloat 32
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
SKIP: FAILED
|
||||
|
||||
|
||||
|
||||
error: line:16: Structure id 3 decorated as Block must be explicitly laid out with RowMajor or ColMajor decorations.
|
||||
%_struct_3 = OpTypeStruct %mat3v2float
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
SKIP: FAILED
|
||||
|
||||
|
||||
|
||||
error: line:16: Structure id 3 decorated as Block must be explicitly laid out with RowMajor or ColMajor decorations.
|
||||
%_struct_3 = OpTypeStruct %mat3v2float
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
SKIP: FAILED
|
||||
|
||||
|
||||
|
||||
error: line:16: Structure id 3 decorated as Block must be explicitly laid out with RowMajor or ColMajor decorations.
|
||||
%_struct_3 = OpTypeStruct %mat3v2float
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
SKIP: FAILED
|
||||
|
||||
|
||||
|
||||
error: line:16: Structure id 3 decorated as Block must be explicitly laid out with RowMajor or ColMajor decorations.
|
||||
%_struct_3 = OpTypeStruct %mat3v2float
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
SKIP: FAILED
|
||||
|
||||
|
||||
|
||||
error: line:16: Structure id 3 decorated as Block must be explicitly laid out with RowMajor or ColMajor decorations.
|
||||
%_struct_3 = OpTypeStruct %mat3v2float
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
SKIP: FAILED
|
||||
|
||||
|
||||
|
||||
error: line:16: Structure id 3 decorated as Block must be explicitly laid out with RowMajor or ColMajor decorations.
|
||||
%_struct_3 = OpTypeStruct %mat3v2float
|
||||
|
Loading…
Reference in New Issue