Searched refs:StoreBuf_ARGB8888 (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/ |
H A D | graphic_neon_pipeline.h | 40 {ARGB8888, LoadBuf_ARGB8888, NeonBlendRGBA, StoreBuf_ARGB8888}, 125 StoreBuf_ARGB8888(buf, rs, gs, bs, as); in NeonPreLerpARGB8888() 145 StoreBuf_ARGB8888(buf, rs, gs, bs, as); in NeonPrelerpARGB8888() 166 StoreBuf_ARGB8888(buf, rs, gs, bs, as); in NeonPrelerpARGB8888() 192 StoreBuf_ARGB8888(dstBuffer, rs, gs, bs, as); in NeonPrelerpARGB8888() 215 StoreBuf_ARGB8888(dstBuffer, rs, gs, bs, as); in NeonPrelerpARGB8888() 236 StoreBuf_ARGB8888(buf, rs, gs, bs, as); in NeonLerpARGB8888() 256 StoreBuf_ARGB8888(buf, rs, gs, bs, as); in NeonLerpARGB8888() 277 StoreBuf_ARGB8888(buf, rs, gs, bs, as); in NeonLerpARGB8888() 303 StoreBuf_ARGB8888(dstBuffer, rs, gs, bs, as); in NeonLerpARGB8888() [all …]
|
H A D | graphic_neon_utils.h | 273 static inline void StoreBuf_ARGB8888(uint8_t* buf, uint8x8_t& r, uint8x8_t& g, uint8x8_t& b, uint8x… in StoreBuf_ARGB8888() function
|