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;
H A DrsCpuRuntimeStubs.cpp50 typedef int32_t int2 __attribute__((ext_vector_type(2))); typedef
169 static void SC_debugI2(const char *s, const int2 *i) {
170 ALOGD("int2 %s {%d, %d} 0x%x 0x%x", s, i->x, i->y, i->x, i->y);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp55 typedef int32_t int2 __attribute__((ext_vector_type(2))); typedef
917 ELEMENT_AT(int2, RS_TYPE_SIGNED_32, 2)
1690 static void SC_debugI2(const char *s, int2 i) {
1853 void rsDebug(const char *s, const int2 *c) {

Completed in 44 milliseconds