mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-08-05 19:55:37 +00:00
Bug: tint:892 Change-Id: Ie483167bcf669e5f2d6b5489a915584fc3678183 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/54649 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: David Neto <dneto@google.com>
16 lines
243 B
Plaintext
16 lines
243 B
Plaintext
SKIP: FAILED
|
|
|
|
|
|
var<workgroup> arg_0 : atomic<i32>;
|
|
|
|
fn atomicLoad_afcc03() {
|
|
var res : i32 = atomicLoad(&(arg_0));
|
|
}
|
|
|
|
[[stage(compute)]]
|
|
fn compute_main() {
|
|
atomicLoad_afcc03();
|
|
}
|
|
|
|
Failed to generate: unable to convert type: __atomic__i32
|