Home
last modified time | relevance | path

Searched refs:z0 (Results 1 – 24 of 24) sorted by relevance

/frameworks/libs/systemui/weathereffects/graphics/assets/shaders/
Dsimplex3d.agsl77 // Below indicates the offsets (or offset directions) when c0=(x0,y0,z0)
78 // x0>y0>z0: (1,0,0), (1,1,0), (1,1,1)
79 // x0>z0>y0: (1,0,0), (1,0,1), (1,1,1)
80 // z0>x0>y0: (0,0,1), (1,0,1), (1,1,1)
81 // z0>y0>x0: (0,0,1), (0,1,1), (1,1,1)
82 // y0>z0>x0: (0,1,0), (0,1,1), (1,1,1)
83 // y0>x0>z0: (0,1,0), (1,1,0), (1,1,1)
90 // Encode x0-y0, y0-z0, z0-x0 in a vec3
93 // Each represents whether x0>y0, y0>z0, z0>x0
96 // en.zxy encodes z0>x0, x0>y0, y0>x0
/frameworks/rs/toolkit/
DLut3d.cpp124 uint4 z0 = ((yz00 * weight1.y) + (yz10 * weight2.y)) >> (int4)15; in kernel() local
127 uint4 v = ((z0 * weight1.z) + (z1 * weight2.z)) >> (int4)15; in kernel()
145 ALOGE("z0 %08x %08x %08x %08x", z0.x, z0.y, z0.z, z0.w); in kernel()
/frameworks/rs/cpu_ref/
DrsCpuIntrinsic3DLUT.cpp122 uint4 z0 = ((yz00 * weight1.y) + (yz10 * weight2.y)) >> (int4)15; in kernel() local
125 uint4 v = ((z0 * weight1.z) + (z1 * weight2.z)) >> (int4)15; in kernel()
142 ALOGE("z0 %08x %08x %08x %08x", z0.x, z0.y, z0.z, z0.w); in kernel()
/frameworks/compile/slang/lit-tests/P_ref_count/
Dfunc_params.rscript10 // CHECK-SET: %[[F1:[A-Za-z][A-Za-z0-9]*]] = getelementptr inbounds %struct.Wrapper{{.*}}, %stru…
14 // CHECK-SET: %[[F2:[A-Za-z][A-Za-z0-9]*]] = getelementptr inbounds %struct.Wrapper{{.*}}, %stru…
22 // CHECK-CLR-DAG: %[[F10:[A-Za-z][A-Za-z0-9\.]*]] = getelementptr inbounds %struct.Wrapper{{.*}}…
23 // CHECK-CLR-DAG: %[[F20:[A-Za-z][A-Za-z0-9\.]*]] = getelementptr inbounds %struct.Wrapper{{.*}}…
Dref_count2.rscript7 // CHECK: %[[RETVAL:[A-Za-z][A-Za-z0-9]*]] = call i32 @_Z18rsGetElementAt_int13rs_allocationj{{.*}}
/frameworks/av/media/libaaudio/scripts/
Dsynthmark_tests.txt4 adb shell synthmark -tj -n1 -N50 -B2 -z0
5 adb shell synthmark -tj -n1 -N75 -B2 -z0
6 adb shell synthmark -tj -n1 -N100 -B2 -z0
/frameworks/rs/toolkit/test/
DReferenceLut3d.kt67 val z0 = mix(yz00, yz10, fractionAwayFromPoint1.y) in lookup() constant
70 val v = mix(z0, z1, fractionAwayFromPoint1.z) in lookup()
/frameworks/base/core/jni/android/opengl/
Dutil.cpp337 float z0 = *pSrc++; in util_computeBoundingSphere() local
338 float z1 = z0; in util_computeBoundingSphere()
361 if (z < z0) { in util_computeBoundingSphere()
362 z0 = z; in util_computeBoundingSphere()
375 float dz = z1 - z0; in util_computeBoundingSphere()
378 *pSphere++ = z0 + dz * 0.5f; in util_computeBoundingSphere()
391 static inline float dot3(float x0, float y0, float z0, float x1, float y1, float z1) { in dot3() argument
392 return x0 * x1 + y0 * y1 + z0 * z1; in dot3()
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Dcolorcube.rscript59 uint4 z0 = ((yz00 * weight1.y) + (yz10 * weight2.y)) >> (uint4)16;
62 uint4 v = ((z0 * weight1.z) + (z1 * weight2.z)) >> (uint4)16;
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Dcolorcube.rscript59 uint4 z0 = ((yz00 * weight1.y) + (yz10 * weight2.y)) >> (uint4)16;
62 uint4 v = ((z0 * weight1.z) + (z1 * weight2.z)) >> (uint4)16;
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dcolorcube.rscript59 uint4 z0 = ((yz00 * weight1.y) + (yz10 * weight2.y)) >> (uint4)16;
62 uint4 v = ((z0 * weight1.z) + (z1 * weight2.z)) >> (uint4)16;
/frameworks/rs/driver/runtime/arch/
Dasimd.ll959 %z0 = extractelement <3 x float> %in, i32 2
960 %z = tail call <4 x float> @smear_f(float %z0) nounwind readnone
1011 %z0 = extractelement <4 x float> %in, i32 2
1012 %z = tail call <4 x float> @smear_f(float %z0) nounwind readnone
1044 %z0 = extractelement <3 x float> %in, i32 2
1045 %z = tail call <4 x float> @smear_f(float %z0) nounwind readnone
Dneon.ll953 %z0 = extractelement <3 x float> %in, i32 2
954 %z = tail call <4 x float> @smear_f(float %z0) nounwind readnone
1003 %z0 = extractelement <4 x float> %in, i32 2
1004 %z = tail call <4 x float> @smear_f(float %z0) nounwind readnone
1036 %z0 = extractelement <3 x float> %in, i32 2
1037 %z = tail call <4 x float> @smear_f(float %z0) nounwind readnone
/frameworks/base/services/tests/mockingservicestests/res/raw/
Dbackup_telephony_no_password35 …pAΖ/���*7�)f�*�Dk��[�oƚ��-u:�}�P�����sܥLĮ{vL�����<���_�����Z�_� z0�*�g��~?>�6�\������>…
/frameworks/av/media/libstagefright/httplive/fuzzer/corpus/
Dindex17115 …�ꊋ�W6Q��40������ �#��]?Cʍ�(gaN�||R5 ��%���� �a�qc����Htn&�9/�G�*�j���`R'}��J���r�z0��o�
Dindex9115 …�ꊋ�W6Q��40������ �#��]?Cʍ�(gaN�||R5 ��%���� �a�qc����Htn&�9/�G�*�j���`R'}��J���r�z0��o�
1812 …t�ԃ��Df) |��_��>GX�g'LJ[�@aH��o�t���2���_K�Fs�[�qS1/�C���B�G���"����z0��!C`[Þ �1� �����*…
Dindex13114 …�ꊋ�W6Q��40������ �#��]?Cʍ�(gaN�||R5 ��%���� �a�qc����Htn&�9/�G�*�j���`R'}��J���r�z0��o�
1811 …t�ԃ��Df) |��_��>GX�g'LJ[�@aH��o�t���2���_K�Fs�[�qS1/�C���B�G���"����z0��!C`[Þ �1� �����*…
Dindex15127 …�ꊋ�W6Q��40������ �#��]?Cʍ�(gaN�||R5 ��%���� �a�qc����Htn&�9/�G�*�j���`R'}��J���r�z0��o�
1824 …t�ԃ��Df) |��_��>GX�g'LJ[�@aH��o�t���2���_K�Fs�[�qS1/�C���B�G���"����z0��!C`[Þ �1� �����*…
Dindex11115 …�ꊋ�W6Q��40������ �#��]?Cʍ�(gaN�||R5 ��%���� �a�qc����Htn&�9/�G�*�j���`R'}��J���r�z0��o�
1812 …t�ԃ��Df) |��_��>GX�g'LJ[�@aH��o�t���2���_K�Fs�[�qS1/�C���B�G���"����z0��!C`[Þ �1� �����*…
Dindex10119 …�ꊋ�W6Q��40������ �#��]?Cʍ�(gaN�||R5 ��%���� �a�qc����Htn&�9/�G�*�j���`R'}��J���r�z0��o�
1816 …t�ԃ��Df) |��_��>GX�g'LJ[�@aH��o�t���2���_K�Fs�[�qS1/�C���B�G���"����z0��!C`[Þ �1� �����*…
Dindex18113 …�ꊋ�W6Q��40������ �#��]?Cʍ�(gaN�||R5 ��%���� �a�qc����Htn&�9/�G�*�j���`R'}��J���r�z0��o�
1810 …t�ԃ��Df) |��_��>GX�g'LJ[�@aH��o�t���2���_K�Fs�[�qS1/�C���B�G���"����z0��!C`[Þ �1� �����*…
Dindex16132 …�ꊋ�W6Q��40������ �#��]?Cʍ�(gaN�||R5 ��%���� �a�qc����Htn&�9/�G�*�j���`R'}��J���r�z0��o�
1829 …t�ԃ��Df) |��_��>GX�g'LJ[�@aH��o�t���2���_K�Fs�[�qS1/�C���B�G���"����z0��!C`[Þ �1� �����*…
Dindex12118 …�ꊋ�W6Q��40������ �#��]?Cʍ�(gaN�||R5 ��%���� �a�qc����Htn&�9/�G�*�j���`R'}��J���r�z0��o�
1815 …t�ԃ��Df) |��_��>GX�g'LJ[�@aH��o�t���2���_K�Fs�[�qS1/�C���B�G���"����z0��!C`[Þ �1� �����*…
Dmaster_playlist911 …�ꊋ�W6Q��40������ �#��]?Cʍ�(gaN�||R5 ��%���� �a�qc����Htn&�9/�G�*�j���`R'}��J���r�z0��o�
2608 …t�ԃ��Df) |��_��>GX�g'LJ[�@aH��o�t���2���_K�Fs�[�qS1/�C���B�G���"����z0��!C`[Þ �1� �����*…