Sign in
dawn
/
dawn
/
dd17e415d6d44a7f7c8c1e7b28d400a57bfa2667
/
.
/
test
/
tint
/
extensions
/
atomic_vec2u_min_max
/
atomicStoreMin_function.wgsl.expected.dxc.hlsl
blob: f68ee6bc3749e4dbb2536404b7aa8da6497e6473 [
file
]
RWByteAddressBuffer
a
:
register
(
u0
);
void
foo
()
{
uint64_t
v
=
uint64_t
((
0u
).
xx
.
x
);
uint64_t
v_1
=
uint64_t
((
0u
).
xx
.
y
);
a
.
InterlockedMin64
(
0u
,
((
v_1
<<
uint64_t
(
32u
))
|
v
));
}
void
main
()
{
foo
();
}