Searched defs:double3 (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp36 typedef double double3 __attribute__((ext_vector_type(3))); typedef
96 static void SC_debugD3(const char *s, const double3 *f) {
97 ALOGD("double3 %s {%f, %f, %f}", s, f->x, f->y, f->z);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp41 typedef double double3 __attribute__((ext_vector_type(3))); typedef
938 ELEMENT_AT(double3, RS_TYPE_FLOAT_64, 3)

Completed in 515 milliseconds