Sign in
dawn
/
dawn
/
0f74a3af4075b1f4eb2acf0cc0578e220d1e3fa7
/
.
/
test
/
tint
/
builtins
/
compute_subgroup_inclusive.wgsl.expected.fxc.hlsl
blob: e9af800def5c5185cc48c6b33cb526df43f8623a [
file
] [
log
] [
blame
]
SKIP
:
INVALID
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
float
val
=
2.0f
;
float
subadd
=
(
WavePrefixSum
(
val
)
+
val
);
float
submul
=
(
WavePrefixProduct
(
val
)
*
val
);
return
;
}