| SKIP: FAILED |
| |
| <dawn>/src/tint/lang/msl/writer/printer/printer.cc:469 internal compiler error: SB_RO = struct @align(4) { |
| arg_0:array<i32> @offset(0) |
| } |
| |
| %b1 = block { # root |
| %sb_ro:ptr<storage, SB_RO, read> = var @binding_point(0, 1) |
| %prevent_dce:ptr<storage, u32, read_write> = var @binding_point(2, 0) |
| } |
| |
| %arrayLength_1588cd = func():void -> %b2 { |
| %b2 = block { |
| %4:ptr<storage, array<i32>, read> = access %sb_ro, 0u |
| %5:u32 = arrayLength %4 |
| %res:ptr<function, u32, read_write> = var, %5 |
| %7:u32 = load %res |
| store %prevent_dce, %7 |
| ret |
| } |
| } |
| %vertex_main = @vertex func():vec4<f32> [@position] -> %b3 { |
| %b3 = block { |
| %9:void = call %arrayLength_1588cd |
| ret vec4<f32>(0.0f) |
| } |
| } |
| %fragment_main = @fragment func():void -> %b4 { |
| %b4 = block { |
| %11:void = call %arrayLength_1588cd |
| ret |
| } |
| } |
| %compute_main = @compute @workgroup_size(1, 1, 1) func():void -> %b5 { |
| %b5 = block { |
| %13:void = call %arrayLength_1588cd |
| ret |
| } |
| } |
| |
| 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. * |
| ******************************************************************** |