Searched refs:ushort (Results 1 - 11 of 11) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h20 typedef uint16_t ushort; typedef
29 typedef ushort ushort2 __attribute__((ext_vector_type(2)));
30 typedef ushort ushort3 __attribute__((ext_vector_type(3)));
31 typedef ushort ushort4 __attribute__((ext_vector_type(4)));
73 CVT_FUNC_2(type, ushort) \
81 CVT_FUNC(ushort)
/frameworks/rs/tests/typecheck/
H A Dkernels.rs49 ushort us1;
50 ushort us1i = 1;
125 void __attribute__((kernel)) test_U16(ushort in) {
/frameworks/rs/scriptc/
H A Drs_math.rsh76 _RS_RUNTIME ushort __attribute__((const, overloadable, always_inline)) rsClamp(ushort amount, ushort low, ushort high);
H A Drs_types.rsh29 * 16 bit: ushort, uint16_t
99 typedef uint16_t ushort;
241 * Vector version of the basic ushort type. Provides two ushort fields packed
244 typedef ushort ushort2 __attribute__((ext_vector_type(2)));
246 * Vector version of the basic ushort type. Provides three ushort fields packed
249 typedef ushort ushort3 __attribute__((ext_vector_type(3)));
251 * Vector version of the basic ushort type. Provides four ushort field
[all...]
H A Drs_cl.rsh38 CVT_FUNC_2(type, ushort) \
47 * Supports 2,3,4 components of uchar, char, ushort, short, uint, int, float.
54 * Supports 2,3,4 components of uchar, char, ushort, short, uint, int, float.
61 * Supports 2,3,4 components of uchar, char, ushort, short, uint, int, float.
68 * Supports 2,3,4 components of uchar, char, ushort, short, uint, int, float.
70 CVT_FUNC(ushort)
75 * Supports 2,3,4 components of uchar, char, ushort, short, uint, int, float.
82 * Supports 2,3,4 components of uchar, char, ushort, short, uint, int, float.
89 * Supports 2,3,4 components of uchar, char, ushort, short, uint, int, float.
805 XN_FUNC_YN(ushort, fn
[all...]
H A Drs_allocation.rsh186 GET_ELEMENT_AT(ushort)
321 SET_ELEMENT_AT(ushort)
/frameworks/rs/driver/runtime/arch/
H A Dclamp.c29 S_CLAMP(ushort); variable
93 V_CLAMP(ushort); variable
H A Dgeneric.c102 _CLAMP(ushort); variable
367 extern ushort __attribute__((overloadable)) max(ushort v1, ushort v2) {
624 extern ushort __attribute__((overloadable)) min(ushort v1, ushort v2) {
/frameworks/rs/driver/runtime/
H A Drs_cl.c676 XN_FUNC_YN(ushort, fnc, short) \
682 XN_FUNC_YN(ushort, fnc, ushort) \
721 XN_FUNC_XN_XN_BODY(ushort, fnc, body) \
H A Drs_allocation.c228 ELEMENT_AT(ushort)
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp69 typedef uint16_t ushort; typedef
752 ELEMENT_AT(ushort, RS_TYPE_UNSIGNED_16, 1)

Completed in 454 milliseconds