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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h46 typedef long long4 __attribute__((ext_vector_type(4))); typedef
H A DrsCpuRuntimeStubs.cpp58 typedef long long long4 __attribute__((ext_vector_type(4))); typedef
199 static void SC_debugL4(const char *s, const long4 *ll) {
200 ALOGD("long4 %s {%lld, %lld, %lld, %lld} 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.cpp63 typedef int64_t long4 __attribute__((ext_vector_type(4))); typedef
927 ELEMENT_AT(long4, RS_TYPE_SIGNED_64, 4)
1720 static void SC_debugL4(const char *s, long4 ll) {
1897 void rsDebug(const char *s, const long4 *c) {
1941 SC_debugL4(s, *(const long4 *)c);
1964 void rsDebug(const char *s, const long4 c) {

Completed in 148 milliseconds