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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h39 typedef short short3 __attribute__((ext_vector_type(3))); typedef
H A DrsCpuRuntimeStubs.cpp42 typedef short short3 __attribute__((ext_vector_type(3))); typedef
135 static void SC_debugS3(const char *s, const short3 *c) {
136 ALOGD("short3 %s {%hd, %hd, %hd} 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.cpp50 typedef short short3 __attribute__((ext_vector_type(3))); typedef
750 ELEMENT_AT(short3, RS_TYPE_SIGNED_16, 3)
1357 static void SC_debugS3(const char *s, short3 c) {
1513 void rsDebug(const char *s, const short3 *c) {

Completed in 31 milliseconds