blob: 76d5b563ea2eeb2d3cd336a74e483a7c837a06a0 [file] [log] [blame]
SKIP: FAILED
<dawn>/src/tint/lang/msl/writer/printer/printer.cc:1110 internal compiler error: %b1 = block { # root
%arg_0:ptr<handle, texture_storage_2d_array<rgba16float, read_write>, read> = var @binding_point(1, 0)
}
%textureStore_1af236 = func():void -> %b2 {
%b2 = block {
%3:texture_storage_2d_array<rgba16float, read_write> = load %arg_0
%4:void = textureStore %3, vec2<i32>(1i), 1i, vec4<f32>(1.0f)
ret
}
}
%vertex_main = @vertex func():vec4<f32> [@position] -> %b3 {
%b3 = block {
%6:void = call %textureStore_1af236
ret vec4<f32>(0.0f)
}
}
%fragment_main = @fragment func():void -> %b4 {
%b4 = block {
%8:void = call %textureStore_1af236
ret
}
}
%compute_main = @compute @workgroup_size(1, 1, 1) func():void -> %b5 {
%b5 = block {
%10:void = call %textureStore_1af236
ret
}
}
invalid access control for storage texture
********************************************************************
* 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. *
********************************************************************