Sign in
dawn
/
dawn
/
06e23ab5d408c72a3887a4f42749365b06b4593a
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
subgroupMul
/
93eccd.wgsl.expected.dxc.hlsl
blob: 80c906662003184f2936c6f4c660ee2d1f1c9478 [
file
] [
log
] [
blame
]
RWByteAddressBuffer
prevent_dce
:
register
(
u0
);
float3 subgroupMul_93eccd
()
{
float3 res
=
WaveActiveProduct
((
1.0f
).
xxx
);
return
res
;
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
prevent_dce
.
Store3
(
0u
,
asuint
(
subgroupMul_93eccd
()));
return
;
}