HomeSort by relevance Sort by last modified time
    Searched defs:char4 (Results 1 - 3 of 3) sorted by null

  /frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h 37 typedef char char4 __attribute__((ext_vector_type(4))); typedef
rsCpuRuntimeStubs.cpp 37 typedef char char4 __attribute__((ext_vector_type(4))); typedef
114 static void SC_debugC4(const char *s, const char4 *c) {
115 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/
rsdRuntimeStubs.cpp 45 typedef char char4 __attribute__((ext_vector_type(4))); typedef
743 ELEMENT_AT(char4, RS_TYPE_SIGNED_8, 4)
    [all...]

Completed in 197 milliseconds