Sign in
dawn
/
dawn
/
refs/heads/chromium/5689
/
.
/
test
/
tint
/
expressions
/
type_ctor
/
mat2x2
/
zero
/
f16.wgsl.expected.fxc.hlsl
blob: 4bb1e3a553b5fbd30c17da4ac2be114ca341ee4f [
file
] [
log
] [
blame
] [
edit
]
SKIP
:
FAILED
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
static
matrix
<
float16_t
,
2
,
2
>
m
=
matrix
<
float16_t
,
2
,
2
>((
float16_t
(
0.0h
)).
xx
,
(
float16_t
(
0.0h
)).
xx
);