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
65 static inline int4 convert_int4(float4 i) {
75 static inline float4 convert_float4(uchar4 i) {
76 float4 f4 = {i.x, i.y, i.z, i.w};
80 static inline float4 convert_float4(int4 i) {
81 float4 f4 = {i.x, i.y, i.z, i.w};
100 static inline uchar4 convert_uchar4(float4 i) {
115 static inline float4 clamp(float4 amount, float low, float high) {
116 float4
[all...]
H A DrsCpuRuntimeStubs.cpp34 typedef float float4 __attribute__((ext_vector_type(4))); typedef
84 static void SC_debugF4(const char *s, const float4 *f) {
85 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
775 ELEMENT_AT(float4, RS_TYPE_FLOAT_32, 4)
1306 static void SC_debugF4(const char *s, float4 f) {
1453 void rsDebug(const char *s, const float4 *f) {

Completed in 106 milliseconds