Searched refs:uint3 (Results 1 – 25 of 27) sorted by relevance
12
/frameworks/rs/tests/typecheck/ |
D | kernels.rs | 71 uint3 ui3; 72 uint3 ui3i = {1, 2, 3};
|
/frameworks/compile/slang/tests/P_math_int/ |
D | math_int.rs | 16 uint3 ui3;
|
/frameworks/rs/driver/runtime/arch/ |
D | generic.c | 378 extern uint3 __attribute__((overloadable)) max(uint3 v1, uint3 v2) { in max() 379 uint3 r; in max() 579 extern uint3 __attribute__((overloadable)) min(uint3 v1, uint3 v2) { in min() 580 uint3 r; in min()
|
/frameworks/rs/scriptc/ |
D | rs_core_math.rsh | 117 extern uint3 __attribute__((const, overloadable))abs(int3 value); 984 extern uint3 __attribute__((const, overloadable))clamp(uint3 value, uint3 min_value, uint3 max_valu… 1322 extern uint3 __attribute__((const, overloadable))clamp(uint3 value, uint min_value, uint max_value); 1620 extern uint3 __attribute__((const, overloadable))clz(uint3 value); 1805 * Component wise conversion from uint3 to float3 1809 extern float3 __attribute__((const, overloadable))convert_float3(uint3 v); 1994 * Component wise conversion from uint3 to char3 1998 extern char3 __attribute__((const, overloadable))convert_char3(uint3 v); 2183 * Component wise conversion from uint3 to uchar3 2187 extern uchar3 __attribute__((const, overloadable))convert_uchar3(uint3 v); [all …]
|
D | rs_allocation.rsh | 196 GET_ELEMENT_AT(uint3) 331 SET_ELEMENT_AT(uint3) 410 VOP(uint3)
|
D | rs_debug.rsh | 226 rsDebug(const char *, uint3);
|
D | rs_types.rsh | 284 typedef uint uint3 __attribute__((ext_vector_type(3)));
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
D | math.rs | 17 volatile uint3 ui3; 219 volatile uint3 prefix##_ui_3 = 1; \
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicInlines.h | 33 typedef uint uint3 __attribute__((ext_vector_type(3))); typedef
|
D | rsCpuRuntimeStubs.cpp | 54 typedef uint32_t uint3 __attribute__((ext_vector_type(3))); typedef 184 static void SC_debugUI3(const char *s, const uint3 *i) { in SC_debugUI3()
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
D | vector.rs | 33 uint3 u32_3 = { 1, 2, 3 };
|
D | math.rs | 17 volatile uint3 ui3; 63 volatile uint3 prefix##_ui_3 = 1; \
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | vector.rs | 33 uint3 u32_3 = { 1, 2, 3 };
|
D | math.rs | 17 volatile uint3 ui3; 63 volatile uint3 prefix##_ui_3 = 1; \
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | vector.rs | 33 uint3 u32_3 = { 1, 2, 3 };
|
D | math.rs | 17 volatile uint3 ui3; 63 volatile uint3 prefix##_ui_3 = 1; \
|
D | apitest.rs | 52 volatile uint3 ui3;
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
D | vector.rs | 33 uint3 u32_3 = { 1, 2, 3 };
|
D | math.rs | 17 volatile uint3 ui3; 63 volatile uint3 prefix##_ui_3 = 1; \
|
D | math.rs.bak | 17 volatile uint3 ui3; 63 volatile uint3 prefix##_ui_3 = 1; \
|
D | math.rs.orig | 17 volatile uint3 ui3; 63 volatile uint3 prefix##_ui_3 = 1; \
|
/frameworks/rs/driver/runtime/ |
D | rs_core.c | 199 PRIM_DEBUG(uint3)
|
D | rs_allocation.c | 265 ELEMENT_AT(uint3) 382 VOP(uint3)
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 59 typedef uint32_t uint3 __attribute__((ext_vector_type(3))); typedef 922 ELEMENT_AT(uint3, RS_TYPE_UNSIGNED_32, 3) 1705 static void SC_debugUI3(const char *s, uint3 i) { in SC_debugUI3() 1873 void rsDebug(const char *s, const uint3 *c) { in rsDebug()
|
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rs | 54 static volatile uint3 prefix##_ui_3 = 1; \
|
12