blob: 02de5450e2efd71289593dd61c25cef115a73e80 [file] [log] [blame]
SKIP: FAILED
../../src/tint/lang/msl/writer/printer/printer.cc:500 internal compiler error: buf0 = struct @align(4) {
two:f32 @offset(0)
}
main_out = struct @align(16) {
x_GLF_color_1:vec4<f32> @offset(0), @location(0)
}
$B1: { # root
%gl_FragCoord:ptr<private, vec4<f32>, read_write> = var
%x_8:ptr<uniform, buf0, read> = var @binding_point(0, 0)
%x_GLF_color:ptr<private, vec4<f32>, read_write> = var
}
%main_1 = func():void {
$B2: {
%a:ptr<function, f32, read_write> = var
%b:ptr<function, f32, read_write> = var
%7:f32 = load_vector_element %gl_FragCoord, 0u
%x_33:f32 = let %7
%9:f32 = cos %x_33
%10:f32 = dpdx %9
store %a, %10
%11:ptr<uniform, f32, read> = access %x_8, 0u
%12:f32 = load %11
%x_37:f32 = let %12
%14:f32 = load %a
%x_38:f32 = let %14
%16:f32 = mix 2.0f, %x_37, %x_38
store %b, %16
%17:f32 = load %b
%x_40:f32 = let %17
%19:f32 = load %b
%x_42:f32 = let %19
%21:bool = gte %x_40, 1.89999997615814208984f
%22:bool = lte %x_42, 2.09999990463256835938f
%23:bool = and %21, %22
if %23 [t: $B3, f: $B4] { # if_1
$B3: { # true
store %x_GLF_color, vec4<f32>(1.0f, 0.0f, 0.0f, 1.0f)
exit_if # if_1
}
$B4: { # false
store %x_GLF_color, vec4<f32>(0.0f)
exit_if # if_1
}
}
ret
}
}
%tint_symbol = @fragment func(%gl_FragCoord_param:vec4<f32> [@position]):main_out {
$B5: {
store %gl_FragCoord, %gl_FragCoord_param
%26:void = call %main_1
%27:vec4<f32> = load %x_GLF_color
%28:main_out = construct %27
ret %28
}
}
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. *
********************************************************************