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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h41 typedef int int2 __attribute__((ext_vector_type(2))); typedef
103 static inline int2 clamp(int2 amount, int low, int high) {
104 int2 r;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp61 typedef int32_t int2 __attribute__((ext_vector_type(2))); typedef
567 ELEMENT_AT(int2, RS_TYPE_SIGNED_32, 2)
1271 void rsDebug(const char *s, const int2 *i2) {
1272 int2 i = *i2;

Completed in 754 milliseconds