Searched defs:ushort2 (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h29 typedef ushort ushort2 __attribute__((ext_vector_type(2))); typedef
H A DrsCpuRuntimeStubs.cpp47 typedef unsigned short ushort2 __attribute__((ext_vector_type(2))); typedef
157 static void SC_debugUS2(const char *s, const ushort2 *c) {
158 ALOGD("ushort2 %s {%hu, %hu} 0x%hx 0x%hx", s, c->x, c->y, c->x, c->y);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp52 typedef uint16_t ushort2 __attribute__((ext_vector_type(2))); typedef
913 ELEMENT_AT(ushort2, RS_TYPE_UNSIGNED_16, 2)
1678 static void SC_debugUS2(const char *s, ushort2 c) {
1837 void rsDebug(const char *s, const ushort2 *c) {

Completed in 44 milliseconds