Searched refs:strided_load4 (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/include/private/ |
H A D | SkVx.h | 816 SIT void strided_load4(const T* v, in strided_load4() function 826 SINT void strided_load4(const T* v, in strided_load4() function 831 strided_load4(v, a.lo, b.lo, c.lo, d.lo); in strided_load4() 832 strided_load4(v + 4*(N/2), a.hi, b.hi, c.hi, d.hi); in strided_load4() 837 SI void strided_load4(const T* v, \ 864 SI void strided_load4(const float* v, in strided_load4() function
|
/third_party/skia/tests/ |
H A D | SkVxTest.cpp | 362 skvx::strided_load4(values, a, b, c, d);
|
Completed in 4 milliseconds