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

/frameworks/rs/rsov/driver/
H A DrsovRuntimeStubs.cpp66 typedef uint64_t ulong2 __attribute__((ext_vector_type(2))); typedef
579 ELEMENT_AT(ulong2, RS_TYPE_UNSIGNED_64, 2)
643 ELEMENT_AT_OVERLOADS(ulong2, native_ulong2)
1047 void rsDebug(const char *s, const ulong2 *c) {
1048 ulong2 ll = *c;
1098 ulong2 ll = *(const ulong2 *)c;
1132 void rsDebug(const char *s, const ulong2 ll) {
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp87 typedef uint64_t ulong2 __attribute__((ext_vector_type(2))); typedef
626 ELEMENT_AT(ulong2, RS_TYPE_UNSIGNED_64, 2)
686 ELEMENT_AT_OVERLOADS(ulong2, native_ulong2)
1408 void rsDebug(const char *s, const ulong2 *c) {
1409 ulong2 ll = *c;
1452 ulong2 ll = *(const ulong2 *)c;
1479 void rsDebug(const char *s, const ulong2 ll) {

Completed in 86 milliseconds