Searched refs:char2 (Results 1 – 25 of 29) sorted by relevance
12
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | bug_char.rs | 4 char2 rand_sc2_0, rand_sc2_1; 7 char2 min_rand_sc2_sc2; 17 char2 temp_sc2;
|
D | vector.rs | 12 char2 i8_2 = { 1, 2 };
|
D | math.rs | 31 volatile char2 c2; 42 volatile char2 prefix##_c_2 = 1; \
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | bug_char.rs | 4 char2 rand_sc2_0, rand_sc2_1; 7 char2 min_rand_sc2_sc2; 17 char2 temp_sc2;
|
D | vector.rs | 12 char2 i8_2 = { 1, 2 };
|
D | math.rs | 31 volatile char2 c2; 42 volatile char2 prefix##_c_2 = 1; \
|
/frameworks/rs/tests/typecheck/ |
D | kernels.rs | 24 char2 c2; 25 char2 c2i = {1, 2};
|
/frameworks/compile/slang/tests/P_math_int/ |
D | math_int.rs | 20 char2 c2;
|
/frameworks/rs/driver/runtime/arch/ |
D | generic.c | 231 extern char2 __attribute__((overloadable)) max(char2 v1, char2 v2) { in max() 232 char2 r; in max() 432 extern char2 __attribute__((overloadable)) min(char2 v1, char2 v2) { in min() 433 char2 r; in min()
|
/frameworks/rs/scriptc/ |
D | rs_core_math.rsh | 36 extern uchar2 __attribute__((const, overloadable))abs(char2 value); 711 extern char2 __attribute__((const, overloadable))clamp(char2 value, char2 min_value, char2 max_valu… 1114 extern char2 __attribute__((const, overloadable))clamp(char2 value, char min_value, char max_value); 1431 extern char2 __attribute__((const, overloadable))clz(char2 value); 1661 * Component wise conversion from char2 to float2 1665 extern float2 __attribute__((const, overloadable))convert_float2(char2 v); 1823 * Component wise conversion from float2 to char2 1827 extern char2 __attribute__((const, overloadable))convert_char2(float2 v); 1850 * Component wise conversion from char2 to char2 1854 extern char2 __attribute__((const, overloadable))convert_char2(char2 v); [all …]
|
D | rs_allocation.rsh | 175 GET_ELEMENT_AT(char2) 310 SET_ELEMENT_AT(char2) 394 VOP(char2)
|
D | rs_debug.rsh | 131 rsDebug(const char *, char2);
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
D | math.rs | 31 volatile char2 c2; 198 volatile char2 prefix##_c_2 = 1; \
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicInlines.h | 35 typedef char char2 __attribute__((ext_vector_type(2))); typedef
|
D | rsCpuRuntimeStubs.cpp | 38 typedef char char2 __attribute__((ext_vector_type(2))); typedef 121 static void SC_debugC2(const char *s, const char2 *c) { in SC_debugC2()
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
D | vector.rs | 12 char2 i8_2 = { 1, 2 };
|
D | math.rs | 31 volatile char2 c2; 42 volatile char2 prefix##_c_2 = 1; \
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
D | vector.rs | 12 char2 i8_2 = { 1, 2 };
|
D | math.rs | 31 volatile char2 c2; 42 volatile char2 prefix##_c_2 = 1; \
|
D | math.rs.bak | 31 volatile char2 c2; 42 volatile char2 prefix##_c_2 = 1; \
|
D | math.rs.orig | 31 volatile char2 c2; 42 volatile char2 prefix##_c_2 = 1; \
|
/frameworks/rs/driver/runtime/ |
D | rs_core.c | 183 PRIM_DEBUG(char2)
|
D | rs_allocation.c | 244 ELEMENT_AT(char2) 366 VOP(char2)
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 43 typedef char char2 __attribute__((ext_vector_type(2))); typedef 901 ELEMENT_AT(char2, RS_TYPE_SIGNED_8, 2) 1642 static void SC_debugC2(const char *s, char2 c) { in SC_debugC2() 1789 void rsDebug(const char *s, const char2 *c) { in rsDebug()
|
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rs | 33 static volatile char2 prefix##_c_2 = 1; \
|
12