Sign in
dawn
/
dawn
/
2c4c3a10f47c7be432bcd4e00661be340fb226bb
/
.
/
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
()
{
}