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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicResize.cpp128 static uchar2 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3,
204 uchar2 *dst,
208 uchar2 const *srcn,
209 uchar2 const *src0,
210 uchar2 const *src1,
211 uchar2 cons
[all...]
H A DrsCpuIntrinsicConvolve5x5.cpp132 static void OneU2(const RsExpandKernelDriverInfo *info, uint32_t x, uchar2 *out,
133 const uchar2 *py0, const uchar2 *py1, const uchar2 *py2, const uchar2 *py3, const uchar2 *py4,
426 const uchar2 *py0 = (const uchar2 *)(pin + stride * y0);
427 const uchar2 *py1 = (const uchar2 *)(pi
[all...]
H A DrsCpuIntrinsicConvolve3x3.cpp113 static void ConvolveOneU2(const RsExpandKernelDriverInfo *info, 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 * info->current.y);
249 const uchar2 *py2 = (const uchar2 *)(pi
[all...]
H A DrsCpuIntrinsicInlines.h26 typedef uchar uchar2 __attribute__((ext_vector_type(2))); typedef
H A DrsCpuIntrinsicColorMatrix.cpp810 f.xy = convert_float2(((const uchar2 *)py)[0]);
870 ((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_convert.rsh62 convert_float2(uchar2 v);
125 convert_char2(uchar2 v);
169 extern uchar2 __attribute__((const, overloadable))
178 extern uchar2 __attribute__((const, overloadable))
187 extern uchar2 __attribute__((const, overloadable))
188 convert_uchar2(uchar2 v);
196 extern uchar2 __attribute__((const, overloadable))
205 extern uchar2 __attribute__((const, overloadable))
214 extern uchar2 __attribute__((const, overloadable))
223 extern uchar2 __attribute_
[all...]
H A Drs_value_types.rsh307 * uchar2: Two 8 bit unsigned integers
312 typedef uchar __attribute__((ext_vector_type(2))) uchar2;
H A Drs_allocation_data.rsh189 extern uchar2 __attribute__((overloadable))
339 extern uchar2 __attribute__((overloadable))
489 extern uchar2 __attribute__((overloadable))
670 rsAllocationVStoreX_uchar2(rs_allocation a, uchar2 val, uint32_t x);
820 rsAllocationVStoreX_uchar2(rs_allocation a, uchar2 val, uint32_t x, uint32_t y);
970 rsAllocationVStoreX_uchar2(rs_allocation a, uchar2 val, uint32_t x, uint32_t y, uint32_t z);
1187 static inline uchar2 __attribute__((overloadable))
1189 return ((uchar2 *)rsGetElementAt(a, x))[0];
1467 static inline uchar2 __attribute__((overloadable))
1469 return ((uchar2 *)rsGetElementA
[all...]
H A Drs_debug.rsh189 rsDebug(const char* message, uchar2 a);
H A Drs_math.rsh166 extern uchar2 __attribute__((const, overloadable))
787 extern uchar2 __attribute__((const, overloadable))
788 clamp(uchar2 value, uchar2 min_value, uchar2 max_value);
937 extern uchar2 __attribute__((const, overloadable))
938 clamp(uchar2 value, uchar min_value, uchar max_value);
1098 extern uchar2 __attribute__((const, overloadable))
1099 clz(uchar2 value);
2738 static inline uchar2 __attribute_
[all...]
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c319 extern uchar2 __attribute__((overloadable)) max(uchar2 v1, uchar2 v2) {
320 uchar2 r;
520 extern uchar2 __attribute__((overloadable)) min(uchar2 v1, uchar2 v2) {
521 uchar2 r;
/frameworks/rs/driver/runtime/
H A Drs_core.c253 PRIM_DEBUG(uchar2)
H A Drs_allocation.c312 ELEMENT_AT(uchar2)
465 VOP(uchar2)
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp52 typedef unsigned char uchar2 __attribute__((ext_vector_type(2))); typedef
555 ELEMENT_AT(uchar2, RS_TYPE_UNSIGNED_8, 2)
1214 void rsDebug(const char *s, const uchar2 *c2) {
1215 uchar2 c = *c2;

Completed in 297 milliseconds