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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h37 typedef char char4 __attribute__((ext_vector_type(4))); typedef
H A DrsCpuRuntimeStubs.cpp40 typedef char char4 __attribute__((ext_vector_type(4))); typedef
127 static void SC_debugC4(const char *s, const char4 *c) {
128 ALOGD("char4 %s {%hhd, %hhd, %hhd, %hhd} 0x%hhx 0x%hhx 0x%hhx 0x%hhx", s, c->x, c->y, c->z, c->w, (unsigned char)c->x, (unsigned char)c->y, (unsigned char)c->z, (unsigned char)c->w);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp45 typedef char char4 __attribute__((ext_vector_type(4))); typedef
903 ELEMENT_AT(char4, RS_TYPE_SIGNED_8, 4)
1648 static void SC_debugC4(const char *s, char4 c) {
1797 void rsDebug(const char *s, const char4 *c) {

Completed in 100 milliseconds