HomeSort by relevance Sort by last modified time
    Searched defs:double3 (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/cpu_ref/
rsCpuRuntimeStubs.cpp 36 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/
rsdRuntimeStubs.cpp 41 typedef double double3 __attribute__((ext_vector_type(3))); typedef
    [all...]

Completed in 67 milliseconds