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

/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp59 typedef unsigned long long ulong2 __attribute__((ext_vector_type(2))); typedef
205 static void SC_debugUL2(const char *s, const ulong2 *ll) {
206 ALOGD("ulong2 %s {%llu, %llu} 0x%llx 0x%llx", s, ll->x, ll->y, ll->x, ll->y);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp64 typedef uint64_t ulong2 __attribute__((ext_vector_type(2))); typedef
929 ELEMENT_AT(ulong2, RS_TYPE_UNSIGNED_64, 2)
1726 static void SC_debugUL2(const char *s, ulong2 ll) {
1909 void rsDebug(const char *s, const ulong2 *c) {
1945 SC_debugUL2(s, *(const ulong2 *)c);
1968 void rsDebug(const char *s, const ulong2 c) {

Completed in 2178 milliseconds