blob: 2a8cef0e7169dfaec31541975cb9be5e43224a4d [file] [log] [blame]
SKIP: FAILED
<dawn>/src/tint/lang/msl/writer/printer/printer.cc:355 internal compiler error: DrawIndirectArgs = struct @align(4) {
vertexCount:atomic<u32> @offset(0)
}
%b1 = block { # root
%drawOut:ptr<storage, DrawIndirectArgs, read_write> = var @binding_point(0, 5)
%cubeVerts:ptr<private, u32, read_write> = var, 0u
}
%computeMain = @compute @workgroup_size(1, 1, 1) func(%global_id:vec3<u32> [@global_invocation_id]):void -> %b2 {
%b2 = block {
%5:ptr<storage, atomic<u32>, read_write> = access %drawOut, 0u
%6:u32 = load %cubeVerts
%firstVertex:u32 = atomicAdd %5, %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. *
********************************************************************