| SKIP: FAILED |
| |
| ../../src/tint/lang/msl/writer/printer/printer.cc:1257 internal compiler error: 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_GLF_color:ptr<private, vec4<f32>, read_write> = var |
| } |
| |
| %main_1 = func():void { |
| $B2: { |
| %4:f32 = load_vector_element %gl_FragCoord, 0u |
| %5:bool = lt %4, 0.0f |
| %6:bool = or %5, true |
| if %6 [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 |
| %9:void = call %main_1 |
| %10:vec4<f32> = load %x_GLF_color |
| %11:main_out = construct %10 |
| ret %11 |
| } |
| } |
| |
| invalid entry point IO struct uses |
| ******************************************************************** |
| * 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. * |
| ******************************************************************** |