blob: 5a77d0efd18fcf166b7478ef224aadb36fa8c75f [file] [log] [blame]
SKIP: FAILED
<dawn>/src/tint/lang/msl/writer/printer/printer.cc:355 internal compiler error: strided_arr = struct @align(4) {
el:i32 @offset(0)
}
buf0 = struct @align(4) {
x_GLF_uniform_int_values:array<strided_arr, 2> @offset(0)
}
main_out = struct @align(16) {
x_GLF_color_1:vec4<f32> @offset(0), @location(0)
}
%b1 = block { # root
%gl_FragCoord:ptr<private, vec4<f32>, read_write> = var
%x_GLF_color:ptr<private, vec4<f32>, read_write> = var
%x_7:ptr<uniform, buf0, read> = var @binding_point(0, 0)
}
%main_1 = func():void -> %b2 {
%b2 = block {
%a:ptr<function, i32, read_write> = var
%x_30:f32 = load_vector_element %gl_FragCoord, 0u
%7:i32 = convert %x_30
%8:i32 = min 1i, %7
%9:i32 = max 1i, %8
store %a, %9
%x_34:i32 = load %a
%11:bool = lt %x_34, 2i
if %11 [t: %b3, f: %b4] { # if_1
%b3 = block { # true
%12:ptr<uniform, i32, read> = access %x_7, 0u, 0i, 0u
%x_40:i32 = load %12
%14:ptr<uniform, i32, read> = access %x_7, 0u, 0i, 0u
%x_43:i32 = load %14
%16:ptr<uniform, i32, read> = access %x_7, 0u, 1i, 0u
%x_46:i32 = load %16
%18:f32 = convert %x_40
%19:f32 = convert %x_43
%20:f32 = convert %x_46
%21:vec4<f32> = construct 1.0f, %18, %19, %20
store %x_GLF_color, %21
exit_if # if_1
}
%b4 = block { # false
%22:ptr<uniform, i32, read> = access %x_7, 0u, 1i, 0u
%x_50:i32 = load %22
%x_51:f32 = convert %x_50
%25:vec4<f32> = construct %x_51, %x_51, %x_51, %x_51
store %x_GLF_color, %25
exit_if # if_1
}
}
ret
}
}
%tint_symbol = @fragment func(%gl_FragCoord_param:vec4<f32> [@position]):main_out -> %b5 {
%b5 = block {
store %gl_FragCoord, %gl_FragCoord_param
%28:void = call %main_1
%29:vec4<f32> = load %x_GLF_color
%30:main_out = construct %29
ret %30
}
}
unhandled variable address space
********************************************************************
* The tint shader compiler has encountered an unexpected error. *
* *
* Please help us fix this issue by submitting a bug report at *
* crbug.com/tint with the source program that triggered the bug. *
********************************************************************