Sign in
dawn
/
dawn
/
144ebed4c7ee7c6ecddeedfa81d607bbf256e8f2
/
.
/
test
/
tint
/
expressions
/
binary
/
mul
/
scalar-vec3
/
f16.wgsl.expected.dxc.hlsl
blob: 08fe1890f6e587be4330153e68b6963d1f4f376f [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
float16_t
a
=
float16_t
(
4.0h
);
vector
<
float16_t
,
3
>
b
=
vector
<
float16_t
,
3
>(
float16_t
(
1.0h
),
float16_t
(
2.0h
),
float16_t
(
3.0h
));
vector
<
float16_t
,
3
>
r
=
(
a
*
b
);
return
;
}