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
/frameworks/rs/rsov/driver/
H A DrsovRuntimeStubs.cpp52 typedef int16_t short3 __attribute__((ext_vector_type(3))); typedef
560 ELEMENT_AT(short3, RS_TYPE_SIGNED_16, 3)
933 void rsDebug(const char *s, const short3 *c3) {
934 short3 c = *c3;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp73 typedef int16_t short3 __attribute__((ext_vector_type(3))); typedef
578 ELEMENT_AT(short3, RS_TYPE_SIGNED_16, 3)
1299 void rsDebug(const char *s, const short3 *c3) {
1300 short3 c = *c3;

Completed in 96 milliseconds