Home
last modified time | relevance | path

Searched defs:store4 (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/src/core/
H A DSk4px.h64 void store4(SkPMColor px[4]) const { memcpy(px, this, 16); } in store4() function
/aosp_15_r20/external/libpng/intel/
H A Dfilter_sse2_intrinsics.c36 static void store4(void* p, __m128i v) { in store4() function
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_boundsinference.cpp598 StorePtr store4 = Store::make(c, {0}, 5); in TEST() local
/aosp_15_r20/external/skia/src/opts/
H A DSkRasterPipeline_opts.h178 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