dan sinclair | f1f381a | 2023-11-22 09:44:15 +0000 | [diff] [blame] | 1 | SKIP: FAILED |
| 2 | |
James Price | a30f8dd | 2024-05-10 14:31:43 +0000 | [diff] [blame] | 3 | ../../src/tint/lang/msl/writer/printer/printer.cc:1164 internal compiler error: $B1: { # root |
dan sinclair | f1f381a | 2023-11-22 09:44:15 +0000 | [diff] [blame] | 4 | %arg_0:ptr<handle, texture_storage_1d<rgba8sint, read_write>, read> = var @binding_point(1, 0) |
| 5 | } |
| 6 | |
James Price | a30f8dd | 2024-05-10 14:31:43 +0000 | [diff] [blame] | 7 | %textureStore_65b6aa = func():void { |
| 8 | $B2: { |
dan sinclair | f1f381a | 2023-11-22 09:44:15 +0000 | [diff] [blame] | 9 | %3:texture_storage_1d<rgba8sint, read_write> = load %arg_0 |
| 10 | %4:void = textureStore %3, 1i, vec4<i32>(1i) |
| 11 | ret |
| 12 | } |
| 13 | } |
James Price | a30f8dd | 2024-05-10 14:31:43 +0000 | [diff] [blame] | 14 | %vertex_main = @vertex func():vec4<f32> [@position] { |
| 15 | $B3: { |
dan sinclair | f1f381a | 2023-11-22 09:44:15 +0000 | [diff] [blame] | 16 | %6:void = call %textureStore_65b6aa |
| 17 | ret vec4<f32>(0.0f) |
| 18 | } |
| 19 | } |
James Price | a30f8dd | 2024-05-10 14:31:43 +0000 | [diff] [blame] | 20 | %fragment_main = @fragment func():void { |
| 21 | $B4: { |
dan sinclair | f1f381a | 2023-11-22 09:44:15 +0000 | [diff] [blame] | 22 | %8:void = call %textureStore_65b6aa |
| 23 | ret |
| 24 | } |
| 25 | } |
James Price | a30f8dd | 2024-05-10 14:31:43 +0000 | [diff] [blame] | 26 | %compute_main = @compute @workgroup_size(1, 1, 1) func():void { |
| 27 | $B5: { |
dan sinclair | f1f381a | 2023-11-22 09:44:15 +0000 | [diff] [blame] | 28 | %10:void = call %textureStore_65b6aa |
| 29 | ret |
| 30 | } |
| 31 | } |
| 32 | |
| 33 | invalid access control for storage texture |
| 34 | ******************************************************************** |
| 35 | * The tint shader compiler has encountered an unexpected error. * |
| 36 | * * |
| 37 | * Please help us fix this issue by submitting a bug report at * |
| 38 | * crbug.com/tint with the source program that triggered the bug. * |
| 39 | ******************************************************************** |