| SKIP: FAILED |
| |
| <dawn>/src/tint/lang/msl/writer/printer/printer.cc:355 internal compiler error: PixelLocal = struct @align(4) { |
| a:u32 @offset(0) |
| } |
| |
| %b1 = block { # root |
| %V:ptr<pixel_local, PixelLocal, read_write> = var |
| } |
| |
| %f = @fragment func():void -> %b2 { |
| %b2 = block { |
| %p:ptr<pixel_local, PixelLocal, read_write> = let %V |
| %4:ptr<pixel_local, u32, read_write> = access %p, 0u |
| store %4, 42u |
| 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. * |
| ******************************************************************** |