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
/frameworks/rs/rsov/driver/
H A DrsovRuntimeStubs.cpp53 typedef int16_t short4 __attribute__((ext_vector_type(4))); typedef
561 ELEMENT_AT(short4, RS_TYPE_SIGNED_16, 4)
939 void rsDebug(const char *s, const short4 *c4) {
940 short4 c = *c4;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp74 typedef int16_t short4 __attribute__((ext_vector_type(4))); typedef
579 ELEMENT_AT(short4, RS_TYPE_SIGNED_16, 4)
1304 void rsDebug(const char *s, const short4 *c4) {
1305 short4 c = *c4;

Completed in 91 milliseconds