blob: d366fbc093d65e506e46b0fc2b115b1c9df50fdd [file] [log] [blame]
SKIP: FAILED
<dawn>/src/tint/lang/msl/writer/printer/printer.cc:355 internal compiler error: SSBO = struct @align(8) {
m:mat2x2<f32> @offset(0)
}
%b1 = block { # root
%ssbo:ptr<storage, SSBO, read_write> = var @binding_point(0, 0)
}
%f = @compute @workgroup_size(1, 1, 1) func():void -> %b2 {
%b2 = block {
%3:ptr<storage, mat2x2<f32>, read_write> = access %ssbo, 0u
%v:mat2x2<f32> = load %3
%5:ptr<storage, mat2x2<f32>, read_write> = access %ssbo, 0u
store %5, %v
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. *
********************************************************************