Sign in
dawn
/
dawn
/
3a431d71be0c46641170635f75fba8ea923d7711
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat2x2
/
f16.wgsl.expected.dxc.hlsl
blob: 440cd35c7983455c2fdb3283d4f394a56a665684 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
matrix
<
float16_t
,
2
,
2
>
v
=
matrix
<
float16_t
,
2
,
2
>((
float16_t
(
0.0h
)).
xx
,
(
float16_t
(
0.0h
)).
xx
);
}