Searched refs:ushort4 (Results 1 – 25 of 28) sorted by relevance
12
/frameworks/rs/tests/typecheck/ |
D | kernels.rs | 55 ushort4 us4; 56 ushort4 us4i = {1, 2, 3, 4};
|
/frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/ |
D | yuv.rs | 75 ushort4 c = convert_ushort4(color); 77 c >>= (ushort4)8;
|
/frameworks/compile/slang/tests/P_math_int/ |
D | math_int.rs | 12 ushort4 us4;
|
/frameworks/rs/driver/runtime/arch/ |
D | generic.c | 358 extern ushort4 __attribute__((overloadable)) max(ushort4 v1, ushort4 v2) { in max() 359 ushort4 r; in max() 559 extern ushort4 __attribute__((overloadable)) min(ushort4 v1, ushort4 v2) { in min() 560 ushort4 r; in min()
|
/frameworks/rs/scriptc/ |
D | rs_core_math.rsh | 90 extern ushort4 __attribute__((const, overloadable))abs(short4 value); 893 extern ushort4 __attribute__((const, overloadable))clamp(ushort4 value, ushort4 min_value, ushort4 … 1257 extern ushort4 __attribute__((const, overloadable))clamp(ushort4 value, ushort min_value, ushort ma… 1557 extern ushort4 __attribute__((const, overloadable))clz(ushort4 value); 1760 * Component wise conversion from ushort4 to float4 1764 extern float4 __attribute__((const, overloadable))convert_float4(ushort4 v); 1949 * Component wise conversion from ushort4 to char4 1953 extern char4 __attribute__((const, overloadable))convert_char4(ushort4 v); 2138 * Component wise conversion from ushort4 to uchar4 2142 extern uchar4 __attribute__((const, overloadable))convert_uchar4(ushort4 v); [all …]
|
D | rs_allocation.rsh | 189 GET_ELEMENT_AT(ushort4) 324 SET_ELEMENT_AT(ushort4) 404 VOP(ushort4)
|
D | rs_debug.rsh | 201 rsDebug(const char *, ushort4);
|
D | rs_types.rsh | 273 typedef ushort ushort4 __attribute__((ext_vector_type(4)));
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
D | math.rs | 28 volatile ushort4 us4; 212 volatile ushort4 prefix##_us_4 = 1; \
|
/frameworks/rs/cpu_ref/ |
D | rsCpuRuntimeStubs.cpp | 49 typedef unsigned short ushort4 __attribute__((ext_vector_type(4))); typedef 163 static void SC_debugUS4(const char *s, const ushort4 *c) { in SC_debugUS4()
|
D | rsCpuIntrinsicInlines.h | 31 typedef ushort ushort4 __attribute__((ext_vector_type(4))); typedef
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | vector.rs | 26 ushort4 u16_4 = { 1, 2, 3, 4 };
|
D | math.rs | 28 volatile ushort4 us4; 56 volatile ushort4 prefix##_us_4 = 1; \
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
D | vector.rs | 26 ushort4 u16_4 = { 1, 2, 3, 4 };
|
D | math.rs | 28 volatile ushort4 us4; 56 volatile ushort4 prefix##_us_4 = 1; \
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | vector.rs | 26 ushort4 u16_4 = { 1, 2, 3, 4 };
|
D | math.rs | 28 volatile ushort4 us4; 56 volatile ushort4 prefix##_us_4 = 1; \
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
D | vector.rs | 26 ushort4 u16_4 = { 1, 2, 3, 4 };
|
D | math.rs | 28 volatile ushort4 us4; 56 volatile ushort4 prefix##_us_4 = 1; \
|
D | math.rs.bak | 28 volatile ushort4 us4; 56 volatile ushort4 prefix##_us_4 = 1; \
|
D | math.rs.orig | 28 volatile ushort4 us4; 56 volatile ushort4 prefix##_us_4 = 1; \
|
/frameworks/rs/driver/runtime/ |
D | rs_core.c | 194 PRIM_DEBUG(ushort4)
|
D | rs_allocation.c | 258 ELEMENT_AT(ushort4) 377 VOP(ushort4)
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 54 typedef uint16_t ushort4 __attribute__((ext_vector_type(4))); typedef 915 ELEMENT_AT(ushort4, RS_TYPE_UNSIGNED_16, 4) 1684 static void SC_debugUS4(const char *s, ushort4 c) { in SC_debugUS4() 1845 void rsDebug(const char *s, const ushort4 *c) { in rsDebug()
|
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rs | 47 static volatile ushort4 prefix##_us_4 = 1; \
|
12