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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h27 typedef uchar uchar3 __attribute__((ext_vector_type(3))); typedef
H A DrsCpuRuntimeStubs.cpp42 typedef unsigned char uchar3 __attribute__((ext_vector_type(3))); typedef
136 static void SC_debugUC3(const char *s, const uchar3 *c) {
137 ALOGD("uchar3 %s {%hhu, %hhu, %hhu} 0x%hhx 0x%hhx 0x%hhx", s, c->x, c->y, c->z, c->x, c->y, c->z);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp47 typedef unsigned char uchar3 __attribute__((ext_vector_type(3))); typedef
906 ELEMENT_AT(uchar3, RS_TYPE_UNSIGNED_8, 3)
1657 static void SC_debugUC3(const char *s, uchar3 c) {
1809 void rsDebug(const char *s, const uchar3 *c) {

Completed in 558 milliseconds