blob: ff8cfd29450c6faf74a965214e5510e75b287ed7 [file] [log] [blame]
SKIP: FAILED
../../src/tint/lang/msl/writer/printer/printer.cc:500 internal compiler error: S1 = struct @align(4) {
i:i32 @offset(0)
}
S2 = struct @align(4) {
s1:S1 @offset(0)
}
S3 = struct @align(4) {
s2:S2 @offset(0)
}
$B1: { # root
%out:ptr<storage, i32, read_write> = var @binding_point(0, 0)
}
%f = func(%s3:S3):i32 {
$B2: {
%4:i32 = access %s3, 0u, 0u, 0u
ret %4
}
}
%tint_symbol = @compute @workgroup_size(1, 1, 1) func():void {
$B3: {
%6:i32 = call %f, S3(S2(S1(42i)))
store %out, %6
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. *
********************************************************************