Searched refs:uchar2 (Results 1 - 13 of 13) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicConvolve5x5.cpp132 static void OneU2(const RsForEachStubParamStruct *p, uint32_t x, uchar2 *out,
133 const uchar2 *py0, const uchar2 *py1, const uchar2 *py2, const uchar2 *py3, const uchar2 *py4,
415 const uchar2 *py0 = (const uchar2 *)(pin + stride * y0);
416 const uchar2 *py1 = (const uchar2 *)(pi
[all...]
H A DrsCpuIntrinsicConvolve3x3.cpp113 static void ConvolveOneU2(const RsForEachStubParamStruct *p, uint32_t x, uchar2 *out,
114 const uchar2 *py0, const uchar2 *py1, const uchar2 *py2,
247 const uchar2 *py0 = (const uchar2 *)(pin + stride * y2);
248 const uchar2 *py1 = (const uchar2 *)(pin + stride * p->y);
249 const uchar2 *py2 = (const uchar2 *)(pi
[all...]
H A DrsCpuRuntimeStubs.cpp38 typedef unsigned char uchar2 __attribute__((ext_vector_type(2))); typedef
120 static void SC_debugUC2(const char *s, const uchar2 *c) {
121 ALOGD("uchar2 %s {%hhu, %hhu} 0x%hhx 0x%hhx", s, c->x, c->y, c->x, c->y);
H A DrsCpuIntrinsicInlines.h26 typedef uchar uchar2 __attribute__((ext_vector_type(2))); typedef
H A DrsCpuIntrinsicColorMatrix.cpp741 f.xy = convert_float2(((const uchar2 *)py)[0]);
801 ((uchar2 *)out)[0] = convert_uchar2(sum.xy);
/frameworks/rs/tests/typecheck/
H A Dkernels.rs33 uchar2 uc2;
34 uchar2 uc2i = {1, 2};
/frameworks/rs/scriptc/
H A Drs_debug.rsh151 rsDebug(const char *, uchar2);
H A Drs_allocation.rsh179 GET_ELEMENT_AT(uchar2)
314 SET_ELEMENT_AT(uchar2)
H A Drs_types.rsh228 typedef uchar uchar2 __attribute__((ext_vector_type(2)));
/frameworks/rs/driver/runtime/
H A Drs_core.c137 PRIM_DEBUG(uchar2)
H A Drs_allocation.c221 ELEMENT_AT(uchar2)
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c343 extern uchar2 __attribute__((overloadable)) max(uchar2 v1, uchar2 v2) {
344 uchar2 r;
600 extern uchar2 __attribute__((overloadable)) min(uchar2 v1, uchar2 v2) {
601 uchar2 r;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp46 typedef unsigned char uchar2 __attribute__((ext_vector_type(2))); typedef
745 ELEMENT_AT(uchar2, RS_TYPE_UNSIGNED_8, 2)
1342 static void SC_debugUC2(const char *s, uchar2 c) {
1493 void rsDebug(const char *s, const uchar2 *c) {

Completed in 105 milliseconds