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 40 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/
rsdRuntimeStubs.cpp 45 typedef char char4 __attribute__((ext_vector_type(4))); typedef
    [all...]

Completed in 392 milliseconds