test: Regenerate vk-gl-cts WGSL sources

This removes @stride, which will soon be invalid.

Bug: tint:1381
Change-Id: I3cbe987edb9b918b2f344b92a4f0fe4838df4a80
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/83962
Reviewed-by: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
James Price
2022-03-21 16:09:17 +00:00
parent 6bd90d666e
commit 1a72a76e4f
594 changed files with 5734 additions and 10489 deletions

View File

@@ -2,9 +2,9 @@ struct BST {
data : i32;
leftIndex : i32;
rightIndex : i32;
};
}
var<private> tree_1 : array<BST, 10>;
var<private> tree_1 : array<BST, 10u>;
var<private> x_GLF_color : vec4<f32>;
@@ -55,7 +55,6 @@ fn insert_i1_i1_(treeIndex : ptr<function, i32>, data_1 : ptr<function, i32>) {
baseIndex = x_198;
continue;
}
return;
} else {
let x_199 : i32 = baseIndex;
let x_201 : i32 = tree_1[x_199].rightIndex;
@@ -78,9 +77,7 @@ fn insert_i1_i1_(treeIndex : ptr<function, i32>, data_1 : ptr<function, i32>) {
baseIndex = x_218;
continue;
}
return;
}
return;
}
return;
}
@@ -255,7 +252,7 @@ fn main_1() {
struct main_out {
@location(0)
x_GLF_color_1 : vec4<f32>;
};
}
@stage(fragment)
fn main() -> main_out {

View File

@@ -2,9 +2,9 @@ struct BST {
data : i32;
leftIndex : i32;
rightIndex : i32;
};
}
var<private> tree_1 : array<BST, 10>;
var<private> tree_1 : array<BST, 10u>;
var<private> gl_FragCoord : vec4<f32>;
@@ -57,7 +57,6 @@ fn insert_i1_i1_(treeIndex : ptr<function, i32>, data_1 : ptr<function, i32>) {
baseIndex = x_209;
continue;
}
return;
} else {
let x_210 : i32 = baseIndex;
let x_212 : i32 = tree_1[x_210].rightIndex;
@@ -80,9 +79,7 @@ fn insert_i1_i1_(treeIndex : ptr<function, i32>, data_1 : ptr<function, i32>) {
baseIndex = x_229;
continue;
}
return;
}
return;
}
return;
}
@@ -267,7 +264,7 @@ fn main_1() {
struct main_out {
@location(0)
x_GLF_color_1 : vec4<f32>;
};
}
@stage(fragment)
fn main(@builtin(position) gl_FragCoord_param : vec4<f32>) -> main_out {