Home
last modified time | relevance | path

Searched refs:ushort4 (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/rs/tests/typecheck/
Dkernels.rs55 ushort4 us4;
56 ushort4 us4i = {1, 2, 3, 4};
/frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
Dyuv.rs75 ushort4 c = convert_ushort4(color);
77 c >>= (ushort4)8;
/frameworks/compile/slang/tests/P_math_int/
Dmath_int.rs12 ushort4 us4;
/frameworks/rs/driver/runtime/arch/
Dgeneric.c358 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/
Drs_core_math.rsh90 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 …]
Drs_allocation.rsh189 GET_ELEMENT_AT(ushort4)
324 SET_ELEMENT_AT(ushort4)
404 VOP(ushort4)
Drs_debug.rsh201 rsDebug(const char *, ushort4);
Drs_types.rsh273 typedef ushort ushort4 __attribute__((ext_vector_type(4)));
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dmath.rs28 volatile ushort4 us4;
212 volatile ushort4 prefix##_us_4 = 1; \
/frameworks/rs/cpu_ref/
DrsCpuRuntimeStubs.cpp49 typedef unsigned short ushort4 __attribute__((ext_vector_type(4))); typedef
163 static void SC_debugUS4(const char *s, const ushort4 *c) { in SC_debugUS4()
DrsCpuIntrinsicInlines.h31 typedef ushort ushort4 __attribute__((ext_vector_type(4))); typedef
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dvector.rs26 ushort4 u16_4 = { 1, 2, 3, 4 };
Dmath.rs28 volatile ushort4 us4;
56 volatile ushort4 prefix##_us_4 = 1; \
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dvector.rs26 ushort4 u16_4 = { 1, 2, 3, 4 };
Dmath.rs28 volatile ushort4 us4;
56 volatile ushort4 prefix##_us_4 = 1; \
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dvector.rs26 ushort4 u16_4 = { 1, 2, 3, 4 };
Dmath.rs28 volatile ushort4 us4;
56 volatile ushort4 prefix##_us_4 = 1; \
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dvector.rs26 ushort4 u16_4 = { 1, 2, 3, 4 };
Dmath.rs28 volatile ushort4 us4;
56 volatile ushort4 prefix##_us_4 = 1; \
Dmath.rs.bak28 volatile ushort4 us4;
56 volatile ushort4 prefix##_us_4 = 1; \
Dmath.rs.orig28 volatile ushort4 us4;
56 volatile ushort4 prefix##_us_4 = 1; \
/frameworks/rs/driver/runtime/
Drs_core.c194 PRIM_DEBUG(ushort4)
Drs_allocation.c258 ELEMENT_AT(ushort4)
377 VOP(ushort4)
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp54 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/
Dcompute_benchmark.rs47 static volatile ushort4 prefix##_us_4 = 1; \

12