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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h45 typedef long long3 __attribute__((ext_vector_type(3))); typedef
H A DrsCpuRuntimeStubs.cpp57 typedef long long long3 __attribute__((ext_vector_type(3))); typedef
196 static void SC_debugL3(const char *s, const long3 *ll) {
197 ALOGD("long3 %s {%lld, %lld, %lld} 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.cpp62 typedef int64_t long3 __attribute__((ext_vector_type(3))); typedef
926 ELEMENT_AT(long3, RS_TYPE_SIGNED_64, 3)
1717 static void SC_debugL3(const char *s, long3 ll) {
1893 void rsDebug(const char *s, const long3 *c) {
1937 SC_debugL3(s, *(const long3 *)c);
1960 void rsDebug(const char *s, const long3 c) {

Completed in 293 milliseconds