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