Sign in
dawn
/
dawn
/
3e77dd7d4503a77d6a4ec2015e628f2a5e0188d1
/
.
/
test
/
tint
/
builtins
/
compute_subgroup_inclusive.wgsl.expected.dxc.hlsl
blob: 642155447ac7d56f1a3001aee0eaa9f4567a537f [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
float
val
=
2.0f
;
float
subadd
=
(
WavePrefixSum
(
val
)
+
val
);
float
submul
=
(
WavePrefixProduct
(
val
)
*
val
);
return
;
}