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;
/frameworks/rs/rsov/driver/
H A DrsovRuntimeStubs.cpp59 typedef int32_t int4 __attribute__((ext_vector_type(4))); typedef
569 ELEMENT_AT(int4, RS_TYPE_SIGNED_32, 4)
978 void rsDebug(const char *s, const int4 *i4) {
979 int4 i = *i4;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp80 typedef int32_t int4 __attribute__((ext_vector_type(4))); typedef
587 ELEMENT_AT(int4, RS_TYPE_SIGNED_32, 4)
1342 void rsDebug(const char *s, const int4 *i4) {
1343 int4 i = *i4;

Completed in 563 milliseconds