Searched defs:int2 (Results 1 - 3 of 3) 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/rsov/driver/
H A DrsovRuntimeStubs.cpp57 typedef int32_t int2 __attribute__((ext_vector_type(2))); typedef
567 ELEMENT_AT(int2, RS_TYPE_SIGNED_32, 2)
968 void rsDebug(const char *s, const int2 *i2) {
969 int2 i = *i2;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp78 typedef int32_t int2 __attribute__((ext_vector_type(2))); typedef
585 ELEMENT_AT(int2, RS_TYPE_SIGNED_32, 2)
1332 void rsDebug(const char *s, const int2 *i2) {
1333 int2 i = *i2;

Completed in 81 milliseconds