Searched defs:int4 (Results 1 - 3 of 3) 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;
H A DrsCpuRuntimeStubs.cpp52 typedef int32_t int4 __attribute__((ext_vector_type(4))); typedef
175 static void SC_debugI4(const char *s, const int4 *i) {
176 ALOGD("int4 %s {%d, %d, %d, %d} 0x%x 0x%x 0x%x 0x%x", s, i->x, i->y, i->z, i->w, i->x, i->y, i->z, i->w);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp57 typedef int32_t int4 __attribute__((ext_vector_type(4))); typedef
919 ELEMENT_AT(int4, RS_TYPE_SIGNED_32, 4)
1696 static void SC_debugI4(const char *s, int4 i) {
1861 void rsDebug(const char *s, const int4 *c) {

Completed in 59 milliseconds