Home
last modified time | relevance | path

Searched refs:strided_load2 (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/include/private/
H A DSkVx.h887 SIT void strided_load2(const T* v, skvx::Vec<1,T>& a, skvx::Vec<1,T>& b) { in strided_load2() function
891 SINT void strided_load2(const T* v, skvx::Vec<N,T>& a, skvx::Vec<N,T>& b) { in strided_load2() function
892 strided_load2(v, a.lo, b.lo); in strided_load2()
893 strided_load2(v + 2*(N/2), a.hi, b.hi); in strided_load2()
898 SI void strided_load2(const T* v, skvx::Vec<N,T>& a, skvx::Vec<N,T>& b) { \
/third_party/skia/src/gpu/ops/
H A DFillRRectOp.cpp541 skvx::strided_load2(&SkRRectPriv::GetRadiiArray(i->fRRect)->fX, radiiX, radiiY); in onPrepareDraws()
/third_party/skia/tests/
H A DSkVxTest.cpp357 skvx::strided_load2(values, a, b);

Completed in 6 milliseconds