Sign in
dawn
/
dawn
/
8392a82a40b73685a9832d42556efd7c43e4951e
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat4x4
/
f16.wgsl.expected.dxc.hlsl
blob: 2e9f3c848a8a3f35dfee097daf04bc404c91780d [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
matrix
<
float16_t
,
4
,
4
>
v
=
matrix
<
float16_t
,
4
,
4
>((
float16_t
(
0.0h
)).
xxxx
,
(
float16_t
(
0.0h
)).
xxxx
,
(
float16_t
(
0.0h
)).
xxxx
,
(
float16_t
(
0.0h
)).
xxxx
);
}