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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h35 typedef char char2 __attribute__((ext_vector_type(2))); typedef
H A DrsCpuRuntimeStubs.cpp38 typedef char char2 __attribute__((ext_vector_type(2))); typedef
121 static void SC_debugC2(const char *s, const char2 *c) {
122 ALOGD("char2 %s {%hhd, %hhd} 0x%hhx 0x%hhx", s, c->x, c->y, (unsigned char)c->x, (unsigned char)c->y);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp43 typedef char char2 __attribute__((ext_vector_type(2))); typedef
901 ELEMENT_AT(char2, RS_TYPE_SIGNED_8, 2)
1642 static void SC_debugC2(const char *s, char2 c) {
1789 void rsDebug(const char *s, const char2 *c) {

Completed in 244 milliseconds