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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h30 typedef ushort ushort3 __attribute__((ext_vector_type(3))); typedef
H A DrsCpuRuntimeStubs.cpp48 typedef unsigned short ushort3 __attribute__((ext_vector_type(3))); typedef
160 static void SC_debugUS3(const char *s, const ushort3 *c) {
161 ALOGD("ushort3 %s {%hu, %hu, %hu} 0x%hx 0x%hx 0x%hx", s, c->x, c->y, c->z, c->x, c->y, c->z);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp53 typedef uint16_t ushort3 __attribute__((ext_vector_type(3))); typedef
914 ELEMENT_AT(ushort3, RS_TYPE_UNSIGNED_16, 3)
1681 static void SC_debugUS3(const char *s, ushort3 c) {
1841 void rsDebug(const char *s, const ushort3 *c) {

Completed in 1672 milliseconds