Searched defs:float3 (Results 1 - 3 of 3) sorted by path

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h24 typedef float float3 __attribute__((ext_vector_type(3))); typedef
H A DrsCpuRuntimeStubs.cpp33 typedef float float3 __attribute__((ext_vector_type(3))); typedef
84 static void SC_debugF3(const char *s, const float3 *f) {
85 ALOGD("float3 %s {%f, %f, %f}", s, f->x, f->y, f->z);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp38 typedef float float3 __attribute__((ext_vector_type(3))); typedef
934 ELEMENT_AT(float3, RS_TYPE_FLOAT_32, 3)
1615 static void SC_debugF3(const char *s, float3 f) {
1761 void rsDebug(const char *s, const float3 *f) {

Completed in 1261 milliseconds