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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h25 typedef float float4 __attribute__((ext_vector_type(4))); typedef
94 static inline float4 clamp(float4 amount, float low, float high) {
95 float4 r;
H A DrsCpuRuntimeStubs.cpp34 typedef float float4 __attribute__((ext_vector_type(4))); typedef
87 static void SC_debugF4(const char *s, const float4 *f) {
88 ALOGD("float4 %s {%f, %f, %f, %f}", s, f->x, f->y, f->z, f->w);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp39 typedef float float4 __attribute__((ext_vector_type(4))); typedef
935 ELEMENT_AT(float4, RS_TYPE_FLOAT_32, 4)
1618 static void SC_debugF4(const char *s, float4 f) {
1765 void rsDebug(const char *s, const float4 *f) {

Completed in 43 milliseconds