/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
TestAbs.rs | 51 ushort4 __attribute__((kernel)) testAbsShort4Ushort4(short4 inValue) {
|
TestClz.rs | 83 ushort4 __attribute__((kernel)) testClzUshort4Ushort4(ushort4 inValue) {
|
TestConvert.rs | 79 float4 __attribute__((kernel)) testConvertFloat4Ushort4Float4(ushort4 inV) { 163 char4 __attribute__((kernel)) testConvertChar4Ushort4Char4(ushort4 inV) { 247 uchar4 __attribute__((kernel)) testConvertUchar4Ushort4Uchar4(ushort4 inV) { 331 short4 __attribute__((kernel)) testConvertShort4Ushort4Short4(ushort4 inV) { 367 ushort4 __attribute__((kernel)) testConvertUshort4Float4Ushort4(float4 inV) { 379 ushort4 __attribute__((kernel)) testConvertUshort4Char4Ushort4(char4 inV) { 391 ushort4 __attribute__((kernel)) testConvertUshort4Uchar4Ushort4(uchar4 inV) { 403 ushort4 __attribute__((kernel)) testConvertUshort4Short4Ushort4(short4 inV) { 415 ushort4 __attribute__((kernel)) testConvertUshort4Ushort4Ushort4(ushort4 inV) [all...] |
TestMax.rs | 120 ushort4 __attribute__((kernel)) testMaxUshort4Ushort4Ushort4(ushort4 inV1, unsigned int x) { 121 ushort4 inV2 = rsGetElementAt_ushort4(gAllocInV2, x);
|
TestMin.rs | 120 ushort4 __attribute__((kernel)) testMinUshort4Ushort4Ushort4(ushort4 inV1, unsigned int x) { 121 ushort4 inV2 = rsGetElementAt_ushort4(gAllocInV2, x);
|
TestClamp.rs | 157 ushort4 __attribute__((kernel)) testClampUshort4Ushort4Ushort4Ushort4(ushort4 inValue, unsigned int x) { 158 ushort4 inMinValue = rsGetElementAt_ushort4(gAllocInMinValue, x); 159 ushort4 inMaxValue = rsGetElementAt_ushort4(gAllocInMaxValue, x); 325 ushort4 __attribute__((kernel)) testClampUshort4UshortUshortUshort4(ushort4 inValue, unsigned int x) {
|
/frameworks/rs/tests/typecheck/ |
kernels.rs | 55 ushort4 us4; 56 ushort4 us4i = {1, 2, 3, 4};
|
/frameworks/rs/scriptc/ |
rs_debug.rsh | 201 rsDebug(const char *, ushort4);
|
rs_allocation.rsh | 189 GET_ELEMENT_AT(ushort4) 324 SET_ELEMENT_AT(ushort4) 404 VOP(ushort4)
|
rs_core_math.rsh | 90 extern ushort4 __attribute__((const, overloadable))abs(short4 value); 893 extern ushort4 __attribute__((const, overloadable))clamp(ushort4 value, ushort4 min_value, ushort4 max_value); [all...] |
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/ |
rs_debug.rsh | 201 rsDebug(const char *, ushort4);
|
rs_allocation.rsh | 189 GET_ELEMENT_AT(ushort4) 324 SET_ELEMENT_AT(ushort4)
|
rs_types.rsh | 254 typedef ushort ushort4 __attribute__((ext_vector_type(4)));
|
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/ |
rs_debug.rsh | 201 rsDebug(const char *, ushort4);
|
rs_allocation.rsh | 189 GET_ELEMENT_AT(ushort4) 324 SET_ELEMENT_AT(ushort4)
|
rs_types.rsh | 254 typedef ushort ushort4 __attribute__((ext_vector_type(4)));
|
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/ |
rs_debug.rsh | 201 rsDebug(const char *, ushort4);
|
rs_allocation.rsh | 189 GET_ELEMENT_AT(ushort4) 324 SET_ELEMENT_AT(ushort4)
|
rs_types.rsh | 254 typedef ushort ushort4 __attribute__((ext_vector_type(4)));
|
/prebuilts/sdk/renderscript/include/ |
rs_debug.rsh | 201 rsDebug(const char *, ushort4);
|
rs_allocation.rsh | 189 GET_ELEMENT_AT(ushort4) 324 SET_ELEMENT_AT(ushort4) 405 VOP(ushort4)
|
rs_core_math.rsh | 90 extern ushort4 __attribute__((const, overloadable))abs(short4 value); 893 extern ushort4 __attribute__((const, overloadable))clamp(ushort4 value, ushort4 min_value, ushort4 max_value); [all...] |
/frameworks/rs/cpu_ref/ |
rsCpuRuntimeStubs.cpp | 49 typedef unsigned short ushort4 __attribute__((ext_vector_type(4))); typedef 163 static void SC_debugUS4(const char *s, const ushort4 *c) { 164 ALOGD("ushort4 %s {%hu, %hu, %hu, %hu} 0x%hx 0x%hx 0x%hx 0x%hx", s, c->x, c->y, c->z, c->w, c->x, c->y, c->z, c->w);
|
/frameworks/rs/driver/runtime/arch/ |
generic.c | 358 extern ushort4 __attribute__((overloadable)) max(ushort4 v1, ushort4 v2) { 359 ushort4 r; 559 extern ushort4 __attribute__((overloadable)) min(ushort4 v1, ushort4 v2) { 560 ushort4 r;
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/ |
raw_converter.rs | 34 ushort4 blackLevelPattern; // Blacklevel to subtract for each channel, given in CFA order 206 static void linearizeAndGainmap(uint x, uint y, ushort4 blackLevel, int whiteLevel,
|