Home
last modified time | relevance | path

Searched refs:f3 (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rs66 volatile float3 f3;
340 f3 = rsGetElementAt_float3(aFloat3, 0);
341 rsSetElementAt_float3(aFloat3, f3, 0);
342 f3 = rsGetElementAt_float3(aFloat3, 0, 0);
343 rsSetElementAt_float3(aFloat3, f3, 0, 0);
344 f3 = rsGetElementAt_float3(aFloat3, 0, 0, 0);
345 rsSetElementAt_float3(aFloat3, f3, 0, 0, 0);
429 c3 = convert_char3(f3);
451 uc3 = convert_uchar3(f3);
473 s3 = convert_short3(f3);
[all …]
Dmath.rs7 volatile float3 f3;
146 f3 = fnc(f3); \
153 f3 = fnc(f3, (float3*) &f3); \
160 f3 = fnc(f3, f3); \
165 f3 = fnc(f3, f3); \
172 f3 = fnc(f3, f1); \
179 f1 = fnc(f3); \
186 f1 = fnc(f3, f3); \
193 f3 = fnc(f3, i3); \
200 f3 = fnc(f3, i1); \
[all …]
Dvector.rs5 float3 f3 = { 1.0f, 2.0f, 3.0f };
51 _RS_ASSERT(f3.x == 2.99f);
52 _RS_ASSERT(f3.y == 3.99f);
53 _RS_ASSERT(f3.z == 4.99f);
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
Dapitest.rs66 volatile float3 f3;
342 f3 = rsGetElementAt_float3(aFloat3, 0);
343 rsSetElementAt_float3(aFloat3, f3, 0);
344 f3 = rsGetElementAt_float3(aFloat3, 0, 0);
345 rsSetElementAt_float3(aFloat3, f3, 0, 0);
346 f3 = rsGetElementAt_float3(aFloat3, 0, 0, 0);
347 rsSetElementAt_float3(aFloat3, f3, 0, 0, 0);
431 c3 = convert_char3(f3);
453 uc3 = convert_uchar3(f3);
475 s3 = convert_short3(f3);
[all …]
Dmath.rs7 volatile float3 f3;
146 f3 = fnc(f3); \
153 f3 = fnc(f3, (float3*) &f3); \
160 f3 = fnc(f3, f3); \
165 f3 = fnc(f3, f3); \
172 f3 = fnc(f3, f1); \
179 f1 = fnc(f3); \
186 f1 = fnc(f3, f3); \
193 f3 = fnc(f3, i3); \
200 f3 = fnc(f3, i1); \
[all …]
Dvector.rs5 float3 f3 = { 1.0f, 2.0f, 3.0f };
51 _RS_ASSERT(f3.x == 2.99f);
52 _RS_ASSERT(f3.y == 3.99f);
53 _RS_ASSERT(f3.z == 4.99f);
/frameworks/compile/slang/tests/P_math_fp/
Dmath_fp.rs11 float3 f3;
17 f3 = fnc(f3); \
23 i3 = fnc(f3); \
29 f3 = fnc(f3, f3); \
35 f3 = fnc(f3, &f3); \
41 f3 = fnc(f3, &i3); \
47 f3 = fnc(f3, f3); \
53 f3 = fnc(f3, i); \
59 f3 = fnc(f3, i3); \
65 f3 = fnc(f3, f3, f3); \
[all …]
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
Drasterize.rs41 triangleSetup(float3 f1, float3 f2, float3 f3) {
42 if (((f1.x - f2.x) * (f3.y - f2.y) - (f1.y - f2.y) * (f3.x - f2.x)) < 0) {
50 double d = (f1.x * (f3.y - f2.y) - f2.x * f3.y + f3.x * f2.y + (f2.x - f3.x)
57 slope[total].x = (-(f1.y * (f3.z - f2.z) - f2.y * f3.z + f3.y * f2.z + (f2.y - f3.y) * f1.z)
59 slope[total].y = ((f1.x * (f3.z - f2.z) - f2.x * f3.z + f3.x * f2.z + (f2.x - f3.x) * f1.z)
61 zoff[total] = ((f1.x * (f3.y * f2.z - f2.y * f3.z) + f1.y * (f2.x * f3.z - f3.x * f2.z) +
62 (f3.x * f2.y - f2.x * f3.y) * f1.z) / d);
66 p3[total] = f3.xy;
80 float3 f3;
91 f3.x = vert[p3];
[all …]
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
Dmath.rs7 volatile float3 f3;
146 f3 = fnc(f3); \
153 f3 = fnc(f3, (float3*) &f3); \
160 f3 = fnc(f3, f3); \
165 f3 = fnc(f3, f3); \
172 f3 = fnc(f3, f1); \
179 f3 = fnc(f1, f3); \
186 f1 = fnc(f3); \
193 f1 = fnc(f3, f3); \
200 f3 = fnc(f3, i3); \
[all …]
Dvector.rs5 float3 f3 = { 1.0f, 2.0f, 3.0f };
51 _RS_ASSERT(f3.x == 2.99f);
52 _RS_ASSERT(f3.y == 3.99f);
53 _RS_ASSERT(f3.z == 4.99f);
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
Dmath.rs.bak7 volatile float3 f3;
132 f3 = fnc(f3); \
139 f3 = fnc(f3, (float3*) &f3); \
146 f3 = fnc(f3, f3); \
151 f3 = fnc(f3, f3); \
158 f3 = fnc(f3, f1); \
165 f1 = fnc(f3); \
172 f1 = fnc(f3, f3); \
179 f3 = fnc(f3, i3); \
186 f3 = fnc(f3, i1); \
[all …]
Dmath.rs7 volatile float3 f3;
146 f3 = fnc(f3); \
153 f3 = fnc(f3, (float3*) &f3); \
160 f3 = fnc(f3, f3); \
165 f3 = fnc(f3, f3); \
172 f3 = fnc(f3, f1); \
179 f1 = fnc(f3); \
186 f1 = fnc(f3, f3); \
193 f3 = fnc(f3, i3); \
200 f3 = fnc(f3, i1); \
[all …]
Dmath.rs.orig7 volatile float3 f3;
146 f3 = fnc(f3); \
153 f3 = fnc(f3, (float3*) &f3); \
160 f3 = fnc(f3, f3); \
165 f3 = fnc(f3, f3); \
172 f3 = fnc(f3, f1); \
179 f1 = fnc(f3); \
186 f1 = fnc(f3, f3); \
193 f3 = fnc(f3, i3); \
200 f3 = fnc(f3, i1); \
[all …]
Dvector.rs5 float3 f3 = { 1.0f, 2.0f, 3.0f };
51 _RS_ASSERT(f3.x == 2.99f);
52 _RS_ASSERT(f3.y == 3.99f);
53 _RS_ASSERT(f3.z == 4.99f);
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dmath.rs7 volatile float3 f3;
146 f3 = fnc(f3); \
153 f3 = fnc(f3, (float3*) &f3); \
160 f3 = fnc(f3, f3); \
165 f3 = fnc(f3, f3); \
172 f3 = fnc(f3, f1); \
179 f1 = fnc(f3); \
186 f1 = fnc(f3, f3); \
193 f3 = fnc(f3, i3); \
200 f3 = fnc(f3, i1); \
[all …]
Dvector.rs5 float3 f3 = { 1.0f, 2.0f, 3.0f };
51 _RS_ASSERT(f3.x == 2.99f);
52 _RS_ASSERT(f3.y == 3.99f);
53 _RS_ASSERT(f3.z == 4.99f);
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
Dmath.rs7 volatile float3 f3;
44 f3 = fnc(f3); \
51 f3 = fnc(f3, (float3*) &f3); \
58 f3 = fnc(f3, f3); \
65 f3 = fnc(f3, f1); \
72 f3 = fnc(f3, i3); \
79 f3 = fnc(f3, i1); \
86 f3 = fnc(f3, f3, f3); \
93 f3 = fnc(f3, (int3*) &i3); \
100 f3 = fnc(f3, f3, (int3*) &i3); \
[all …]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
DarmVCM4P10_TransformResidual4x4.c67 int f3 = e0 - e3; in armVCM4P10_TransformResidual4x4() local
71 pDst[i+3] = (OMX_S16)f3; in armVCM4P10_TransformResidual4x4()
80 int f3 = pDst[i+12]; in armVCM4P10_TransformResidual4x4() local
83 int g2 = (f1>>1) - f3; in armVCM4P10_TransformResidual4x4()
84 int g3 = f1 + (f3>>1); in armVCM4P10_TransformResidual4x4()
DarmVCM4P10_FwdTransformResidual4x4.c66 int f3 = e1 - (e3 << 1); in armVCM4P10_FwdTransformResidual4x4() local
70 pDst[i+3] = (OMX_S16)f3; in armVCM4P10_FwdTransformResidual4x4()
79 int f3 = pDst[i+12]; in armVCM4P10_FwdTransformResidual4x4() local
80 int g0 = f0 + f3; in armVCM4P10_FwdTransformResidual4x4()
81 int g1 = f0 - f3; in armVCM4P10_FwdTransformResidual4x4()
/frameworks/compile/slang/lit-tests/padding/
Dmore_structs.rs101 short f3;
119 (g_five_struct.f3 != arg3) ||
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
DSampleMediaRouteProvider.java98 IntentFilter f3 = new IntentFilter();
99 f3.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
100 f3.addAction(MediaControlIntent.ACTION_SEEK);
101 f3.addAction(MediaControlIntent.ACTION_GET_STATUS);
102 f3.addAction(MediaControlIntent.ACTION_PAUSE);
103 f3.addAction(MediaControlIntent.ACTION_RESUME);
104 f3.addAction(MediaControlIntent.ACTION_STOP);
128 CONTROL_FILTERS_BASIC.add(f3);
/frameworks/compile/slang/lit-tests/P_ref_count/
Dfunc_params.rs44 int f3;
/frameworks/compile/slang/tests/P_math_int/
Dmath_int.rs36 float3 f3;
/frameworks/rs/rsov/driver/
DrsovRuntimeStubs.cpp792 void rsDebug(const char *s, float f1, float f2, float f3) { argument
793 ALOGD("%s {%f, %f, %f}", s, f1, f2, f3);
796 void rsDebug(const char *s, float f1, float f2, float f3, float f4) { argument
797 ALOGD("%s {%f, %f, %f, %f}", s, f1, f2, f3, f4);
805 void rsDebug(const char *s, const float3 *f3) { argument
806 float3 f = *f3;
828 void rsDebug(const char *s, const float3 *f3, const ushort3 *us3) { argument
829 float3 f = *f3;
/frameworks/rs/tests/cpp_api/typecheck/
Dkernels.rs98 float3 f3;

12