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