Searched refs:rsdIntrinsicBlendDstAtop_K (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/toolkit/ |
D | Blend.cpp | 69 extern void rsdIntrinsicBlendDstAtop_K(void *dst, const void *src, uint32_t count8); 251 rsdIntrinsicBlendDstAtop_K(out, in, len); in blend()
|
D | x86.cpp | 1151 void rsdIntrinsicBlendDstAtop_K(void *dst, const void *src, uint32_t count8) { in rsdIntrinsicBlendDstAtop_K() function
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicBlend.cpp | 102 extern void rsdIntrinsicBlendDstAtop_K(void *dst, const void *src, uint32_t count8); 291 rsdIntrinsicBlendDstAtop_K(out, in, len); in kernel()
|
D | rsCpuIntrinsics_x86.cpp | 1148 void rsdIntrinsicBlendDstAtop_K(void *dst, const void *src, uint32_t count8) { in rsdIntrinsicBlendDstAtop_K() function
|