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

/frameworks/rs/driver/runtime/
H A Drs_convert.c35 CVT_FUNC_2(type, ushort) \
48 CVT_FUNC(ushort)
H A Drs_core.c34 extern ushort __attribute__((overloadable)) rsClamp(ushort v, ushort l, ushort h) {
286 // Also, pass the bit-equivalent ushort to be printed.
288 ushort us);
290 rsDebug(s, (float) h, *(ushort *) &h);
H A Drs_allocation.c176 ELEMENT_AT_IMPL_TYPE(ushort)
319 ELEMENT_AT(ushort)
H A Drs_cl.c835 XN_FUNC_YN(ushort, fnc, short) \
841 XN_FUNC_YN(ushort, fnc, ushort) \
880 XN_FUNC_XN_XN_BODY(ushort, fnc, body) \
/frameworks/rs/scriptc/
H A Drs_value_types.rsh28 * Unsigned integer: uchar, uint8_t ushort, uint16_t uint, uint32_t ulong, uint64_t
209 * ushort: 16 bit unsigned integer
213 typedef uint16_t ushort;
333 * A vector of two ushorts. These two ushort fields packed into a single 32 bit field
336 typedef ushort __attribute__((ext_vector_type(2))) ushort2;
341 * A vector of three ushorts. These three ushort fields packed into a single 64 bit field
344 typedef ushort __attribute__((ext_vector_type(3))) ushort3;
349 * A vector of four ushorts. These four ushort fields packed into a single 64 bit field
352 typedef ushort __attribute__((ext_vector_type(4))) ushort4;
H A Drs_math.rsh175 extern ushort __attribute__((const, overloadable))
822 extern ushort __attribute__((const, overloadable))
823 clamp(ushort value, ushort min_value, ushort max_value);
968 clamp(ushort2 value, ushort min_value, ushort max_value);
973 clamp(ushort3 value, ushort min_value, ushort max_value);
978 clamp(ushort4 value, ushort min_valu
[all...]
H A Drs_debug.rsh224 rsDebug(const char* message, ushort a);
H A Drs_allocation_data.rsh1236 static inline ushort __attribute__((overloadable))
1238 return ((ushort *)rsGetElementAt(a, x))[0];
1516 static inline ushort __attribute__((overloadable))
1518 return ((ushort *)rsGetElementAt(a, x, y))[0];
1796 static inline ushort __attribute__((overloadable))
1798 return ((ushort *)rsGetElementAt(a, x, y, z))[0];
2036 extern ushort __attribute__((overloadable))
2236 extern ushort __attribute__((overloadable))
2436 extern ushort __attribute__((overloadable))
2807 rsSetElementAt_ushort(rs_allocation a, ushort va
[all...]
/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/driver/runtime/arch/
H A Dclamp.c35 S_CLAMP(ushort); variable
100 V_CLAMP(ushort); variable
H A Dgeneric.c106 _CLAMP(ushort); variable
343 extern ushort __attribute__((overloadable)) max(ushort v1, ushort v2) {
544 extern ushort __attribute__((overloadable)) min(ushort v1, ushort v2) {
/frameworks/rs/api/
H A Drs_value_types.spec26 <tr><td>Unsigned integer:</td> <td>uchar, @uint8_t</td> <td>ushort, @uint16_t</td> <td>uint, @uint32_t</td> <td>ulong, @uint64_t</td></tr>
203 type: ushort
338 simple: ushort
342 A vector of two ushorts. These two ushort fields packed into a single 32 bit field
347 simple: ushort
351 A vector of three ushorts. These three ushort fields packed into a single 64 bit field
356 simple: ushort
360 A vector of four ushorts. These four ushort fields packed into a single 64 bit field
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp75 typedef uint16_t ushort; typedef
562 ELEMENT_AT(ushort, RS_TYPE_UNSIGNED_16, 1)
1127 void rsDebug(const char *s, float f, ushort us) {

Completed in 689 milliseconds