Home
last modified time | relevance | path

Searched refs:a1_ (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_neon_pipeline.h87 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()
366 uint8x8_t a1_; variable