Sign in
dawn
/
dawn
/
e564270fd655283793ee72874f51e80d4f55e958
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat4x2
/
f16.wgsl.expected.ir.dxc.hlsl
blob: cc4e0a99d613bc094b718fd5daf4964502bf2d44 [
file
] [
log
] [
blame
]
void
f
()
{
matrix
<
float16_t
,
4
,
2
>
v
=
matrix
<
float16_t
,
4
,
2
>((
float16_t
(
0.0h
)).
xx
,
(
float16_t
(
0.0h
)).
xx
,
(
float16_t
(
0.0h
)).
xx
,
(
float16_t
(
0.0h
)).
xx
);
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}