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

/frameworks/rs/driver/runtime/
H A Drs_convert.c35 CVT_FUNC_2(type, ushort) \
47 CVT_FUNC(ushort)
H A Drs_core.c27 extern ushort __attribute__((overloadable)) rsClamp(ushort v, ushort l, ushort h) {
H A Drs_allocation.c255 ELEMENT_AT(ushort)
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) \
/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)));
70 CVT_FUNC_2(type, ushort) \
79 CVT_FUNC(ushort)
/frameworks/rs/tests/typecheck/
H A Dkernels.rs49 ushort us1;
50 ushort us1i = 1;
125 void RS_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
107 typedef uint16_t ushort;
260 * Vector version of the basic ushort type. Provides two ushort fields packed
263 typedef ushort ushort2 __attribute__((ext_vector_type(2)));
265 * Vector version of the basic ushort type. Provides three ushort fields packed
268 typedef ushort ushort3 __attribute__((ext_vector_type(3)));
270 * Vector version of the basic ushort type. Provides four ushort field
[all...]
H A Drs_allocation.rsh186 GET_ELEMENT_AT(ushort)
321 SET_ELEMENT_AT(ushort)
H A Drs_core_math.rsh63 extern ushort __attribute__((const, overloadable))abs(short value);
854 extern ushort __attribute__((const, overloadable))clamp(ushort value, ushort min_value, ushort max_value);
1231 extern ushort2 __attribute__((const, overloadable))clamp(ushort2 value, ushort min_value, ushort max_value);
1244 extern ushort3 __attribute__((const, overloadable))clamp(ushort3 value, ushort min_value, ushort max_value);
1257 extern ushort4 __attribute__((const, overloadable))clamp(ushort4 value, ushort min_valu
[all...]
/frameworks/rs/driver/runtime/arch/
H A Dclamp.c34 S_CLAMP(ushort); variable
98 V_CLAMP(ushort); variable
H A Dgeneric.c102 _CLAMP(ushort); variable
339 extern ushort __attribute__((overloadable)) max(ushort v1, ushort v2) {
540 extern ushort __attribute__((overloadable)) min(ushort v1, ushort v2) {
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp69 typedef uint16_t ushort; typedef
912 ELEMENT_AT(ushort, RS_TYPE_UNSIGNED_16, 1)

Completed in 105 milliseconds