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

  /frameworks/rs/cpu_ref/
rsCpuRuntimeStubs.cpp 61 typedef unsigned long long ulong4 __attribute__((ext_vector_type(4))); typedef
211 static void SC_debugUL4(const char *s, const ulong4 *ll) {
212 ALOGD("ulong4 %s {%llu, %llu, %llu, %llu} 0x%llx 0x%llx 0x%llx 0x%llx", s, ll->x, ll->y, ll->z, ll->w, ll->x, ll->y, ll->z, ll->w);
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 66 typedef uint64_t ulong4 __attribute__((ext_vector_type(4))); typedef
    [all...]

Completed in 115 milliseconds