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

  /frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h 30 typedef ushort ushort3 __attribute__((ext_vector_type(3))); typedef
rsCpuRuntimeStubs.cpp 48 typedef unsigned short ushort3 __attribute__((ext_vector_type(3))); typedef
160 static void SC_debugUS3(const char *s, const ushort3 *c) {
161 ALOGD("ushort3 %s {%hu, %hu, %hu} 0x%hx 0x%hx 0x%hx", s, c->x, c->y, c->z, c->x, c->y, c->z);
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 53 typedef uint16_t ushort3 __attribute__((ext_vector_type(3))); typedef
    [all...]

Completed in 163 milliseconds