Home
last modified time | relevance | path

Searched refs:bias_to_unit (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkXfermodeU64.cpp32 template <DstType D> Sk4f bias_to_unit(const Sk4f& x4) { in bias_to_unit() function
76 Sk4f d4 = bias_to_unit<D>(load_from_dst<D>(dst[i])); in xfer_u64_1()
83 bias_to_unit<D>(load_from_dst<D>(dst[i])).store(d.fVec); in xfer_u64_1()
96 Sk4f d4 = bias_to_unit<D>(load_from_dst<D>(dst[i])); in xfer_u64_n()
103 bias_to_unit<D>(load_from_dst<D>(dst[i])).store(d.fVec); in xfer_u64_n()