Sign in
dawn
/
dawn
/
b4e6fb30ea8369ebbf8499990ce0b47a72ffe359
/
.
/
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
();
}