blob: e70fe7dc2e6c85e23b8037c4a8bd5abe17f82311 [file] [log] [blame]
SKIP: FAILED
../../src/tint/lang/msl/writer/printer/printer.cc:500 internal compiler error: str = struct @align(16) {
i:vec4<i32> @offset(0)
}
$B1: { # root
%S:ptr<uniform, array<str, 4>, read> = var @binding_point(0, 0)
}
%func = func(%pointer:ptr<uniform, str, read>):str {
$B2: {
%4:str = load %pointer
ret %4
}
}
%tint_symbol = @compute @workgroup_size(1, 1, 1) func():void {
$B3: {
%6:ptr<uniform, str, read> = access %S, 2i
%7:str = call %func, %6
%r:str = let %7
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. *
********************************************************************