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
H A DrsCpuRuntimeStubs.cpp53 typedef uint32_t uint2 __attribute__((ext_vector_type(2))); typedef
181 static void SC_debugUI2(const char *s, const uint2 *i) {
182 ALOGD("uint2 %s {%u, %u} 0x%x 0x%x", s, i->x, i->y, i->x, i->y);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp58 typedef uint32_t uint2 __attribute__((ext_vector_type(2))); typedef
921 ELEMENT_AT(uint2, RS_TYPE_UNSIGNED_32, 2)
1702 static void SC_debugUI2(const char *s, uint2 i) {
1869 void rsDebug(const char *s, const uint2 *c) {

Completed in 517 milliseconds