Searched refs:rsdIntrinsicBlendXor_K (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/toolkit/ |
D | Blend.cpp | 70 extern void rsdIntrinsicBlendXor_K(void *dst, const void *src, uint32_t count8); 272 rsdIntrinsicBlendXor_K(out, in, len); in blend()
|
D | x86.cpp | 1222 void rsdIntrinsicBlendXor_K(void *dst, const void *src, uint32_t count8) { in rsdIntrinsicBlendXor_K() function
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicBlend.cpp | 103 extern void rsdIntrinsicBlendXor_K(void *dst, const void *src, uint32_t count8); 312 rsdIntrinsicBlendXor_K(out, in, len); in kernel()
|
D | rsCpuIntrinsics_x86.cpp | 1219 void rsdIntrinsicBlendXor_K(void *dst, const void *src, uint32_t count8) { in rsdIntrinsicBlendXor_K() function
|