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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h40 typedef short short4 __attribute__((ext_vector_type(4))); typedef
H A DrsCpuRuntimeStubs.cpp46 typedef short short4 __attribute__((ext_vector_type(4))); typedef
151 static void SC_debugS4(const char *s, const short4 *c) {
152 ALOGD("short4 %s {%hd, %hd, %hd, %hd} 0x%hx 0x%hx 0x%hx 0x%hx", s, c->x, c->y, c->z, c->w, c->x, c->y, c->z, c->w);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp51 typedef int16_t short4 __attribute__((ext_vector_type(4))); typedef
911 ELEMENT_AT(short4, RS_TYPE_SIGNED_16, 4)
1672 static void SC_debugS4(const char *s, short4 c) {
1829 void rsDebug(const char *s, const short4 *c) {

Completed in 57 milliseconds