Home
last modified time | relevance | path

Searched refs:short2 (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/rs/tests/typecheck/
Dkernels.rs42 short2 s2;
43 short2 s2i = {1, 2};
/frameworks/compile/slang/tests/P_math_int/
Dmath_int.rs25 short2 s2;
/frameworks/rs/driver/runtime/arch/
Dgeneric.c259 extern short2 __attribute__((overloadable)) max(short2 v1, short2 v2) { in max()
260 short2 r; in max()
460 extern short2 __attribute__((overloadable)) min(short2 v1, short2 v2) { in min()
461 short2 r; in min()
/frameworks/rs/scriptc/
Drs_core_math.rsh72 extern ushort2 __attribute__((const, overloadable))abs(short2 value);
815 extern short2 __attribute__((const, overloadable))clamp(short2 value, short2 min_value, short2 max_…
1192 extern short2 __attribute__((const, overloadable))clamp(short2 value, short min_value, short max_va…
1503 extern short2 __attribute__((const, overloadable))clz(short2 value);
1715 * Component wise conversion from short2 to float2
1719 extern float2 __attribute__((const, overloadable))convert_float2(short2 v);
1904 * Component wise conversion from short2 to char2
1908 extern char2 __attribute__((const, overloadable))convert_char2(short2 v);
2093 * Component wise conversion from short2 to uchar2
2097 extern uchar2 __attribute__((const, overloadable))convert_uchar2(short2 v);
[all …]
Drs_allocation.rsh183 GET_ELEMENT_AT(short2)
318 SET_ELEMENT_AT(short2)
399 VOP(short2)
Drs_debug.rsh171 rsDebug(const char *, short2);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dmath.rs21 volatile short2 s2;
206 volatile short2 prefix##_s_2 = 1; \
/frameworks/rs/cpu_ref/
DrsCpuRuntimeStubs.cpp44 typedef short short2 __attribute__((ext_vector_type(2))); typedef
145 static void SC_debugS2(const char *s, const short2 *c) { in SC_debugS2()
DrsCpuIntrinsicInlines.h38 typedef short short2 __attribute__((ext_vector_type(2))); typedef
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dvector.rs20 short2 i16_2 = { 1, 2 };
Dmath.rs21 volatile short2 s2;
50 volatile short2 prefix##_s_2 = 1; \
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dvector.rs20 short2 i16_2 = { 1, 2 };
Dmath.rs21 volatile short2 s2;
50 volatile short2 prefix##_s_2 = 1; \
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dvector.rs20 short2 i16_2 = { 1, 2 };
Dmath.rs21 volatile short2 s2;
50 volatile short2 prefix##_s_2 = 1; \
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dvector.rs20 short2 i16_2 = { 1, 2 };
Dmath.rs21 volatile short2 s2;
50 volatile short2 prefix##_s_2 = 1; \
Dmath.rs.bak21 volatile short2 s2;
50 volatile short2 prefix##_s_2 = 1; \
Dmath.rs.orig21 volatile short2 s2;
50 volatile short2 prefix##_s_2 = 1; \
/frameworks/rs/driver/runtime/
Drs_core.c189 PRIM_DEBUG(short2)
Drs_allocation.c252 ELEMENT_AT(short2)
372 VOP(short2)
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp49 typedef int16_t short2 __attribute__((ext_vector_type(2))); typedef
909 ELEMENT_AT(short2, RS_TYPE_SIGNED_16, 2)
1666 static void SC_debugS2(const char *s, short2 c) { in SC_debugS2()
1821 void rsDebug(const char *s, const short2 *c) { in rsDebug()
/frameworks/multidex/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/frameworks/support/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...

12