Searched refs:uint2 (Results 1 – 25 of 28) sorted by relevance
12
/frameworks/rs/tests/typecheck/ |
D | kernels.rs | 69 uint2 ui2; 70 uint2 ui2i = {1, 2};
|
/frameworks/compile/slang/tests/P_math_int/ |
D | math_int.rs | 15 uint2 ui2;
|
/frameworks/rs/driver/runtime/arch/ |
D | generic.c | 371 extern uint2 __attribute__((overloadable)) max(uint2 v1, uint2 v2) { in max() 372 uint2 r; in max() 572 extern uint2 __attribute__((overloadable)) min(uint2 v1, uint2 v2) { in min() 573 uint2 r; in min()
|
/frameworks/rs/scriptc/ |
D | rs_core_math.rsh | 108 extern uint2 __attribute__((const, overloadable))abs(int2 value); 971 extern uint2 __attribute__((const, overloadable))clamp(uint2 value, uint2 min_value, uint2 max_valu… 1309 extern uint2 __attribute__((const, overloadable))clamp(uint2 value, uint min_value, uint max_value); 1611 extern uint2 __attribute__((const, overloadable))clz(uint2 value); 1796 * Component wise conversion from uint2 to float2 1800 extern float2 __attribute__((const, overloadable))convert_float2(uint2 v); 1985 * Component wise conversion from uint2 to char2 1989 extern char2 __attribute__((const, overloadable))convert_char2(uint2 v); 2174 * Component wise conversion from uint2 to uchar2 2178 extern uchar2 __attribute__((const, overloadable))convert_uchar2(uint2 v); [all …]
|
D | rs_allocation.rsh | 195 GET_ELEMENT_AT(uint2) 330 SET_ELEMENT_AT(uint2) 408 VOP(uint2)
|
D | rs_debug.rsh | 221 rsDebug(const char *, uint2);
|
D | rs_types.rsh | 279 typedef uint uint2 __attribute__((ext_vector_type(2)));
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
D | math.rs | 16 volatile uint2 ui2; 218 volatile uint2 prefix##_ui_2 = 1; \
|
/frameworks/rs/cpu_ref/ |
D | rsCpuRuntimeStubs.cpp | 53 typedef uint32_t uint2 __attribute__((ext_vector_type(2))); typedef 181 static void SC_debugUI2(const char *s, const uint2 *i) { in SC_debugUI2()
|
D | rsCpuIntrinsicInlines.h | 32 typedef uint uint2 __attribute__((ext_vector_type(2))); typedef
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | vector.rs | 32 uint2 u32_2 = { 1, 2 };
|
D | math.rs | 16 volatile uint2 ui2; 62 volatile uint2 prefix##_ui_2 = 1; \
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
D | vector.rs | 32 uint2 u32_2 = { 1, 2 };
|
D | math.rs | 16 volatile uint2 ui2; 62 volatile uint2 prefix##_ui_2 = 1; \
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | vector.rs | 32 uint2 u32_2 = { 1, 2 };
|
D | math.rs | 16 volatile uint2 ui2; 62 volatile uint2 prefix##_ui_2 = 1; \
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
D | vector.rs | 32 uint2 u32_2 = { 1, 2 };
|
D | math.rs | 16 volatile uint2 ui2; 62 volatile uint2 prefix##_ui_2 = 1; \
|
D | math.rs.bak | 16 volatile uint2 ui2; 62 volatile uint2 prefix##_ui_2 = 1; \
|
D | math.rs.orig | 16 volatile uint2 ui2; 62 volatile uint2 prefix##_ui_2 = 1; \
|
/frameworks/rs/driver/runtime/ |
D | rs_core.c | 198 PRIM_DEBUG(uint2)
|
D | rs_allocation.c | 264 ELEMENT_AT(uint2) 381 VOP(uint2)
|
D | rs_sample.c | 385 getNearestSample(const Allocation_t *alloc, uint2 iPixel, rs_data_kind dk, in getNearestSample() 527 uint2 location; in sample_LOD_NearestPixel()
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 58 typedef uint32_t uint2 __attribute__((ext_vector_type(2))); typedef 921 ELEMENT_AT(uint2, RS_TYPE_UNSIGNED_32, 2) 1702 static void SC_debugUI2(const char *s, uint2 i) { in SC_debugUI2() 1869 void rsDebug(const char *s, const uint2 *c) { in rsDebug()
|
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rs | 53 static volatile uint2 prefix##_ui_2 = 1; \
|
12