Searched refs:blendv_epi8 (Results 1 – 1 of 1) sorted by relevance
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_x86.cpp | 69 static inline __m128i blendv_epi8(__m128i x, __m128i y, __m128i mask) { in blendv_epi8() function 1137 t0 = blendv_epi8(t0, out0, M0001); in rsdIntrinsicBlendSrcAtop_K() 1139 t2 = blendv_epi8(t2, out1, M0001); in rsdIntrinsicBlendSrcAtop_K() 1208 t0 = blendv_epi8(t0, in0, M0001); in rsdIntrinsicBlendDstAtop_K() 1210 t2 = blendv_epi8(t2, in1, M0001); in rsdIntrinsicBlendDstAtop_K()
|