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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h36 typedef char char3 __attribute__((ext_vector_type(3))); typedef
H A DrsCpuRuntimeStubs.cpp36 typedef char char3 __attribute__((ext_vector_type(3))); typedef
111 static void SC_debugC3(const char *s, const char3 *c) {
112 ALOGD("char3 %s {%hhd, %hhd, %hhd} 0x%hhx 0x%hhx 0x%hhx", s, c->x, c->y, c->z, (unsigned char)c->x, (unsigned char)c->y, (unsigned char)c->z);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp44 typedef char char3 __attribute__((ext_vector_type(3))); typedef
742 ELEMENT_AT(char3, RS_TYPE_SIGNED_8, 3)
1333 static void SC_debugC3(const char *s, char3 c) {
1481 void rsDebug(const char *s, const char3 *c) {

Completed in 65 milliseconds