Searched refs:rsdIntrinsicBlendDstOut_K (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/toolkit/ |
D | Blend.cpp | 67 extern void rsdIntrinsicBlendDstOut_K(void *dst, const void *src, uint32_t count8); 210 rsdIntrinsicBlendDstOut_K(out, in, len); in blend()
|
D | x86.cpp | 1028 void rsdIntrinsicBlendDstOut_K(void *dst, const void *src, uint32_t count8) { in rsdIntrinsicBlendDstOut_K() function
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicBlend.cpp | 100 extern void rsdIntrinsicBlendDstOut_K(void *dst, const void *src, uint32_t count8); 250 rsdIntrinsicBlendDstOut_K(out, in, len); in kernel()
|
D | rsCpuIntrinsics_x86.cpp | 1025 void rsdIntrinsicBlendDstOut_K(void *dst, const void *src, uint32_t count8) { in rsdIntrinsicBlendDstOut_K() function
|