/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_advsimd_Resize.S | 52 ld1 {v8.8b}, [x4], #8 56 uxtl v8.8h, v8.8b 62 umlsl v12.4s, v8.4h, v3.h[0] 63 umlsl2 v13.4s, v8.8h, v3.h[0] 80 ld1 {v8.s}[0], [x4], #4 84 uxtl v8.8h, v8.8b 89 umlsl v12.4s, v8.4h, v3.h[0] 158 st1 {v8.1d - v11.1d}, [sp] 402 st1 {v8.s}[0], [x0], #4 404 st1 {v8.8b}, [x0], #8 [all …]
|
D | rsCpuIntrinsics_advsimd_Convolve.S | 32 st1 {v8.1d-v11.1d}, [x6], #32 66 smull v8.4s, v2.4h, v0.h[0] 68 smlal2 v8.4s, v2.8h, v0.h[1] 70 smlal v8.4s, v3.4h, v0.h[2] 72 smlal v8.4s, v4.4h, v0.h[3] 74 smlal2 v8.4s, v4.8h, v0.h[4] 76 smlal v8.4s, v5.4h, v0.h[5] 78 smlal v8.4s, v6.4h, v0.h[6] 80 smlal2 v8.4s, v6.8h, v0.h[7] 82 smlal v8.4s, v7.4h, v1.h[0] [all …]
|
D | rsCpuIntrinsics_advsimd_3DLUT.S | 35 dup v8.8b, \yr0 40 umlsl v12.8h, v16.8b, v8.8b 42 umlal v12.8h, v18.8b, v8.8b 57 umlsl v14.8h, v16.8b, v8.8b 59 umlal v14.8h, v18.8b, v8.8b 63 ushll v8.4s, v12.4h, #8 65 umlsl v8.4s, v12.4h, \zr0 67 umlal v8.4s, v14.4h, \zr0 69 rshrn v10.4h, v8.4s, #8 73 ushll v8.4s, v13.4h, #8 [all …]
|
D | rsCpuIntrinsics_advsimd_Blend.S | 66 mov v0.16b, v8.16b 117 uqadd v0.16b, v0.16b, v8.16b 127 umull2 v12.8h, v7.16b, v8.16b 128 umull v8.8h, v7.8b, v8.8b 136 rshrn v4.8b, v8.8h, #8 145 uaddw v8.8h, v8.8h, v4.8b 154 rshrn v8.8b, v8.8h, #8 155 rshrn2 v8.16b, v12.8h, #8 163 uqadd v0.16b, v0.16b, v8.16b 171 umull2 v12.8h, v3.16b, v8.16b [all …]
|
D | rsCpuIntrinsics_advsimd_YuvToRGB.S | 65 umull v1.8h, v8.8b, v24.8b // g0 = y0 * 149 67 umull2 v5.8h, v8.16b, v24.16b // g0_hi = y0_hi * 149 70 umull v8.8h, \regu\().8b, v25.8b // g2 = u * 50 + v * 104 71 umlal v8.8h, \regv\().8b, v26.8b 112 uqsub v1.8h, v1.8h, v8.8h // g0 = satu16(g0 - g2) 113 uqsub v17.8h, v17.8h, v8.8h // g1 = satu16(g1 - g2) 173 1: ld2 {v8.16b,v9.16b}, [x1], #32 204 movi v8.8b, #0 218 ld1 {v8.d}[1], [x1], #8 226 ld1 {v8.s}[1], [x1], #4 [all …]
|
D | rsCpuIntrinsics_advsimd_Blur.S | 282 108: umlal v14.4s, v8.4h, v1.h[0] 283 umlal2 v15.4s, v8.8h, v1.h[0] 286 107: ext v12.16b, v8.16b, v9.16b, #1*2 292 106: ext v12.16b, v8.16b, v9.16b, #2*2 298 105: ext v12.16b, v8.16b, v9.16b, #3*2 306 umlal2 v14.4s, v8.8h, v0.h[4] 310 103: ext v12.16b, v8.16b, v9.16b, #5*2 316 102: ext v12.16b, v8.16b, v9.16b, #6*2 322 101: ext v12.16b, v8.16b, v9.16b, #7*2 333 mov v8.16b, v9.16b [all …]
|
D | rsCpuIntrinsics_advsimd_ColorMatrix.S | 88 sqshrun v8.4h, v6.4s, #8 89 sqshrun2 v8.8h, v7.4s, #8 105 sqshrun v8.4h, v6.4s, #8 106 sqshrun2 v8.8h, v7.4s, #8 216 vmxx_f32 \i, 1, v8.4s, v12.4s, v0.s[0] 217 vmxx_f32 \i, 2, v8.4s, v13.4s, v1.s[0] 218 vmxx_f32 \i, 4, v8.4s, v14.4s, v2.s[0] 219 vmxx_f32 \i, 8, v8.4s, v15.4s, v3.s[0] 220 vadd_f32 \i, 16, v8.4s, v8.4s, v4.4s, v8.16b, v4.16b 230 vmxx_f32 \i^31, 1, v8.4s, v12.4s, v0.s[0] [all …]
|
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/ |
D | UT_blur_validation.java | 19 import android.support.v8.renderscript.Allocation; 20 import android.support.v8.renderscript.Element; 21 import android.support.v8.renderscript.RenderScript; 22 import android.support.v8.renderscript.RSIllegalArgumentException; 23 import android.support.v8.renderscript.ScriptIntrinsicBlur; 24 import android.support.v8.renderscript.Type;
|
/frameworks/support/api/ |
D | 23.0.0.txt | 9909 package android.support.v8.renderscript { 9911 public class Allocation extends android.support.v8.renderscript.BaseObj { 9917 method public void copy1DRangeFrom(int, int, android.support.v8.renderscript.Allocation, int); 9938 …method public void copy2DRangeFrom(int, int, int, int, android.support.v8.renderscript.Allocation,… 9946 …method public void copy3DRangeFrom(int, int, int, int, int, int, android.support.v8.renderscript.A… 9947 method public void copyFrom(android.support.v8.renderscript.BaseObj[]); 9954 method public void copyFrom(android.support.v8.renderscript.Allocation); 9966 …pport.v8.renderscript.Allocation createCubemapFromBitmap(android.support.v8.renderscript.RenderScr… 9967 …method public static android.support.v8.renderscript.Allocation createCubemapFromBitmap(android.su… 9968 …v8.renderscript.Allocation createCubemapFromCubeFaces(android.support.v8.renderscript.RenderScript… [all …]
|
D | 23.2.1.txt | 10828 package android.support.v8.renderscript { 10830 public class Allocation extends android.support.v8.renderscript.BaseObj { 10836 method public void copy1DRangeFrom(int, int, android.support.v8.renderscript.Allocation, int); 10857 …method public void copy2DRangeFrom(int, int, int, int, android.support.v8.renderscript.Allocation,… 10865 …method public void copy3DRangeFrom(int, int, int, int, int, int, android.support.v8.renderscript.A… 10866 method public void copyFrom(android.support.v8.renderscript.BaseObj[]); 10873 method public void copyFrom(android.support.v8.renderscript.Allocation); 10885 …pport.v8.renderscript.Allocation createCubemapFromBitmap(android.support.v8.renderscript.RenderScr… 10886 …method public static android.support.v8.renderscript.Allocation createCubemapFromBitmap(android.su… 10887 …v8.renderscript.Allocation createCubemapFromCubeFaces(android.support.v8.renderscript.RenderScript… [all …]
|
D | 23.2.0.txt | 10826 package android.support.v8.renderscript { 10828 public class Allocation extends android.support.v8.renderscript.BaseObj { 10834 method public void copy1DRangeFrom(int, int, android.support.v8.renderscript.Allocation, int); 10855 …method public void copy2DRangeFrom(int, int, int, int, android.support.v8.renderscript.Allocation,… 10863 …method public void copy3DRangeFrom(int, int, int, int, int, int, android.support.v8.renderscript.A… 10864 method public void copyFrom(android.support.v8.renderscript.BaseObj[]); 10871 method public void copyFrom(android.support.v8.renderscript.Allocation); 10883 …pport.v8.renderscript.Allocation createCubemapFromBitmap(android.support.v8.renderscript.RenderScr… 10884 …method public static android.support.v8.renderscript.Allocation createCubemapFromBitmap(android.su… 10885 …v8.renderscript.Allocation createCubemapFromCubeFaces(android.support.v8.renderscript.RenderScript… [all …]
|
D | 23.1.1.txt | 10297 package android.support.v8.renderscript { 10299 public class Allocation extends android.support.v8.renderscript.BaseObj { 10305 method public void copy1DRangeFrom(int, int, android.support.v8.renderscript.Allocation, int); 10326 …method public void copy2DRangeFrom(int, int, int, int, android.support.v8.renderscript.Allocation,… 10334 …method public void copy3DRangeFrom(int, int, int, int, int, int, android.support.v8.renderscript.A… 10335 method public void copyFrom(android.support.v8.renderscript.BaseObj[]); 10342 method public void copyFrom(android.support.v8.renderscript.Allocation); 10354 …pport.v8.renderscript.Allocation createCubemapFromBitmap(android.support.v8.renderscript.RenderScr… 10355 …method public static android.support.v8.renderscript.Allocation createCubemapFromBitmap(android.su… 10356 …v8.renderscript.Allocation createCubemapFromCubeFaces(android.support.v8.renderscript.RenderScript… [all …]
|
D | 23.4.0.txt | 10844 package android.support.v8.renderscript { 10846 public class Allocation extends android.support.v8.renderscript.BaseObj { 10852 method public void copy1DRangeFrom(int, int, android.support.v8.renderscript.Allocation, int); 10873 …method public void copy2DRangeFrom(int, int, int, int, android.support.v8.renderscript.Allocation,… 10881 …method public void copy3DRangeFrom(int, int, int, int, int, int, android.support.v8.renderscript.A… 10882 method public void copyFrom(android.support.v8.renderscript.BaseObj[]); 10889 method public void copyFrom(android.support.v8.renderscript.Allocation); 10901 …pport.v8.renderscript.Allocation createCubemapFromBitmap(android.support.v8.renderscript.RenderScr… 10902 …method public static android.support.v8.renderscript.Allocation createCubemapFromBitmap(android.su… 10903 …v8.renderscript.Allocation createCubemapFromCubeFaces(android.support.v8.renderscript.RenderScript… [all …]
|
D | 23.1.0.txt | 10328 package android.support.v8.renderscript { 10330 public class Allocation extends android.support.v8.renderscript.BaseObj { 10336 method public void copy1DRangeFrom(int, int, android.support.v8.renderscript.Allocation, int); 10357 …method public void copy2DRangeFrom(int, int, int, int, android.support.v8.renderscript.Allocation,… 10365 …method public void copy3DRangeFrom(int, int, int, int, int, int, android.support.v8.renderscript.A… 10366 method public void copyFrom(android.support.v8.renderscript.BaseObj[]); 10373 method public void copyFrom(android.support.v8.renderscript.Allocation); 10385 …pport.v8.renderscript.Allocation createCubemapFromBitmap(android.support.v8.renderscript.RenderScr… 10386 …method public static android.support.v8.renderscript.Allocation createCubemapFromBitmap(android.su… 10387 …v8.renderscript.Allocation createCubemapFromCubeFaces(android.support.v8.renderscript.RenderScript… [all …]
|
D | 24.0.0.txt | 11642 package android.support.v8.renderscript { 11644 public class Allocation extends android.support.v8.renderscript.BaseObj { 11650 method public void copy1DRangeFrom(int, int, android.support.v8.renderscript.Allocation, int); 11671 …method public void copy2DRangeFrom(int, int, int, int, android.support.v8.renderscript.Allocation,… 11679 …method public void copy3DRangeFrom(int, int, int, int, int, int, android.support.v8.renderscript.A… 11680 method public void copyFrom(android.support.v8.renderscript.BaseObj[]); 11687 method public void copyFrom(android.support.v8.renderscript.Allocation); 11699 …pport.v8.renderscript.Allocation createCubemapFromBitmap(android.support.v8.renderscript.RenderScr… 11700 …method public static android.support.v8.renderscript.Allocation createCubemapFromBitmap(android.su… 11701 …v8.renderscript.Allocation createCubemapFromCubeFaces(android.support.v8.renderscript.RenderScript… [all …]
|
D | 24.1.0.txt | 11652 package android.support.v8.renderscript { 11654 public class Allocation extends android.support.v8.renderscript.BaseObj { 11660 method public void copy1DRangeFrom(int, int, android.support.v8.renderscript.Allocation, int); 11681 …method public void copy2DRangeFrom(int, int, int, int, android.support.v8.renderscript.Allocation,… 11689 …method public void copy3DRangeFrom(int, int, int, int, int, int, android.support.v8.renderscript.A… 11690 method public void copyFrom(android.support.v8.renderscript.BaseObj[]); 11697 method public void copyFrom(android.support.v8.renderscript.Allocation); 11709 …pport.v8.renderscript.Allocation createCubemapFromBitmap(android.support.v8.renderscript.RenderScr… 11710 …method public static android.support.v8.renderscript.Allocation createCubemapFromBitmap(android.su… 11711 …v8.renderscript.Allocation createCubemapFromCubeFaces(android.support.v8.renderscript.RenderScript… [all …]
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | WhiteBalance.java | 20 import android.support.v8.renderscript.Allocation; 21 import android.support.v8.renderscript.Element; 22 import android.support.v8.renderscript.ScriptIntrinsicHistogram;
|
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/ |
D | Region.java | 31 import android.support.v8.renderscript.Allocation; 32 import android.support.v8.renderscript.Element; 33 import android.support.v8.renderscript.RenderScript; 34 import android.support.v8.renderscript.Script; 35 import android.support.v8.renderscript.Type;
|
D | Healing.java | 25 import android.support.v8.renderscript.Allocation; 26 import android.support.v8.renderscript.Element; 27 import android.support.v8.renderscript.RenderScript; 28 import android.support.v8.renderscript.Script; 29 import android.support.v8.renderscript.Type;
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/f32/ |
D | ImageBuffersForRenderScriptF32.java | 4 import android.support.v8.renderscript.Allocation; 5 import android.support.v8.renderscript.Element; 6 import android.support.v8.renderscript.RenderScript;
|
D | KernelDataForRenderScriptF32.java | 6 import android.support.v8.renderscript.Allocation; 7 import android.support.v8.renderscript.Element; 8 import android.support.v8.renderscript.RenderScript;
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | KernelDataForRenderScript.java | 3 import android.support.v8.renderscript.RenderScript; 4 import android.support.v8.renderscript.Allocation; 5 import android.support.v8.renderscript.Element;
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/d1new/ |
D | KernelDataForRenderScriptd1new.java | 6 import android.support.v8.renderscript.Allocation; 7 import android.support.v8.renderscript.Element; 8 import android.support.v8.renderscript.RenderScript;
|
/frameworks/rs/tests/java_api/ImageProcessing2/ |
D | Android.mk | 25 LOCAL_STATIC_JAVA_LIBRARIES := android-support-v8-renderscript 34 LOCAL_RENDERSCRIPT_FLAGS := -rs-package-name=android.support.v8.renderscript
|
/frameworks/rs/tests/java_api/RSTest_CompatLib/ |
D | Android.mk | 27 android-support-v8-renderscript \ 39 LOCAL_RENDERSCRIPT_FLAGS := -rs-package-name=android.support.v8.renderscript
|