Home | History | Annotate | Download | only in driver

Lines Matching defs:ulong4

66 typedef uint64_t ulong4 __attribute__((ext_vector_type(4)));
931 ELEMENT_AT(ulong4, RS_TYPE_UNSIGNED_64, 4)
1732 static void SC_debugUL4(const char *s, ulong4 ll) {
1917 void rsDebug(const char *s, const ulong4 *c) {
1953 SC_debugUL4(s, *(const ulong4 *)c);
1976 void rsDebug(const char *s, const ulong4 c) {