Searched defs:ulong4 (Results 1 - 1 of 1) sorted by last modified time

/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp72 typedef uint64_t ulong4 __attribute__((ext_vector_type(4))); typedef
581 ELEMENT_AT(ulong4, RS_TYPE_UNSIGNED_64, 4)
640 ELEMENT_AT_OVERLOADS(ulong4, native_ulong4)
1357 void rsDebug(const char *s, const ulong4 *c) {
1358 ulong4 ll = *c;
1401 ulong4 ll = *(const ulong4 *)c;
1426 void rsDebug(const char *s, const ulong4 ll) {

Completed in 71 milliseconds