Searched defs:int3 (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h42 typedef int int3 __attribute__((ext_vector_type(3))); typedef
/frameworks/rs/rsov/driver/
H A DrsovRuntimeStubs.cpp58 typedef int32_t int3 __attribute__((ext_vector_type(3))); typedef
568 ELEMENT_AT(int3, RS_TYPE_SIGNED_32, 3)
973 void rsDebug(const char *s, const int3 *i3) {
974 int3 i = *i3;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp79 typedef int32_t int3 __attribute__((ext_vector_type(3))); typedef
586 ELEMENT_AT(int3, RS_TYPE_SIGNED_32, 3)
1337 void rsDebug(const char *s, const int3 *i3) {
1338 int3 i = *i3;

Completed in 79 milliseconds