Searched defs:float4 (Results 1 - 2 of 2) 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;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp45 typedef float float4 __attribute__((ext_vector_type(4))); typedef
589 ELEMENT_AT(float4, RS_TYPE_FLOAT_32, 4)
1119 void rsDebug(const char *s, const float4 *f4) {
1120 float4 f = *f4;
1144 void rsDebug(const char *s, const float4 *f4, const ushort4 *us4) {
1145 float4 f = *f4;

Completed in 72 milliseconds