/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicConvolve5x5.cpp | 132 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 *)(pin + stride * y1) [all...] |
rsCpuIntrinsicConvolve3x3.cpp | 113 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 *)(pin + stride * y1) [all...] |
rsCpuRuntimeStubs.cpp | 38 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);
|
rsCpuIntrinsicInlines.h | 26 typedef uchar uchar2 __attribute__((ext_vector_type(2))); typedef
|
rsCpuIntrinsicColorMatrix.cpp | 741 f.xy = convert_float2(((const uchar2 *)py)[0]); 801 ((uchar2 *)out)[0] = convert_uchar2(sum.xy);
|
/frameworks/rs/tests/typecheck/ |
kernels.rs | 33 uchar2 uc2; 34 uchar2 uc2i = {1, 2};
|
/frameworks/rs/scriptc/ |
rs_debug.rsh | 151 rsDebug(const char *, uchar2);
|
rs_allocation.rsh | 179 GET_ELEMENT_AT(uchar2) 314 SET_ELEMENT_AT(uchar2)
|
rs_types.rsh | 228 typedef uchar uchar2 __attribute__((ext_vector_type(2)));
|
/prebuilts/sdk/renderscript/include/ |
rs_debug.rsh | 151 rsDebug(const char *, uchar2);
|
rs_allocation.rsh | 179 GET_ELEMENT_AT(uchar2) 314 SET_ELEMENT_AT(uchar2)
|
rs_types.rsh | 228 typedef uchar uchar2 __attribute__((ext_vector_type(2)));
|
/frameworks/rs/driver/runtime/ |
rs_core.c | 137 PRIM_DEBUG(uchar2)
|
rs_allocation.c | 221 ELEMENT_AT(uchar2)
|
/frameworks/rs/driver/runtime/arch/ |
generic.c | 343 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;
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
ccapitst.c | 314 UChar* uchar2 = 0; local [all...] |
/external/icu4c/test/cintltst/ |
ccapitst.c | 271 UChar* uchar2 = 0; local [all...] |
/frameworks/rs/driver/ |
rsdRuntimeStubs.cpp | 46 typedef unsigned char uchar2 __attribute__((ext_vector_type(2))); typedef 745 ELEMENT_AT(uchar2, RS_TYPE_UNSIGNED_8, 2) [all...] |
/cts/tests/src/android/renderscript/cts/ |
intrinsic_convolve3x3.rs | 107 uchar2 __attribute__((kernel)) convolve_U2(uint32_t x, uint32_t y) {
|
intrinsic_convolve5x5.rs | 120 uchar2 __attribute__((kernel)) convolve_U2(uint32_t x, uint32_t y) {
|