| SKIP: FAILED |
| |
| <dawn>/src/tint/lang/msl/writer/printer/printer.cc:355 internal compiler error: %b1 = block { # root |
| %S:ptr<storage, vec4<f32>, read> = var @binding_point(0, 0) |
| } |
| |
| %func = func(%pointer:ptr<storage, vec4<f32>, read>):vec4<f32> -> %b2 { |
| %b2 = block { |
| %4:vec4<f32> = load %pointer |
| ret %4 |
| } |
| } |
| %tint_symbol = @compute @workgroup_size(1, 1, 1) func():void -> %b3 { |
| %b3 = block { |
| %r:vec4<f32> = call %func, %S |
| 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. * |
| ******************************************************************** |