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.cpp55 typedef long long long4 __attribute__((ext_vector_type(4))); typedef
186 static void SC_debugL4(const char *s, const long4 *ll) {
187 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 long long long4 __attribute__((ext_vector_type(4))); typedef
767 ELEMENT_AT(long4, RS_TYPE_SIGNED_64, 4)
1408 static void SC_debugL4(const char *s, long4 ll) {
1585 void rsDebug(const char *s, const long4 *c) {

Completed in 49 milliseconds