Home | History | Annotate | Download | only in driver

Lines Matching defs:long3

68 typedef int64_t long3 __attribute__((ext_vector_type(3)));
576 ELEMENT_AT(long3, RS_TYPE_SIGNED_64, 3)
635 ELEMENT_AT_OVERLOADS(long3, native_long3)
1328 void rsDebug(const char *s, const long3 *c) {
1329 long3 ll = *c;
1381 long3 ll = *(const long3 *)c;
1410 void rsDebug(const char *s, const long3 ll) {