Searched defs:store4 (Results 1 – 3 of 3) sorted by relevance
34 inline void Sk4px::store4(SkPMColor px[4]) const { memcpy(px, this, 16); } in store4() function
21 inline void Sk4px::store4(SkPMColor px[4]) const { in store4() function
18 inline void Sk4px::store4(SkPMColor px[4]) const { _mm_storeu_si128((__m128i*)px, this->fVec); } in store4() function