Searched defs:store4 (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/libpng/intel/ |
H A D | filter_sse2_intrinsics.c | 36 static void store4(void* p, __m128i v) { in store4() function
|
/third_party/skia/src/core/ |
H A D | Sk4px.h | 59 void store4(SkPMColor px[4]) const { memcpy(px, this, 16); } in store4() function in __anon18669::Sk4px [all...] |
/third_party/lame/libmp3lame/vector/ |
H A D | xmm_quantize_sub.c | 125 store4(__m128 v, float* f0, float* f1, float* f2, float* f3) in store4() function
|
/third_party/skia/src/opts/ |
H A D | SkRasterPipeline_opts.h | 162 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { in store4() function 183 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) { in store4() function [all...] |
Completed in 6 milliseconds