Home | History | Annotate | Download | only in driver

Lines Matching defs:long3

62 typedef int64_t long3 __attribute__((ext_vector_type(3)));
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) {