Searched defs:float2 (Results 1 - 3 of 3) 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/rsov/driver/
H A DrsovRuntimeStubs.cpp39 typedef float float2 __attribute__((ext_vector_type(2))); typedef
587 ELEMENT_AT(float2, RS_TYPE_FLOAT_32, 2)
800 void rsDebug(const char *s, const float2 *f2) {
801 float2 f = *f2;
822 void rsDebug(const char *s, const float2 *f2, const ushort2 *us2) {
823 float2 f = *f2;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp60 typedef float float2 __attribute__((ext_vector_type(2))); typedef
634 ELEMENT_AT(float2, RS_TYPE_FLOAT_32, 2)
1170 void rsDebug(const char *s, const float2 *f2) {
1171 float2 f = *f2;
1192 void rsDebug(const char *s, const float2 *f2, const ushort2 *us2) {
1193 float2 f = *f2;

Completed in 685 milliseconds