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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h31 typedef ushort ushort4 __attribute__((ext_vector_type(4))); typedef
H A DrsCpuRuntimeStubs.cpp49 typedef unsigned short ushort4 __attribute__((ext_vector_type(4))); typedef
163 static void SC_debugUS4(const char *s, const ushort4 *c) {
164 ALOGD("ushort4 %s {%hu, %hu, %hu, %hu} 0x%hx 0x%hx 0x%hx 0x%hx", s, c->x, c->y, c->z, c->w, c->x, c->y, c->z, c->w);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp54 typedef uint16_t ushort4 __attribute__((ext_vector_type(4))); typedef
915 ELEMENT_AT(ushort4, RS_TYPE_UNSIGNED_16, 4)
1684 static void SC_debugUS4(const char *s, ushort4 c) {
1845 void rsDebug(const char *s, const ushort4 *c) {

Completed in 51 milliseconds