-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Used the following to get the list of files that fail because f16 and wave operations are not supported: ``` git grep "unexpected token 'float16_t' git grep "unrecognized identifier 'float16_t' git grep "undeclared identifier 'Wave ``` Change-Id: I27d9ea4d03cb54f5cf9664d9f18f42ef6ba437e9 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/203494 Reviewed-by: James Price <[email protected]>
- Loading branch information
Showing
2,138 changed files
with
4,057 additions
and
4,057 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/storage/dynamic_index/read_f16.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/storage/dynamic_index/read_f16.wgsl.expected.ir.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
struct main_inputs { | ||
uint idx : SV_GroupIndex; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/storage/dynamic_index/write_f16.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
RWByteAddressBuffer sb : register(u0); | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/storage/static_index/read_f16.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/storage/static_index/read_f16.wgsl.expected.ir.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
struct Inner { | ||
int scalar_i32; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/storage/static_index/write_f16.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
struct Inner { | ||
int scalar_i32; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/storage/static_index/write_f16.wgsl.expected.ir.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
struct Inner { | ||
int scalar_i32; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/storage/types/array4_f16.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/storage/types/array4_f16.wgsl.expected.ir.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
|
||
ByteAddressBuffer tint_symbol : register(t0); | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/storage/types/mat2x2_f16.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/storage/types/mat2x3_f16.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/storage/types/mat2x4_f16.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/storage/types/mat3x2_f16.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/storage/types/mat3x3_f16.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/storage/types/mat3x4_f16.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/storage/types/mat4x2_f16.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/storage/types/mat4x3_f16.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/storage/types/mat4x4_f16.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/storage/types/struct_f16.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
struct Inner { | ||
float16_t scalar_f16; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/storage/types/struct_f16.wgsl.expected.ir.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
struct Inner { | ||
float16_t scalar_f16; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/dynamic_index/read_f16.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/dynamic_index/read_f16.wgsl.expected.ir.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
struct main_inputs { | ||
uint idx : SV_GroupIndex; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/static_index/read_f16.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/static_index/read_f16.wgsl.expected.ir.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
struct Inner { | ||
int scalar_i32; | ||
|
2 changes: 1 addition & 1 deletion
2
.../tint/buffer/uniform/std140/array/mat2x3_f16/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
cbuffer cbuffer_a : register(b0) { | ||
uint4 a[4]; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat2x3_f16/static_index_via_ptr.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
cbuffer cbuffer_a : register(b0) { | ||
uint4 a[4]; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat2x3_f16/to_builtin.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
cbuffer cbuffer_u : register(b0) { | ||
uint4 u[4]; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat2x3_f16/to_fn.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
cbuffer cbuffer_u : register(b0) { | ||
uint4 u[4]; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat2x3_f16/to_fn.wgsl.expected.ir.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
|
||
cbuffer cbuffer_u : register(b0) { | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat2x3_f16/to_private.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
cbuffer cbuffer_u : register(b0) { | ||
uint4 u[4]; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat2x3_f16/to_storage.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
cbuffer cbuffer_u : register(b0) { | ||
uint4 u[4]; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat2x3_f16/to_workgroup.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
groupshared matrix<float16_t, 2, 3> w[4]; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../tint/buffer/uniform/std140/array/mat2x4_f16/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
cbuffer cbuffer_a : register(b0) { | ||
uint4 a[4]; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat2x4_f16/static_index_via_ptr.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
cbuffer cbuffer_a : register(b0) { | ||
uint4 a[4]; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat2x4_f16/to_builtin.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
cbuffer cbuffer_u : register(b0) { | ||
uint4 u[4]; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat2x4_f16/to_fn.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
cbuffer cbuffer_u : register(b0) { | ||
uint4 u[4]; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat2x4_f16/to_fn.wgsl.expected.ir.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
|
||
cbuffer cbuffer_u : register(b0) { | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat2x4_f16/to_private.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
cbuffer cbuffer_u : register(b0) { | ||
uint4 u[4]; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat2x4_f16/to_storage.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
cbuffer cbuffer_u : register(b0) { | ||
uint4 u[4]; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat2x4_f16/to_workgroup.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
groupshared matrix<float16_t, 2, 4> w[4]; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../tint/buffer/uniform/std140/array/mat4x2_f16/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
cbuffer cbuffer_a : register(b0) { | ||
uint4 a[4]; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat4x2_f16/static_index_via_ptr.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
cbuffer cbuffer_a : register(b0) { | ||
uint4 a[4]; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat4x2_f16/to_builtin.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
cbuffer cbuffer_u : register(b0) { | ||
uint4 u[4]; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat4x2_f16/to_fn.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
cbuffer cbuffer_u : register(b0) { | ||
uint4 u[4]; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat4x2_f16/to_fn.wgsl.expected.ir.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
|
||
cbuffer cbuffer_u : register(b0) { | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat4x2_f16/to_private.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
cbuffer cbuffer_u : register(b0) { | ||
uint4 u[4]; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat4x2_f16/to_storage.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
cbuffer cbuffer_u : register(b0) { | ||
uint4 u[4]; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat4x2_f16/to_workgroup.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
groupshared matrix<float16_t, 4, 2> w[4]; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../tint/buffer/uniform/std140/array/mat4x3_f16/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
cbuffer cbuffer_a : register(b0) { | ||
uint4 a[8]; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat4x3_f16/static_index_via_ptr.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
cbuffer cbuffer_a : register(b0) { | ||
uint4 a[8]; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat4x3_f16/to_builtin.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
cbuffer cbuffer_u : register(b0) { | ||
uint4 u[8]; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat4x3_f16/to_fn.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
cbuffer cbuffer_u : register(b0) { | ||
uint4 u[8]; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat4x3_f16/to_fn.wgsl.expected.ir.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
|
||
cbuffer cbuffer_u : register(b0) { | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat4x3_f16/to_private.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
cbuffer cbuffer_u : register(b0) { | ||
uint4 u[8]; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat4x3_f16/to_storage.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
cbuffer cbuffer_u : register(b0) { | ||
uint4 u[8]; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat4x3_f16/to_workgroup.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
groupshared matrix<float16_t, 4, 3> w[4]; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../tint/buffer/uniform/std140/array/mat4x4_f16/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
cbuffer cbuffer_a : register(b0) { | ||
uint4 a[8]; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat4x4_f16/static_index_via_ptr.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
cbuffer cbuffer_a : register(b0) { | ||
uint4 a[8]; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat4x4_f16/to_builtin.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
cbuffer cbuffer_u : register(b0) { | ||
uint4 u[8]; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat4x4_f16/to_fn.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
cbuffer cbuffer_u : register(b0) { | ||
uint4 u[8]; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat4x4_f16/to_fn.wgsl.expected.ir.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
|
||
cbuffer cbuffer_u : register(b0) { | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat4x4_f16/to_private.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
cbuffer cbuffer_u : register(b0) { | ||
uint4 u[8]; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat4x4_f16/to_storage.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
cbuffer cbuffer_u : register(b0) { | ||
uint4 u[8]; | ||
|
2 changes: 1 addition & 1 deletion
2
test/tint/buffer/uniform/std140/array/mat4x4_f16/to_workgroup.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
groupshared matrix<float16_t, 4, 4> w[4]; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...tint/buffer/uniform/std140/struct/mat2x2_f16/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SKIP: FAILED | ||
SKIP: INVALID | ||
|
||
struct Inner { | ||
matrix<float16_t, 2, 2> m; | ||
|
Oops, something went wrong.