Searched refs:uchar3 (Results 1 – 25 of 27) sorted by relevance
12
/frameworks/rs/tests/typecheck/ |
D | kernels.rs | 35 uchar3 uc3; 36 uchar3 uc3i = {1, 2, 3};
|
/frameworks/compile/slang/tests/P_math_int/ |
D | math_int.rs | 6 uchar3 uc3;
|
/frameworks/rs/driver/runtime/arch/ |
D | generic.c | 322 extern uchar3 __attribute__((overloadable)) max(uchar3 v1, uchar3 v2) { in max() 323 uchar3 r; in max() 523 extern uchar3 __attribute__((overloadable)) min(uchar3 v1, uchar3 v2) { in min() 524 uchar3 r; in min()
|
/frameworks/rs/scriptc/ |
D | rs_core_math.rsh | 45 extern uchar3 __attribute__((const, overloadable))abs(char3 value); 776 extern uchar3 __attribute__((const, overloadable))clamp(uchar3 value, uchar3 min_value, uchar3 max_… 1166 extern uchar3 __attribute__((const, overloadable))clamp(uchar3 value, uchar min_value, uchar max_va… 1476 extern uchar3 __attribute__((const, overloadable))clz(uchar3 value); 1697 * Component wise conversion from uchar3 to float3 1701 extern float3 __attribute__((const, overloadable))convert_float3(uchar3 v); 1886 * Component wise conversion from uchar3 to char3 1890 extern char3 __attribute__((const, overloadable))convert_char3(uchar3 v); 2021 * Component wise conversion from float3 to uchar3 2025 extern uchar3 __attribute__((const, overloadable))convert_uchar3(float3 v); [all …]
|
D | rs_allocation.rsh | 180 GET_ELEMENT_AT(uchar3) 315 SET_ELEMENT_AT(uchar3) 397 VOP(uchar3)
|
D | rs_debug.rsh | 156 rsDebug(const char *, uchar3);
|
D | rs_types.rsh | 252 typedef uchar uchar3 __attribute__((ext_vector_type(3)));
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
D | math.rs | 37 volatile uchar3 uc3; 203 volatile uchar3 prefix##_uc_3 = 1; \
|
/frameworks/rs/cpu_ref/ |
D | rsCpuRuntimeStubs.cpp | 42 typedef unsigned char uchar3 __attribute__((ext_vector_type(3))); typedef 136 static void SC_debugUC3(const char *s, const uchar3 *c) { in SC_debugUC3()
|
D | rsCpuIntrinsicInlines.h | 27 typedef uchar uchar3 __attribute__((ext_vector_type(3))); typedef
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | vector.rs | 17 uchar3 u8_3 = { 1, 2, 3 };
|
D | math.rs | 37 volatile uchar3 uc3; 47 volatile uchar3 prefix##_uc_3 = 1; \
|
D | apitest.rs | 36 volatile uchar3 uc3;
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
D | vector.rs | 17 uchar3 u8_3 = { 1, 2, 3 };
|
D | math.rs | 37 volatile uchar3 uc3; 47 volatile uchar3 prefix##_uc_3 = 1; \
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | vector.rs | 17 uchar3 u8_3 = { 1, 2, 3 };
|
D | math.rs | 37 volatile uchar3 uc3; 47 volatile uchar3 prefix##_uc_3 = 1; \
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
D | vector.rs | 17 uchar3 u8_3 = { 1, 2, 3 };
|
D | math.rs | 37 volatile uchar3 uc3; 47 volatile uchar3 prefix##_uc_3 = 1; \
|
D | math.rs.bak | 37 volatile uchar3 uc3; 47 volatile uchar3 prefix##_uc_3 = 1; \
|
D | math.rs.orig | 37 volatile uchar3 uc3; 47 volatile uchar3 prefix##_uc_3 = 1; \
|
/frameworks/rs/driver/runtime/ |
D | rs_core.c | 187 PRIM_DEBUG(uchar3)
|
D | rs_allocation.c | 249 ELEMENT_AT(uchar3) 370 VOP(uchar3)
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 47 typedef unsigned char uchar3 __attribute__((ext_vector_type(3))); typedef 906 ELEMENT_AT(uchar3, RS_TYPE_UNSIGNED_8, 3) 1657 static void SC_debugUC3(const char *s, uchar3 c) { in SC_debugUC3() 1809 void rsDebug(const char *s, const uchar3 *c) { in rsDebug()
|
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rs | 38 static volatile uchar3 prefix##_uc_3 = 1; \
|
12