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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h43 typedef int int4 __attribute__((ext_vector_type(4))); typedef
85 static inline int4 clamp(int4 amount, int low, int high) {
86 int4 r;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp63 typedef int32_t int4 __attribute__((ext_vector_type(4))); typedef
569 ELEMENT_AT(int4, RS_TYPE_SIGNED_32, 4)
1281 void rsDebug(const char *s, const int4 *i4) {
1282 int4 i = *i4;

Completed in 106 milliseconds