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.cpp54 typedef long long long3 __attribute__((ext_vector_type(3))); typedef
183 static void SC_debugL3(const char *s, const long3 *ll) {
184 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 long long long3 __attribute__((ext_vector_type(3))); typedef
766 ELEMENT_AT(long3, RS_TYPE_SIGNED_64, 3)
1405 static void SC_debugL3(const char *s, long3 ll) {
1581 void rsDebug(const char *s, const long3 *c) {

Completed in 10 milliseconds