blob: e71e2b0bc5929e0a839c0a9fe406e6e849eda17d [file] [log] [blame]
SKIP: FAILED
<dawn>/src/tint/lang/msl/writer/printer/printer.cc:355 internal compiler error: UBO = struct @align(4) {
dynamic_idx:i32 @offset(0)
}
Result = struct @align(4) {
out:i32 @offset(0)
}
S = struct @align(4) {
data:array<i32, 64> @offset(0)
}
%b1 = block { # root
%ubo:ptr<uniform, UBO, read> = var @binding_point(0, 0)
%result:ptr<storage, Result, read_write> = var @binding_point(0, 1)
}
%f = @compute @workgroup_size(1, 1, 1) func():void -> %b2 {
%b2 = block {
%s:ptr<function, S, read_write> = var
%5:ptr<storage, i32, read_write> = access %result, 0u
%6:ptr<uniform, i32, read> = access %ubo, 0u
%7:i32 = load %6
%8:ptr<function, i32, read_write> = access %s, 0u, %7
%9:i32 = load %8
store %5, %9
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. *
********************************************************************