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
H A DrsCpuRuntimeStubs.cpp51 typedef int32_t int3 __attribute__((ext_vector_type(3))); typedef
172 static void SC_debugI3(const char *s, const int3 *i) {
173 ALOGD("int3 %s {%d, %d, %d} 0x%x 0x%x 0x%x", s, i->x, i->y, i->z, i->x, i->y, i->z);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp56 typedef int32_t int3 __attribute__((ext_vector_type(3))); typedef
918 ELEMENT_AT(int3, RS_TYPE_SIGNED_32, 3)
1693 static void SC_debugI3(const char *s, int3 i) {
1857 void rsDebug(const char *s, const int3 *c) {

Completed in 51 milliseconds