mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-18 01:15:39 +00:00
Add new GLSL test expectations.
All failures are now SKIP'ed. Bug: tint:1358 Change-Id: If04d57b9e0b71dd877468b5dc277fbff82f36692 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/75220 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Stephen White <senorblanco@chromium.org>
This commit is contained in:
committed by
Tint LUCI CQ
parent
6165cca1a6
commit
c1faee9395
@@ -0,0 +1,301 @@
|
||||
SKIP: FAILED
|
||||
|
||||
#version 310 es
|
||||
precision mediump float;
|
||||
|
||||
struct buf0 {
|
||||
vec2 injectionSwitch;
|
||||
};
|
||||
|
||||
int data[10] = int[10](0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
|
||||
int temp[10] = int[10](0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
|
||||
layout (binding = 0) uniform buf0_1 {
|
||||
vec2 injectionSwitch;
|
||||
} x_28;
|
||||
vec4 tint_symbol = vec4(0.0f, 0.0f, 0.0f, 0.0f);
|
||||
vec4 x_GLF_color = vec4(0.0f, 0.0f, 0.0f, 0.0f);
|
||||
|
||||
void merge_i1_i1_i1_(inout int from, inout int mid, inout int to) {
|
||||
int k = 0;
|
||||
int i = 0;
|
||||
int j = 0;
|
||||
int i_1 = 0;
|
||||
int x_262 = from;
|
||||
k = x_262;
|
||||
int x_263 = from;
|
||||
i = x_263;
|
||||
int x_264 = mid;
|
||||
j = (x_264 + 1);
|
||||
while (true) {
|
||||
int x_270 = i;
|
||||
int x_271 = mid;
|
||||
int x_273 = j;
|
||||
int x_274 = to;
|
||||
if (((x_270 <= x_271) & (x_273 <= x_274))) {
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
int x_280 = data[i];
|
||||
int x_283 = data[j];
|
||||
if ((x_280 < x_283)) {
|
||||
int x_288 = k;
|
||||
k = (x_288 + 1);
|
||||
int x_290 = i;
|
||||
i = (x_290 + 1);
|
||||
int x_293 = data[x_290];
|
||||
temp[x_288] = x_293;
|
||||
} else {
|
||||
int x_295 = k;
|
||||
k = (x_295 + 1);
|
||||
int x_297 = j;
|
||||
j = (x_297 + 1);
|
||||
int x_300 = data[x_297];
|
||||
temp[x_295] = x_300;
|
||||
}
|
||||
}
|
||||
while (true) {
|
||||
int x_306 = i;
|
||||
int x_308 = i;
|
||||
int x_309 = mid;
|
||||
if (((x_306 < 10) & (x_308 <= x_309))) {
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
int x_313 = k;
|
||||
k = (x_313 + 1);
|
||||
int x_315 = i;
|
||||
i = (x_315 + 1);
|
||||
int x_318 = data[x_315];
|
||||
temp[x_313] = x_318;
|
||||
}
|
||||
int x_320 = from;
|
||||
i_1 = x_320;
|
||||
while (true) {
|
||||
int x_325 = i_1;
|
||||
int x_326 = to;
|
||||
if ((x_325 <= x_326)) {
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
int x_329 = i_1;
|
||||
int x_332 = temp[i_1];
|
||||
data[x_329] = x_332;
|
||||
{
|
||||
i_1 = (i_1 + 1);
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
void mergeSort_() {
|
||||
int low = 0;
|
||||
int high = 0;
|
||||
int m = 0;
|
||||
int i_2 = 0;
|
||||
int from_1 = 0;
|
||||
int mid_1 = 0;
|
||||
int to_1 = 0;
|
||||
int param = 0;
|
||||
int param_1 = 0;
|
||||
int param_2 = 0;
|
||||
low = 0;
|
||||
high = 9;
|
||||
m = 1;
|
||||
{
|
||||
for(; (m <= high); m = (2 * m)) {
|
||||
i_2 = low;
|
||||
{
|
||||
for(; (i_2 < high); i_2 = (i_2 + (2 * m))) {
|
||||
from_1 = i_2;
|
||||
mid_1 = ((i_2 + m) - 1);
|
||||
to_1 = min(((i_2 + (2 * m)) - 1), high);
|
||||
param = from_1;
|
||||
param_1 = mid_1;
|
||||
param_2 = to_1;
|
||||
merge_i1_i1_i1_(param, param_1, param_2);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
void main_1() {
|
||||
int i_3 = 0;
|
||||
int j_1 = 0;
|
||||
float grey = 0.0f;
|
||||
int int_i = 0;
|
||||
float x_85 = x_28.injectionSwitch.x;
|
||||
i_3 = int(x_85);
|
||||
while (true) {
|
||||
switch(i_3) {
|
||||
case 9: {
|
||||
data[i_3] = -5;
|
||||
break;
|
||||
}
|
||||
case 8: {
|
||||
data[i_3] = -4;
|
||||
break;
|
||||
}
|
||||
case 7: {
|
||||
data[i_3] = -3;
|
||||
break;
|
||||
}
|
||||
case 6: {
|
||||
data[i_3] = -2;
|
||||
break;
|
||||
}
|
||||
case 5: {
|
||||
data[i_3] = -1;
|
||||
break;
|
||||
}
|
||||
case 4: {
|
||||
data[i_3] = 0;
|
||||
break;
|
||||
}
|
||||
case 3: {
|
||||
data[i_3] = 1;
|
||||
break;
|
||||
}
|
||||
case 2: {
|
||||
data[i_3] = 2;
|
||||
break;
|
||||
}
|
||||
case 1: {
|
||||
data[i_3] = 3;
|
||||
break;
|
||||
}
|
||||
case 0: {
|
||||
data[i_3] = 4;
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
break;
|
||||
}
|
||||
}
|
||||
i_3 = (i_3 + 1);
|
||||
{
|
||||
if ((i_3 < 10)) {
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
j_1 = 0;
|
||||
{
|
||||
for(; (j_1 < 10); j_1 = (j_1 + 1)) {
|
||||
int x_134 = j_1;
|
||||
int x_137 = data[j_1];
|
||||
temp[x_134] = x_137;
|
||||
}
|
||||
}
|
||||
mergeSort_();
|
||||
float x_143 = tint_symbol.y;
|
||||
if ((int(x_143) < 30)) {
|
||||
int x_150 = data[0];
|
||||
grey = (0.5f + (float(x_150) / 10.0f));
|
||||
} else {
|
||||
float x_155 = tint_symbol.y;
|
||||
if ((int(x_155) < 60)) {
|
||||
int x_162 = data[1];
|
||||
grey = (0.5f + (float(x_162) / 10.0f));
|
||||
} else {
|
||||
float x_167 = tint_symbol.y;
|
||||
if ((int(x_167) < 90)) {
|
||||
int x_174 = data[2];
|
||||
grey = (0.5f + (float(x_174) / 10.0f));
|
||||
} else {
|
||||
float x_179 = tint_symbol.y;
|
||||
if ((int(x_179) < 120)) {
|
||||
int x_186 = data[3];
|
||||
grey = (0.5f + (float(x_186) / 10.0f));
|
||||
} else {
|
||||
float x_191 = tint_symbol.y;
|
||||
if ((int(x_191) < 150)) {
|
||||
int_i = 1;
|
||||
while (true) {
|
||||
int x_201 = int_i;
|
||||
float x_203 = x_28.injectionSwitch.x;
|
||||
if ((x_201 > int(x_203))) {
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
discard;
|
||||
}
|
||||
} else {
|
||||
float x_208 = tint_symbol.y;
|
||||
if ((int(x_208) < 180)) {
|
||||
int x_215 = data[5];
|
||||
grey = (0.5f + (float(x_215) / 10.0f));
|
||||
} else {
|
||||
float x_220 = tint_symbol.y;
|
||||
if ((int(x_220) < 210)) {
|
||||
int x_227 = data[6];
|
||||
grey = (0.5f + (float(x_227) / 10.0f));
|
||||
} else {
|
||||
float x_232 = tint_symbol.y;
|
||||
if ((int(x_232) < 240)) {
|
||||
int x_239 = data[7];
|
||||
grey = (0.5f + (float(x_239) / 10.0f));
|
||||
} else {
|
||||
float x_244 = tint_symbol.y;
|
||||
if ((int(x_244) < 270)) {
|
||||
int x_251 = data[8];
|
||||
grey = (0.5f + (float(x_251) / 10.0f));
|
||||
} else {
|
||||
discard;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
float x_255 = grey;
|
||||
vec3 x_256 = vec3(x_255, x_255, x_255);
|
||||
x_GLF_color = vec4(x_256.x, x_256.y, x_256.z, 1.0f);
|
||||
return;
|
||||
}
|
||||
|
||||
struct main_out {
|
||||
vec4 x_GLF_color_1;
|
||||
};
|
||||
struct tint_symbol_4 {
|
||||
vec4 tint_symbol_2;
|
||||
};
|
||||
struct tint_symbol_5 {
|
||||
vec4 x_GLF_color_1;
|
||||
};
|
||||
|
||||
main_out tint_symbol_1_inner(vec4 tint_symbol_2) {
|
||||
tint_symbol = tint_symbol_2;
|
||||
main_1();
|
||||
main_out tint_symbol_6 = main_out(x_GLF_color);
|
||||
return tint_symbol_6;
|
||||
}
|
||||
|
||||
tint_symbol_5 tint_symbol_1(tint_symbol_4 tint_symbol_3) {
|
||||
main_out inner_result = tint_symbol_1_inner(tint_symbol_3.tint_symbol_2);
|
||||
tint_symbol_5 wrapper_result = tint_symbol_5(vec4(0.0f, 0.0f, 0.0f, 0.0f));
|
||||
wrapper_result.x_GLF_color_1 = inner_result.x_GLF_color_1;
|
||||
return wrapper_result;
|
||||
}
|
||||
out vec4 x_GLF_color_1;
|
||||
void main() {
|
||||
tint_symbol_4 inputs;
|
||||
inputs.tint_symbol_2 = gl_FragCoord;
|
||||
tint_symbol_5 outputs;
|
||||
outputs = tint_symbol_1(inputs);
|
||||
x_GLF_color_1 = outputs.x_GLF_color_1;
|
||||
}
|
||||
|
||||
|
||||
Error parsing GLSL shader:
|
||||
ERROR: 0:32: '&' : wrong operand types: no operation '&' exists that takes a left-hand operand of type ' temp bool' and a right operand of type ' temp bool' (or there is no acceptable conversion)
|
||||
ERROR: 0:32: '' : compilation terminated
|
||||
ERROR: 2 compilation errors. No code generated.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user