Sign in
dawn
/
dawn
/
4cd9a62b362e702cd1f46e37c2e8806d06cf1078
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat3x2
/
f16.wgsl.expected.fxc.hlsl
blob: 22a7119dab8d4a5b21b2c4e4fd0800818b518f93 [
file
] [
log
] [
blame
]
SKIP
:
FAILED
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
matrix
<
float16_t
,
3
,
2
>
v
=
matrix
<
float16_t
,
3
,
2
>((
float16_t
(
0.0h
)).
xx
,
(
float16_t
(
0.0h
)).
xx
,
(
float16_t
(
0.0h
)).
xx
);
}