Searched defs:uchar4 (Results 1 - 3 of 3) sorted by last modified time

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h28 typedef uchar uchar4 __attribute__((ext_vector_type(4))); typedef
H A DrsCpuRuntimeStubs.cpp43 typedef unsigned char uchar4 __attribute__((ext_vector_type(4))); typedef
139 static void SC_debugUC4(const char *s, const uchar4 *c) {
140 ALOGD("uchar4 %s {%hhu, %hhu, %hhu, %hhu} 0x%hhx 0x%hhx 0x%hhx 0x%hhx", s, c->x, c->y, c->z, c->w, c->x, c->y, c->z, c->w);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp48 typedef unsigned char uchar4 __attribute__((ext_vector_type(4))); typedef
907 ELEMENT_AT(uchar4, RS_TYPE_UNSIGNED_8, 4)
1660 static void SC_debugUC4(const char *s, uchar4 c) {
1813 void rsDebug(const char *s, const uchar4 *c) {

Completed in 178 milliseconds