Searched defs:ulong2 (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp70 typedef uint64_t ulong2 __attribute__((ext_vector_type(2))); typedef
579 ELEMENT_AT(ulong2, RS_TYPE_UNSIGNED_64, 2)
638 ELEMENT_AT_OVERLOADS(ulong2, native_ulong2)
1347 void rsDebug(const char *s, const ulong2 *c) {
1348 ulong2 ll = *c;
1391 ulong2 ll = *(const ulong2 *)c;
1418 void rsDebug(const char *s, const ulong2 ll) {

Completed in 35 milliseconds