Searched defs:uchar4 (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h28 typedef uchar uchar4 __attribute__((ext_vector_type(4))); typedef
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp54 typedef unsigned char uchar4 __attribute__((ext_vector_type(4))); typedef
557 ELEMENT_AT(uchar4, RS_TYPE_UNSIGNED_8, 4)
1224 void rsDebug(const char *s, const uchar4 *c4) {
1225 uchar4 c = *c4;

Completed in 225 milliseconds