Sign in
dawn
/
dawn
/
0a32a724f4a8105663e5e63d1df8298d09ca92b4
/
.
/
test
/
intrinsics
/
gen
/
frexp
/
a3f940.wgsl.expected.hlsl
blob: e96a3e8cb1a3b920e16a28b3a5140353350fe91a [
file
] [
log
] [
blame
]
groupshared int2 arg_1
;
void
frexp_a3f940
()
{
float2 tint_tmp
;
float2 tint_tmp_1
=
frexp
(
float2
(
0.0f
,
0.0f
),
tint_tmp
);
arg_1
=
int2
(
tint_tmp
);
float2 res
=
tint_tmp_1
;
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
frexp_a3f940
();
return
;
}