blob: 2ca622c15fd51319f92dcfc2cf84ea2649246528 [file] [log] [blame]
SKIP: FAILED
<dawn>/src/tint/lang/msl/writer/printer/printer.cc:355 internal compiler error: Constants = struct @align(4) {
zero:u32 @offset(0)
}
Result = struct @align(4) {
value:u32 @offset(0)
}
S = struct @align(4) {
data:array<u32, 3> @offset(0)
}
%b1 = block { # root
%constants:ptr<uniform, Constants, read> = var @binding_point(1, 0)
%result:ptr<storage, Result, read_write> = var @binding_point(1, 1)
%s:ptr<private, S, read_write> = var
}
%tint_symbol = @compute @workgroup_size(1, 1, 1) func():void -> %b2 {
%b2 = block {
%5:ptr<uniform, u32, read> = access %constants, 0u
%6:u32 = load %5
%7:ptr<private, u32, read_write> = access %s, 0u, %6
store %7, 0u
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. *
********************************************************************