Sign in
dawn
/
dawn
/
06e23ab5d408c72a3887a4f42749365b06b4593a
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
subgroupExclusiveMul
/
dc51f8.wgsl.expected.ir.dxc.hlsl
blob: 9e5321c272e5714a024419e295510bfd2ae4bc75 [
file
] [
log
] [
blame
]
RWByteAddressBuffer
prevent_dce
:
register
(
u0
);
uint
subgroupExclusiveMul_dc51f8
()
{
uint
res
=
WavePrefixProduct
(
1u
);
return
res
;
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
prevent_dce
.
Store
(
0u
,
subgroupExclusiveMul_dc51f8
());
}