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 58 typedef unsigned long long ulong4 __attribute__((ext_vector_type(4))); typedef
198 static void SC_debugUL4(const char *s, const ulong4 *ll) {
199 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 unsigned long long ulong4 __attribute__((ext_vector_type(4))); typedef
771 ELEMENT_AT(ulong4, RS_TYPE_UNSIGNED_64, 4)
    [all...]

Completed in 62 milliseconds