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

  /frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h 29 typedef ushort ushort2 __attribute__((ext_vector_type(2))); typedef
rsCpuRuntimeStubs.cpp 47 typedef unsigned short ushort2 __attribute__((ext_vector_type(2))); typedef
157 static void SC_debugUS2(const char *s, const ushort2 *c) {
158 ALOGD("ushort2 %s {%hu, %hu} 0x%hx 0x%hx", s, c->x, c->y, c->x, c->y);
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 52 typedef uint16_t ushort2 __attribute__((ext_vector_type(2))); typedef
    [all...]

Completed in 83 milliseconds