Sign in
dawn
/
tint
/
4e6e1138160a7a003c5d09e6d6e9ba45dcb50347
/
.
/
test
/
intrinsics
/
gen
/
atomicAnd
/
45a819.wgsl.expected.wgsl
blob: 1b59ff6fc13c311ad7eb0a5fcc1b49396815d2f8 [
file
] [
log
] [
blame
]
var
<workgroup>
arg_0
:
atomic
<i32>
;
fn atomicAnd_45a819
()
{
var
res
:
i32
=
atomicAnd
(&(
arg_0
),
1
);
}
[[
stage
(
compute
),
workgroup_size
(
1
)]]
fn compute_main
()
{
atomicAnd_45a819
();
}