/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
D | shadows.rs | 51 static ushort3 rgb2hsv( uchar4 rgb) variable 91 ushort3 out; 98 static uchar4 hsv2rgb(ushort3 hsv) 187 ushort3 hsv = rgb2hsv(*in);
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | shadows.rs | 51 static ushort3 rgb2hsv( uchar4 rgb) constant 91 ushort3 out; 98 static uchar4 hsv2rgb(ushort3 hsv) 187 ushort3 hsv = rgb2hsv(in);
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
D | shadows.rs | 51 static ushort3 rgb2hsv( uchar4 rgb) variable 91 ushort3 out; 98 static uchar4 hsv2rgb(ushort3 hsv) 187 ushort3 hsv = rgb2hsv(in);
|
/frameworks/rs/tests/typecheck/ |
D | kernels.rs | 53 ushort3 us3; 54 ushort3 us3i = {1, 2, 3};
|
/frameworks/compile/slang/tests/P_math_int/ |
D | math_int.rs | 11 ushort3 us3;
|
/frameworks/rs/driver/runtime/arch/ |
D | generic.c | 350 extern ushort3 __attribute__((overloadable)) max(ushort3 v1, ushort3 v2) { in max() 351 ushort3 r; in max() 551 extern ushort3 __attribute__((overloadable)) min(ushort3 v1, ushort3 v2) { in min() 552 ushort3 r; in min()
|
/frameworks/rs/scriptc/ |
D | rs_core_math.rsh | 81 extern ushort3 __attribute__((const, overloadable))abs(short3 value); 880 extern ushort3 __attribute__((const, overloadable))clamp(ushort3 value, ushort3 min_value, ushort3 … 1244 extern ushort3 __attribute__((const, overloadable))clamp(ushort3 value, ushort min_value, ushort ma… 1548 extern ushort3 __attribute__((const, overloadable))clz(ushort3 value); 1751 * Component wise conversion from ushort3 to float3 1755 extern float3 __attribute__((const, overloadable))convert_float3(ushort3 v); 1940 * Component wise conversion from ushort3 to char3 1944 extern char3 __attribute__((const, overloadable))convert_char3(ushort3 v); 2129 * Component wise conversion from ushort3 to uchar3 2133 extern uchar3 __attribute__((const, overloadable))convert_uchar3(ushort3 v); [all …]
|
D | rs_allocation.rsh | 188 GET_ELEMENT_AT(ushort3) 323 SET_ELEMENT_AT(ushort3) 403 VOP(ushort3)
|
D | rs_debug.rsh | 196 rsDebug(const char *, ushort3);
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
D | math.rs | 27 volatile ushort3 us3; 211 volatile ushort3 prefix##_us_3 = 1; \
|
/frameworks/rs/cpu_ref/ |
D | rsCpuRuntimeStubs.cpp | 48 typedef unsigned short ushort3 __attribute__((ext_vector_type(3))); typedef 160 static void SC_debugUS3(const char *s, const ushort3 *c) { in SC_debugUS3()
|
D | rsCpuIntrinsicInlines.h | 30 typedef ushort ushort3 __attribute__((ext_vector_type(3))); typedef
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | vector.rs | 25 ushort3 u16_3 = { 1, 2, 3 };
|
D | math.rs | 27 volatile ushort3 us3; 55 volatile ushort3 prefix##_us_3 = 1; \
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
D | vector.rs | 25 ushort3 u16_3 = { 1, 2, 3 };
|
D | math.rs | 27 volatile ushort3 us3; 55 volatile ushort3 prefix##_us_3 = 1; \
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | vector.rs | 25 ushort3 u16_3 = { 1, 2, 3 };
|
D | math.rs | 27 volatile ushort3 us3; 55 volatile ushort3 prefix##_us_3 = 1; \
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
D | vector.rs | 25 ushort3 u16_3 = { 1, 2, 3 };
|
D | math.rs | 27 volatile ushort3 us3; 55 volatile ushort3 prefix##_us_3 = 1; \
|
D | math.rs.bak | 27 volatile ushort3 us3; 55 volatile ushort3 prefix##_us_3 = 1; \
|
D | math.rs.orig | 27 volatile ushort3 us3; 55 volatile ushort3 prefix##_us_3 = 1; \
|
/frameworks/rs/driver/runtime/ |
D | rs_core.c | 193 PRIM_DEBUG(ushort3)
|
D | rs_allocation.c | 257 ELEMENT_AT(ushort3) 376 VOP(ushort3)
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 53 typedef uint16_t ushort3 __attribute__((ext_vector_type(3))); typedef 914 ELEMENT_AT(ushort3, RS_TYPE_UNSIGNED_16, 3) 1681 static void SC_debugUS3(const char *s, ushort3 c) { in SC_debugUS3() 1841 void rsDebug(const char *s, const ushort3 *c) { in rsDebug()
|