Searched defs:long2 (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h44 typedef long long2 __attribute__((ext_vector_type(2))); typedef
H A DrsCpuRuntimeStubs.cpp56 typedef long long long2 __attribute__((ext_vector_type(2))); typedef
193 static void SC_debugL2(const char *s, const long2 *ll) {
194 ALOGD("long2 %s {%lld, %lld} 0x%llx 0x%llx", s, ll->x, ll->y, ll->x, ll->y);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp61 typedef int64_t long2 __attribute__((ext_vector_type(2))); typedef
925 ELEMENT_AT(long2, RS_TYPE_SIGNED_64, 2)
1714 static void SC_debugL2(const char *s, long2 ll) {
1889 void rsDebug(const char *s, const long2 *c) {
1933 SC_debugL2(s, *(const long2 *)c);
1956 void rsDebug(const char *s, const long2 c) {

Completed in 77 milliseconds