Sign in
dawn
/
dawn
/
3c4fddf3e3a23242dce031881fa319d01462e545
/
.
/
test
/
tint
/
expressions
/
binary
/
mul
/
scalar-scalar
/
f16.wgsl.expected.dxc.hlsl
blob: af1c812d9597e46d134e5d261e5536c86feb2ccb [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
float16_t
a
=
float16_t
(
1.0h
);
const
float16_t
b
=
float16_t
(
2.0h
);
const
float16_t
r
=
(
a
*
b
);
return
;
}