/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
TestAbs.rs | 31 uchar3 __attribute__((kernel)) testAbsChar3Uchar3(char3 inValue) {
|
TestClz.rs | 31 char3 __attribute__((kernel)) testClzChar3Char3(char3 inValue) {
|
TestConvert.rs | 39 float3 __attribute__((kernel)) testConvertFloat3Char3Float3(char3 inV) { 111 char3 __attribute__((kernel)) testConvertChar3Float3Char3(float3 inV) { 123 char3 __attribute__((kernel)) testConvertChar3Char3Char3(char3 inV) { 135 char3 __attribute__((kernel)) testConvertChar3Uchar3Char3(uchar3 inV) { 147 char3 __attribute__((kernel)) testConvertChar3Short3Char3(short3 inV) { 159 char3 __attribute__((kernel)) testConvertChar3Ushort3Char3(ushort3 inV) { 171 char3 __attribute__((kernel)) testConvertChar3Int3Char3(int3 inV) { 183 char3 __attribute__((kernel)) testConvertChar3Uint3Char3(uint3 inV) { 207 uchar3 __attribute__((kernel)) testConvertUchar3Char3Uchar3(char3 inV) [all...] |
TestMax.rs | 55 char3 __attribute__((kernel)) testMaxChar3Char3Char3(char3 inV1, unsigned int x) { 56 char3 inV2 = rsGetElementAt_char3(gAllocInV2, x);
|
TestMin.rs | 55 char3 __attribute__((kernel)) testMinChar3Char3Char3(char3 inV1, unsigned int x) { 56 char3 inV2 = rsGetElementAt_char3(gAllocInV2, x);
|
TestClamp.rs | 79 char3 __attribute__((kernel)) testClampChar3Char3Char3Char3(char3 inValue, unsigned int x) { 80 char3 inMinValue = rsGetElementAt_char3(gAllocInMinValue, x); 81 char3 inMaxValue = rsGetElementAt_char3(gAllocInMaxValue, x); 265 char3 __attribute__((kernel)) testClampChar3CharCharChar3(char3 inValue, unsigned int x) {
|
/frameworks/rs/tests/typecheck/ |
kernels.rs | 26 char3 c3; 27 char3 c3i = {1, 2, 3};
|
/external/chromium_org/third_party/skia/tests/ |
GrOrderedSetTest.cpp | 124 const char* char3 = "dog"; local 131 set2.insert(char3);
|
/external/skia/tests/ |
GrOrderedSetTest.cpp | 124 const char* char3 = "dog"; local 131 set2.insert(char3);
|
/frameworks/rs/scriptc/ |
rs_debug.rsh | 136 rsDebug(const char *, char3);
|
rs_allocation.rsh | 176 GET_ELEMENT_AT(char3) 311 SET_ELEMENT_AT(char3) 394 VOP(char3)
|
rs_core_math.rsh | 45 extern uchar3 __attribute__((const, overloadable))abs(char3 value); 724 extern char3 __attribute__((const, overloadable))clamp(char3 value, char3 min_value, char3 max_value); 1127 extern char3 __attribute__((const, overloadable))clamp(char3 value, char min_value, char max_value); [all...] |
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/ |
rs_debug.rsh | 136 rsDebug(const char *, char3);
|
rs_allocation.rsh | 176 GET_ELEMENT_AT(char3) 311 SET_ELEMENT_AT(char3)
|
rs_types.rsh | 297 typedef char char3 __attribute__((ext_vector_type(3)));
|
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/ |
rs_debug.rsh | 136 rsDebug(const char *, char3);
|
rs_allocation.rsh | 176 GET_ELEMENT_AT(char3) 311 SET_ELEMENT_AT(char3)
|
rs_types.rsh | 297 typedef char char3 __attribute__((ext_vector_type(3)));
|
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/ |
rs_debug.rsh | 136 rsDebug(const char *, char3);
|
rs_allocation.rsh | 176 GET_ELEMENT_AT(char3) 311 SET_ELEMENT_AT(char3)
|
/prebuilts/sdk/renderscript/include/ |
rs_debug.rsh | 136 rsDebug(const char *, char3);
|
rs_allocation.rsh | 176 GET_ELEMENT_AT(char3) 311 SET_ELEMENT_AT(char3) 395 VOP(char3)
|
rs_core_math.rsh | 45 extern uchar3 __attribute__((const, overloadable))abs(char3 value); 724 extern char3 __attribute__((const, overloadable))clamp(char3 value, char3 min_value, char3 max_value); 1127 extern char3 __attribute__((const, overloadable))clamp(char3 value, char min_value, char max_value); [all...] |
/frameworks/rs/cpu_ref/ |
rsCpuRuntimeStubs.cpp | 39 typedef char char3 __attribute__((ext_vector_type(3))); typedef 124 static void SC_debugC3(const char *s, const char3 *c) { 125 ALOGD("char3 %s {%hhd, %hhd, %hhd} 0x%hhx 0x%hhx 0x%hhx", s, c->x, c->y, c->z, (unsigned char)c->x, (unsigned char)c->y, (unsigned char)c->z);
|
/frameworks/rs/driver/runtime/arch/ |
generic.c | 238 extern char3 __attribute__((overloadable)) max(char3 v1, char3 v2) { 239 char3 r; 439 extern char3 __attribute__((overloadable)) min(char3 v1, char3 v2) { 440 char3 r;
|