Sign in
dawn
/
dawn
/
7e811fe56367a10a98a6f9e3b525af84d1ef52dd
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat3x4
/
f16.wgsl.expected.fxc.hlsl
blob: 6a0e669cea87dff6cdfb5e237a337fc3355877ec [
file
] [
log
] [
blame
]
SKIP
:
FAILED
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
matrix
<
float16_t
,
3
,
4
>
v
=
matrix
<
float16_t
,
3
,
4
>((
float16_t
(
0.0h
)).
xxxx
,
(
float16_t
(
0.0h
)).
xxxx
,
(
float16_t
(
0.0h
)).
xxxx
);
}