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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h33 typedef uint uint3 __attribute__((ext_vector_type(3))); typedef
H A DrsCpuRuntimeStubs.cpp54 typedef uint32_t uint3 __attribute__((ext_vector_type(3))); typedef
184 static void SC_debugUI3(const char *s, const uint3 *i) {
185 ALOGD("uint3 %s {%u, %u, %u} 0x%x 0x%x 0x%x", s, i->x, i->y, i->z, i->x, i->y, i->z);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp59 typedef uint32_t uint3 __attribute__((ext_vector_type(3))); typedef
922 ELEMENT_AT(uint3, RS_TYPE_UNSIGNED_32, 3)
1705 static void SC_debugUI3(const char *s, uint3 i) {
1873 void rsDebug(const char *s, const uint3 *c) {

Completed in 53 milliseconds