Searched defs:ulong4 (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp61 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/
H A DrsdRuntimeStubs.cpp66 typedef uint64_t ulong4 __attribute__((ext_vector_type(4))); typedef
931 ELEMENT_AT(ulong4, RS_TYPE_UNSIGNED_64, 4)
1732 static void SC_debugUL4(const char *s, ulong4 ll) {
1917 void rsDebug(const char *s, const ulong4 *c) {
1953 SC_debugUL4(s, *(const ulong4 *)c);
1976 void rsDebug(const char *s, const ulong4 c) {

Completed in 464 milliseconds