Sign in
dawn
/
dawn
/
06e23ab5d408c72a3887a4f42749365b06b4593a
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
subgroupMul
/
5a8c86.wgsl.expected.ir.dxc.hlsl
blob: bf88683303a8bbbd1c23df480b2ba8f35da62203 [
file
] [
log
] [
blame
]
RWByteAddressBuffer
prevent_dce
:
register
(
u0
);
int3 subgroupMul_5a8c86
()
{
int3 res
=
WaveActiveProduct
((
1
).
xxx
);
return
res
;
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
prevent_dce
.
Store3
(
0u
,
asuint
(
subgroupMul_5a8c86
()));
}