Searched refs:g1_ (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/ |
H A D | graphic_neon_pipeline.h | 87 loadDstFunc_(dst, r1_, g1_, b1_, a1_); in Invoke() 89 blendFunc_(r1_, g1_, b1_, a1_, r2_, g2_, b2_, a2_); in Invoke() 90 storeDstFunc_(dst, r1_, g1_, b1_, a1_); in Invoke() 95 loadDstFunc_(dst, r1_, g1_, b1_, a1_); in Invoke() 96 blendFunc_(r1_, g1_, b1_, a1_, r2_, g2_, b2_, a2_); in Invoke() 97 storeDstFunc_(dst, r1_, g1_, b1_, a1_); in Invoke() 102 loadDstFunc_(dst, r1_, g1_, b1_, a1_); in Invoke() 103 blendFunc_(r1_, g1_, b1_, a1_, r, g, b, a); in Invoke() 104 storeDstFunc_(dst, r1_, g1_, b1_, a1_); in Invoke() 364 uint8x8_t g1_; variable
|