Home
last modified time | relevance | path

Searched refs:from_half (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/opts/
H A DSkRasterPipeline_opts.h999 SI F from_half(U16 h) { in from_half() function
2160 r = from_half(R);
2161 g = from_half(G);
2162 b = from_half(B);
2163 a = from_half(A);
2170 dr = from_half(R);
2171 dg = from_half(G);
2172 db = from_half(B);
2173 da = from_half(A);
2182 r = from_half(
[all...]
H A DSkVM_opts.h310 r[d].f32 = skvx::from_half(skvx::cast<uint16_t>(r[x].i32));
/third_party/skia/include/private/
H A DSkVx.h626 // The default logic for to_half/from_half is borrowed from skcms,
650 SI Vec<1,float> from_half(const Vec<1,uint16_t>& x) { return from_half_finite_ftz(x); } in from_half() function
672 SIN Vec<N,float> from_half(const Vec<N,uint16_t>& x) { in from_half() function
684 return join(from_half(x.lo), in from_half()
685 from_half(x.hi)); in from_half()
/third_party/skia/tests/
H A DSkVxTest.cpp169 REPORTER_ASSERT(r, all(skvx::from_half(hs) == fs)); in DEF_TEST()

Completed in 7 milliseconds