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

/frameworks/rs/rsov/driver/
H A DrsovRuntimeStubs.cpp68 typedef uint64_t ulong4 __attribute__((ext_vector_type(4))); typedef
581 ELEMENT_AT(ulong4, RS_TYPE_UNSIGNED_64, 4)
645 ELEMENT_AT_OVERLOADS(ulong4, native_ulong4)
1059 void rsDebug(const char *s, const ulong4 *c) {
1060 ulong4 ll = *c;
1110 ulong4 ll = *(const ulong4 *)c;
1142 void rsDebug(const char *s, const ulong4 ll) {
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp89 typedef uint64_t ulong4 __attribute__((ext_vector_type(4))); typedef
628 ELEMENT_AT(ulong4, RS_TYPE_UNSIGNED_64, 4)
688 ELEMENT_AT_OVERLOADS(ulong4, native_ulong4)
1418 void rsDebug(const char *s, const ulong4 *c) {
1419 ulong4 ll = *c;
1462 ulong4 ll = *(const ulong4 *)c;
1487 void rsDebug(const char *s, const ulong4 ll) {

Completed in 55 milliseconds