blob: 5b31a9a23535a8b7aaa3cbe9f0e9bb6ca5873759 [file] [log] [blame]
SKIP: FAILED
<dawn>/src/tint/lang/msl/writer/printer/printer.cc:355 internal compiler error: Input = struct @align(16) {
position:vec3<i32> @offset(0)
}
%b1 = block { # root
%input:ptr<storage, Input, read> = var @binding_point(0, 0)
}
%tint_symbol = @compute @workgroup_size(1, 1, 1) func(%id:vec3<u32> [@global_invocation_id]):void -> %b2 {
%b2 = block {
%4:ptr<storage, vec3<i32>, read> = access %input, 0u
%5:vec3<i32> = load %4
%pos:vec3<i32> = sub %5, vec3<i32>(0i)
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. *
********************************************************************