Searched refs:float4 (Results 76 - 89 of 89) sorted by relevance

1234

/frameworks/rs/api/
H A Drs_value_types.spec34 E.g. @float4, @int3, @double2, @ulong4.
64 float4 v4;<br/>
271 type: float4
568 simple: float4
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dconvolve5x5.rs39 float4 sum = convert_float4(rsGetElementAt_uchar4(gIn, x0, y0)) * gCoeffs[0]
H A Dgrain.rs79 float4 ip = convert_float4(in);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A Dconvolve5x5.rs39 float4 sum = convert_float4(rsGetElementAt_uchar4(gIn, x0, y0)) * gCoeffs[0]
H A Dgrain.rs79 float4 ip = convert_float4(in);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dconvolve5x5.rs39 float4 sum = convert_float4(rsGetElementAt_uchar4(gIn, x0, y0)) * gCoeffs[0]
H A Dgrain.rs79 float4 ip = convert_float4(in);
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A Dvr.rs116 float4 total_color = (float4) {0.f, 0.f, 0.f, 0.f};
166 float4 fcolor = convert_float4(color);;
261 float4 fcolor = convert_float4(color);;
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
H A Dhealing.rs101 return convert_uchar4((float4){in.x, in.y, in.z, 0xFF});
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicColorMatrix.cpp783 float4 f = 0.f;
787 f = ((const float4 *)py)[0];
790 f = ((const float4 *)py)[0];
819 float4 sum;
849 ((float4 *)out)[0] = sum;
/frameworks/rs/scriptc/
H A Drs_allocation_data.rsh154 extern float4 __attribute__((overloadable))
304 extern float4 __attribute__((overloadable))
454 extern float4 __attribute__((overloadable))
635 rsAllocationVStoreX_float4(rs_allocation a, float4 val, uint32_t x);
785 rsAllocationVStoreX_float4(rs_allocation a, float4 val, uint32_t x, uint32_t y);
935 rsAllocationVStoreX_float4(rs_allocation a, float4 val, uint32_t x, uint32_t y, uint32_t z);
1117 static inline float4 __attribute__((overloadable))
1119 return ((float4 *)rsGetElementAt(a, x))[0];
1397 static inline float4 __attribute__((overloadable))
1399 return ((float4 *)rsGetElementA
[all...]
H A Drs_debug.rsh140 rsDebug(const char* message, float4 a);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp45 typedef float float4 __attribute__((ext_vector_type(4))); typedef
589 ELEMENT_AT(float4, RS_TYPE_FLOAT_32, 4)
1119 void rsDebug(const char *s, const float4 *f4) {
1120 float4 f = *f4;
1144 void rsDebug(const char *s, const float4 *f4, const ushort4 *us4) {
1145 float4 f = *f4;
/frameworks/rs/driver/runtime/
H A Drs_allocation.c346 ELEMENT_AT(float4)
488 VOP(float4)

Completed in 3189 milliseconds

1234