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;
/frameworks/rs/rsov/driver/
H A DrsovRuntimeStubs.cpp41 typedef float float4 __attribute__((ext_vector_type(4))); typedef
589 ELEMENT_AT(float4, RS_TYPE_FLOAT_32, 4)
810 void rsDebug(const char *s, const float4 *f4) {
811 float4 f = *f4;
835 void rsDebug(const char *s, const float4 *f4, const ushort4 *us4) {
836 float4 f = *f4;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp62 typedef float float4 __attribute__((ext_vector_type(4))); typedef
636 ELEMENT_AT(float4, RS_TYPE_FLOAT_32, 4)
1180 void rsDebug(const char *s, const float4 *f4) {
1181 float4 f = *f4;
1205 void rsDebug(const char *s, const float4 *f4, const ushort4 *us4) {
1206 float4 f = *f4;

Completed in 9544 milliseconds