Sign in
dawn
/
dawn
/
c8fb20b38ba33dcaf4a7d688c5508a4b729033d0
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat2x2
/
f16.wgsl.expected.fxc.hlsl
blob: 6a5e9af597327bbae34543d8eb981d2abd5e39c5 [
file
] [
log
] [
blame
]
SKIP
:
FAILED
[
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
);
}