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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h32 typedef uint uint2 __attribute__((ext_vector_type(2))); typedef
/frameworks/rs/rsov/driver/
H A DrsovRuntimeStubs.cpp60 typedef uint32_t uint2 __attribute__((ext_vector_type(2))); typedef
571 ELEMENT_AT(uint2, RS_TYPE_UNSIGNED_32, 2)
986 void rsDebug(const char *s, const uint2 *i2) {
987 uint2 i = *i2;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp81 typedef uint32_t uint2 __attribute__((ext_vector_type(2))); typedef
589 ELEMENT_AT(uint2, RS_TYPE_UNSIGNED_32, 2)
1351 void rsDebug(const char *s, const uint2 *i2) {
1352 uint2 i = *i2;

Completed in 353 milliseconds