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

/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp60 typedef unsigned long long ulong3 __attribute__((ext_vector_type(3))); typedef
208 static void SC_debugUL3(const char *s, const ulong3 *ll) {
209 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/
H A DrsdRuntimeStubs.cpp65 typedef uint64_t ulong3 __attribute__((ext_vector_type(3))); typedef
930 ELEMENT_AT(ulong3, RS_TYPE_UNSIGNED_64, 3)
1729 static void SC_debugUL3(const char *s, ulong3 ll) {
1913 void rsDebug(const char *s, const ulong3 *c) {
1949 SC_debugUL3(s, *(const ulong3 *)c);
1972 void rsDebug(const char *s, const ulong3 c) {

Completed in 12 milliseconds