HomeSort by relevance Sort by last modified time
    Searched defs:store4 (Results 1 - 11 of 11) sorted by null

  /external/libpng/contrib/intel/
filter_sse2_intrinsics.c 36 static void store4(void* p, __m128i v) { function
57 store4(&v012, v);
108 store4(row, d);
189 store4(row, d);
370 store4(row, _mm_packus_epi16(d,d));
  /external/libpng/intel/
filter_sse2_intrinsics.c 35 static void store4(void* p, __m128i v) { function
59 store4(&v012, v);
117 store4(row, d);
208 store4(row, d);
397 store4(row, _mm_packus_epi16(d,d));
  /external/pdfium/third_party/libpng16/contrib/intel/
filter_sse2_intrinsics.c 36 static void store4(void* p, __m128i v) { function
57 store4(&v012, v);
108 store4(row, d);
189 store4(row, d);
370 store4(row, _mm_packus_epi16(d,d));
  /external/skia/src/opts/
Sk4px_NEON.h 23 inline void Sk4px::store4(SkPMColor px[4]) const { function in class:__anon34155::Sk4px
Sk4px_SSE2.h 20 inline void Sk4px::store4(SkPMColor px[4]) const { _mm_storeu_si128((__m128i*)px, this->fVec); } function in class:__anon34156::Sk4px
Sk4px_none.h 38 inline void Sk4px::store4(SkPMColor px[4]) const { memcpy(px, this, 16); } function in class:__anon34157::Sk4px
  /external/skqp/src/opts/
Sk4px_NEON.h 23 inline void Sk4px::store4(SkPMColor px[4]) const { function in class:__anon34823::Sk4px
Sk4px_SSE2.h 20 inline void Sk4px::store4(SkPMColor px[4]) const { _mm_storeu_si128((__m128i*)px, this->fVec); } function in class:__anon34824::Sk4px
Sk4px_none.h 38 inline void Sk4px::store4(SkPMColor px[4]) const { memcpy(px, this, 16); } function in class:__anon34825::Sk4px
  /external/skia/src/jumper/
SkJumper_stages.cpp 96 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { function
109 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) { function
196 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { function
219 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) { function
361 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { function
413 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) { function
559 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { function
594 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) { function
    [all...]
  /external/skqp/src/jumper/
SkJumper_stages.cpp 96 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { function
109 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) { function
196 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { function
219 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) { function
361 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { function
413 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) { function
559 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { function
594 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) { function
    [all...]

Completed in 535 milliseconds