Searched defs:ushort (Results 1 - 4 of 4) sorted by path

/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/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) {
/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) {

Completed in 451 milliseconds