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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h23 typedef float float2 __attribute__((ext_vector_type(2))); typedef
110 static inline float2 clamp(float2 amount, float low, float high) {
111 float2 r;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp43 typedef float float2 __attribute__((ext_vector_type(2))); typedef
587 ELEMENT_AT(float2, RS_TYPE_FLOAT_32, 2)
1109 void rsDebug(const char *s, const float2 *f2) {
1110 float2 f = *f2;
1131 void rsDebug(const char *s, const float2 *f2, const ushort2 *us2) {
1132 float2 f = *f2;

Completed in 75 milliseconds