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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h34 typedef uint uint4 __attribute__((ext_vector_type(4))); typedef
H A DrsCpuRuntimeStubs.cpp55 typedef uint32_t uint4 __attribute__((ext_vector_type(4))); typedef
187 static void SC_debugUI4(const char *s, const uint4 *i) {
188 ALOGD("uint4 %s {%u, %u, %u, %u} 0x%x 0x%x 0x%x 0x%x", s, i->x, i->y, i->z, i->w, i->x, i->y, i->z, i->w);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp60 typedef uint32_t uint4 __attribute__((ext_vector_type(4))); typedef
923 ELEMENT_AT(uint4, RS_TYPE_UNSIGNED_32, 4)
1708 static void SC_debugUI4(const char *s, uint4 i) {
1877 void rsDebug(const char *s, const uint4 *c) {

Completed in 72 milliseconds