Searched defs:store4 (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/skia/src/core/ |
H A D | Sk4px.h | 64 void store4(SkPMColor px[4]) const { memcpy(px, this, 16); } in store4() function
|
/aosp_15_r20/external/libpng/intel/ |
H A D | filter_sse2_intrinsics.c | 36 static void store4(void* p, __m128i v) { in store4() function
|
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/ |
H A D | test_boundsinference.cpp | 598 StorePtr store4 = Store::make(c, {0}, 5); in TEST() local
|
/aosp_15_r20/external/skia/src/opts/ |
H A D | SkRasterPipeline_opts.h | 178 SI void store4(uint16_t* ptr, U16 r, U16 g, U16 b, U16 a) { in store4() function 191 SI void store4(float* ptr, F r, F g, F b, F a) { in store4() function
|