/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicResize.cpp | 119 static uchar2 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3, 241 const uchar2 *yp0 = (const uchar2 *)(pin + stride * ys0); 242 const uchar2 *yp1 = (const uchar2 *)(pin + stride * ys1); 243 const uchar2 *yp2 = (const uchar2 *)(pin + stride * ys2) [all...] |
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, 426 const uchar2 *py0 = (const uchar2 *)(pin + stride * y0); 427 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 | 41 typedef unsigned char uchar2 __attribute__((ext_vector_type(2))); typedef 133 static void SC_debugUC2(const char *s, const uchar2 *c) { 134 ALOGD("uchar2 %s {%hhu, %hhu} 0x%hhx 0x%hhx", s, c->x, c->y, c->x, c->y);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
TestAbs.rs | 27 uchar2 __attribute__((kernel)) testAbsChar2Uchar2(char2 inValue) {
|
TestClz.rs | 43 uchar2 __attribute__((kernel)) testClzUchar2Uchar2(uchar2 inValue) {
|
TestConvert.rs | 47 float2 __attribute__((kernel)) testConvertFloat2Uchar2Float2(uchar2 inV) { 131 char2 __attribute__((kernel)) testConvertChar2Uchar2Char2(uchar2 inV) { 191 uchar2 __attribute__((kernel)) testConvertUchar2Float2Uchar2(float2 inV) { 203 uchar2 __attribute__((kernel)) testConvertUchar2Char2Uchar2(char2 inV) { 215 uchar2 __attribute__((kernel)) testConvertUchar2Uchar2Uchar2(uchar2 inV) { 227 uchar2 __attribute__((kernel)) testConvertUchar2Short2Uchar2(short2 inV) { 239 uchar2 __attribute__((kernel)) testConvertUchar2Ushort2Uchar2(ushort2 inV) { 251 uchar2 __attribute__((kernel)) testConvertUchar2Int2Uchar2(int2 inV) { 263 uchar2 __attribute__((kernel)) testConvertUchar2Uint2Uchar2(uint2 inV) [all...] |
TestMax.rs | 70 uchar2 __attribute__((kernel)) testMaxUchar2Uchar2Uchar2(uchar2 inV1, unsigned int x) { 71 uchar2 inV2 = rsGetElementAt_uchar2(gAllocInV2, x);
|
TestMin.rs | 70 uchar2 __attribute__((kernel)) testMinUchar2Uchar2Uchar2(uchar2 inV1, unsigned int x) { 71 uchar2 inV2 = rsGetElementAt_uchar2(gAllocInV2, x);
|
TestClamp.rs | 97 uchar2 __attribute__((kernel)) testClampUchar2Uchar2Uchar2Uchar2(uchar2 inValue, unsigned int x) { 98 uchar2 inMinValue = rsGetElementAt_uchar2(gAllocInMinValue, x); 99 uchar2 inMaxValue = rsGetElementAt_uchar2(gAllocInMaxValue, x); 277 uchar2 __attribute__((kernel)) testClampUchar2UcharUcharUchar2(uchar2 inValue, unsigned int x) {
|
/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) 396 VOP(uchar2)
|
rs_core_math.rsh | 36 extern uchar2 __attribute__((const, overloadable))abs(char2 value); 763 extern uchar2 __attribute__((const, overloadable))clamp(uchar2 value, uchar2 min_value, uchar2 max_value); [all...] |
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/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/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/ |
rs_debug.rsh | 151 rsDebug(const char *, uchar2);
|
rs_allocation.rsh | 179 GET_ELEMENT_AT(uchar2) 314 SET_ELEMENT_AT(uchar2)
|
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/ |
rs_debug.rsh | 151 rsDebug(const char *, uchar2);
|
rs_allocation.rsh | 179 GET_ELEMENT_AT(uchar2) 314 SET_ELEMENT_AT(uchar2)
|
/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) 397 VOP(uchar2)
|
rs_core_math.rsh | 36 extern uchar2 __attribute__((const, overloadable))abs(char2 value); 763 extern uchar2 __attribute__((const, overloadable))clamp(uchar2 value, uchar2 min_value, uchar2 max_value); [all...] |
/frameworks/rs/driver/runtime/arch/ |
generic.c | 315 extern uchar2 __attribute__((overloadable)) max(uchar2 v1, uchar2 v2) { 316 uchar2 r; 516 extern uchar2 __attribute__((overloadable)) min(uchar2 v1, uchar2 v2) { 517 uchar2 r;
|