Searched refs:ushort2 (Results 1 – 25 of 27) sorted by relevance
12
/frameworks/rs/tests/typecheck/ |
D | kernels.rs | 51 ushort2 us2; 52 ushort2 us2i = {1, 2};
|
/frameworks/compile/slang/tests/P_math_int/ |
D | math_int.rs | 10 ushort2 us2;
|
/frameworks/rs/driver/runtime/arch/ |
D | generic.c | 343 extern ushort2 __attribute__((overloadable)) max(ushort2 v1, ushort2 v2) { in max() 344 ushort2 r; in max() 544 extern ushort2 __attribute__((overloadable)) min(ushort2 v1, ushort2 v2) { in min() 545 ushort2 r; in min()
|
/frameworks/rs/scriptc/ |
D | rs_core_math.rsh | 72 extern ushort2 __attribute__((const, overloadable))abs(short2 value); 867 extern ushort2 __attribute__((const, overloadable))clamp(ushort2 value, ushort2 min_value, ushort2 … 1231 extern ushort2 __attribute__((const, overloadable))clamp(ushort2 value, ushort min_value, ushort ma… 1539 extern ushort2 __attribute__((const, overloadable))clz(ushort2 value); 1742 * Component wise conversion from ushort2 to float2 1746 extern float2 __attribute__((const, overloadable))convert_float2(ushort2 v); 1931 * Component wise conversion from ushort2 to char2 1935 extern char2 __attribute__((const, overloadable))convert_char2(ushort2 v); 2120 * Component wise conversion from ushort2 to uchar2 2124 extern uchar2 __attribute__((const, overloadable))convert_uchar2(ushort2 v); [all …]
|
D | rs_allocation.rsh | 187 GET_ELEMENT_AT(ushort2) 322 SET_ELEMENT_AT(ushort2) 402 VOP(ushort2)
|
D | rs_debug.rsh | 191 rsDebug(const char *, ushort2);
|
D | rs_types.rsh | 263 typedef ushort ushort2 __attribute__((ext_vector_type(2)));
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
D | math.rs | 26 volatile ushort2 us2; 210 volatile ushort2 prefix##_us_2 = 1; \
|
/frameworks/rs/cpu_ref/ |
D | rsCpuRuntimeStubs.cpp | 47 typedef unsigned short ushort2 __attribute__((ext_vector_type(2))); typedef 157 static void SC_debugUS2(const char *s, const ushort2 *c) { in SC_debugUS2()
|
D | rsCpuIntrinsicInlines.h | 29 typedef ushort ushort2 __attribute__((ext_vector_type(2))); typedef
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | vector.rs | 24 ushort2 u16_2 = { 1, 2 };
|
D | math.rs | 26 volatile ushort2 us2; 54 volatile ushort2 prefix##_us_2 = 1; \
|
D | apitest.rs | 43 volatile ushort2 us2;
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
D | vector.rs | 24 ushort2 u16_2 = { 1, 2 };
|
D | math.rs | 26 volatile ushort2 us2; 54 volatile ushort2 prefix##_us_2 = 1; \
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | vector.rs | 24 ushort2 u16_2 = { 1, 2 };
|
D | math.rs | 26 volatile ushort2 us2; 54 volatile ushort2 prefix##_us_2 = 1; \
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
D | vector.rs | 24 ushort2 u16_2 = { 1, 2 };
|
D | math.rs | 26 volatile ushort2 us2; 54 volatile ushort2 prefix##_us_2 = 1; \
|
D | math.rs.bak | 26 volatile ushort2 us2; 54 volatile ushort2 prefix##_us_2 = 1; \
|
D | math.rs.orig | 26 volatile ushort2 us2; 54 volatile ushort2 prefix##_us_2 = 1; \
|
/frameworks/rs/driver/runtime/ |
D | rs_core.c | 192 PRIM_DEBUG(ushort2)
|
D | rs_allocation.c | 256 ELEMENT_AT(ushort2) 375 VOP(ushort2)
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 52 typedef uint16_t ushort2 __attribute__((ext_vector_type(2))); typedef 913 ELEMENT_AT(ushort2, RS_TYPE_UNSIGNED_16, 2) 1678 static void SC_debugUS2(const char *s, ushort2 c) { in SC_debugUS2() 1837 void rsDebug(const char *s, const ushort2 *c) { in rsDebug()
|
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rs | 45 static volatile ushort2 prefix##_us_2 = 1; \
|
12