Searched defs:float4 (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/driver/
H A DrsdIntrinsicInlines.h25 typedef float float4 __attribute__((ext_vector_type(4))); typedef
65 static inline float4 convert_float4(uchar4 i) {
66 float4 f4 = {i.x, i.y, i.z, i.w};
80 static inline uchar4 convert_uchar4(float4 i) {
95 static inline float4 clamp(float4 amount, float low, float high) {
96 float4 r;
H A DrsdRuntimeStubs.cpp46 typedef float float4 __attribute__((ext_vector_type(4))); typedef
561 static void SC_debugF4(const char *s, float4 f) {
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdIntrinsicInlines.h25 typedef float float4 __attribute__((ext_vector_type(4))); typedef
65 static inline float4 convert_float4(uchar4 i) {
66 float4 f4 = {i.x, i.y, i.z, i.w};
80 static inline uchar4 convert_uchar4(float4 i) {
95 static inline float4 clamp(float4 amount, float low, float high) {
96 float4 r;
H A DrsdRuntimeStubs.cpp44 typedef float float4 __attribute__((ext_vector_type(4))); typedef
272 static void SC_debugF4(const char *s, float4 f) {

Completed in 75 milliseconds