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

/frameworks/rs/rsov/driver/
H A DrsovRuntimeStubs.cpp67 typedef uint64_t ulong3 __attribute__((ext_vector_type(3))); typedef
580 ELEMENT_AT(ulong3, RS_TYPE_UNSIGNED_64, 3)
644 ELEMENT_AT_OVERLOADS(ulong3, native_ulong3)
1053 void rsDebug(const char *s, const ulong3 *c) {
1054 ulong3 ll = *c;
1104 ulong3 ll = *(const ulong3 *)c;
1137 void rsDebug(const char *s, const ulong3 ll) {
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp88 typedef uint64_t ulong3 __attribute__((ext_vector_type(3))); typedef
627 ELEMENT_AT(ulong3, RS_TYPE_UNSIGNED_64, 3)
687 ELEMENT_AT_OVERLOADS(ulong3, native_ulong3)
1413 void rsDebug(const char *s, const ulong3 *c) {
1414 ulong3 ll = *c;
1457 ulong3 ll = *(const ulong3 *)c;
1483 void rsDebug(const char *s, const ulong3 ll) {

Completed in 34 milliseconds