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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h37 typedef char char4 __attribute__((ext_vector_type(4))); typedef
/frameworks/rs/rsov/driver/
H A DrsovRuntimeStubs.cpp47 typedef char char4 __attribute__((ext_vector_type(4))); typedef
553 ELEMENT_AT(char4, RS_TYPE_SIGNED_8, 4)
898 void rsDebug(const char *s, const char4 *c4) {
899 char4 c = *c4;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp68 typedef char char4 __attribute__((ext_vector_type(4))); typedef
571 ELEMENT_AT(char4, RS_TYPE_SIGNED_8, 4)
1266 void rsDebug(const char *s, const char4 *c4) {
1267 char4 c = *c4;

Completed in 88 milliseconds