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

  /frameworks/rs/cpu_ref/
rsCpuRuntimeStubs.cpp 57 typedef unsigned long long ulong3 __attribute__((ext_vector_type(3))); typedef
195 static void SC_debugUL3(const char *s, const ulong3 *ll) {
196 ALOGD("ulong3 %s {%llu, %llu, %llu} 0x%llx 0x%llx 0x%llx", s, ll->x, ll->y, ll->z, ll->x, ll->y, ll->z);
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 65 typedef unsigned long long ulong3 __attribute__((ext_vector_type(3))); typedef
770 ELEMENT_AT(ulong3, RS_TYPE_UNSIGNED_64, 3)
    [all...]

Completed in 30 milliseconds