Home
last modified time | relevance | path

Searched refs:ushort2 (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/rs/tests/typecheck/
Dkernels.rs51 ushort2 us2;
52 ushort2 us2i = {1, 2};
/frameworks/compile/slang/tests/P_math_int/
Dmath_int.rs10 ushort2 us2;
/frameworks/rs/driver/runtime/arch/
Dgeneric.c343 extern ushort2 __attribute__((overloadable)) max(ushort2 v1, ushort2 v2) { in max()
344 ushort2 r; in max()
544 extern ushort2 __attribute__((overloadable)) min(ushort2 v1, ushort2 v2) { in min()
545 ushort2 r; in min()
/frameworks/rs/scriptc/
Drs_core_math.rsh72 extern ushort2 __attribute__((const, overloadable))abs(short2 value);
867 extern ushort2 __attribute__((const, overloadable))clamp(ushort2 value, ushort2 min_value, ushort2
1231 extern ushort2 __attribute__((const, overloadable))clamp(ushort2 value, ushort min_value, ushort ma…
1539 extern ushort2 __attribute__((const, overloadable))clz(ushort2 value);
1742 * Component wise conversion from ushort2 to float2
1746 extern float2 __attribute__((const, overloadable))convert_float2(ushort2 v);
1931 * Component wise conversion from ushort2 to char2
1935 extern char2 __attribute__((const, overloadable))convert_char2(ushort2 v);
2120 * Component wise conversion from ushort2 to uchar2
2124 extern uchar2 __attribute__((const, overloadable))convert_uchar2(ushort2 v);
[all …]
Drs_allocation.rsh187 GET_ELEMENT_AT(ushort2)
322 SET_ELEMENT_AT(ushort2)
402 VOP(ushort2)
Drs_debug.rsh191 rsDebug(const char *, ushort2);
Drs_types.rsh263 typedef ushort ushort2 __attribute__((ext_vector_type(2)));
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dmath.rs26 volatile ushort2 us2;
210 volatile ushort2 prefix##_us_2 = 1; \
/frameworks/rs/cpu_ref/
DrsCpuRuntimeStubs.cpp47 typedef unsigned short ushort2 __attribute__((ext_vector_type(2))); typedef
157 static void SC_debugUS2(const char *s, const ushort2 *c) { in SC_debugUS2()
DrsCpuIntrinsicInlines.h29 typedef ushort ushort2 __attribute__((ext_vector_type(2))); typedef
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dvector.rs24 ushort2 u16_2 = { 1, 2 };
Dmath.rs26 volatile ushort2 us2;
54 volatile ushort2 prefix##_us_2 = 1; \
Dapitest.rs43 volatile ushort2 us2;
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dvector.rs24 ushort2 u16_2 = { 1, 2 };
Dmath.rs26 volatile ushort2 us2;
54 volatile ushort2 prefix##_us_2 = 1; \
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dvector.rs24 ushort2 u16_2 = { 1, 2 };
Dmath.rs26 volatile ushort2 us2;
54 volatile ushort2 prefix##_us_2 = 1; \
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dvector.rs24 ushort2 u16_2 = { 1, 2 };
Dmath.rs26 volatile ushort2 us2;
54 volatile ushort2 prefix##_us_2 = 1; \
Dmath.rs.bak26 volatile ushort2 us2;
54 volatile ushort2 prefix##_us_2 = 1; \
Dmath.rs.orig26 volatile ushort2 us2;
54 volatile ushort2 prefix##_us_2 = 1; \
/frameworks/rs/driver/runtime/
Drs_core.c192 PRIM_DEBUG(ushort2)
Drs_allocation.c256 ELEMENT_AT(ushort2)
375 VOP(ushort2)
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp52 typedef uint16_t ushort2 __attribute__((ext_vector_type(2))); typedef
913 ELEMENT_AT(ushort2, RS_TYPE_UNSIGNED_16, 2)
1678 static void SC_debugUS2(const char *s, ushort2 c) { in SC_debugUS2()
1837 void rsDebug(const char *s, const ushort2 *c) { in rsDebug()
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs45 static volatile ushort2 prefix##_us_2 = 1; \

12