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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h26 typedef uchar uchar2 __attribute__((ext_vector_type(2))); typedef
H A DrsCpuRuntimeStubs.cpp38 typedef unsigned char uchar2 __attribute__((ext_vector_type(2))); typedef
120 static void SC_debugUC2(const char *s, const uchar2 *c) {
121 ALOGD("uchar2 %s {%hhu, %hhu} 0x%hhx 0x%hhx", s, c->x, c->y, c->x, c->y);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp46 typedef unsigned char uchar2 __attribute__((ext_vector_type(2))); typedef
745 ELEMENT_AT(uchar2, RS_TYPE_UNSIGNED_8, 2)
1342 static void SC_debugUC2(const char *s, uchar2 c) {
1493 void rsDebug(const char *s, const uchar2 *c) {

Completed in 33 milliseconds