/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBlend.java | 43 private void blend(int id, Allocation ain, Allocation aout, Script.LaunchOptions opt) { in blend() 70 public void forEachClear(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachClear() 101 public void forEachSrc(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrc() 135 public void forEachDst(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachDst() 165 public void forEachSrcOver(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrcOver() 195 public void forEachDstOver(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachDstOver() 225 public void forEachSrcIn(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrcIn() 255 public void forEachDstIn(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachDstIn() 285 public void forEachSrcOut(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrcOut() 315 public void forEachDstOut(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachDstOut() [all …]
|
D | Script.java | 180 FieldPacker v, LaunchOptions sc) { in forEach() 236 FieldPacker v, LaunchOptions sc) { in forEach() 291 protected void reduce(int slot, Allocation[] ains, Allocation aout, LaunchOptions sc) { in reduce() 550 public static final class LaunchOptions { class in Script 568 public LaunchOptions setX(int xstartArg, int xendArg) { in setX() 586 public LaunchOptions setY(int ystartArg, int yendArg) { in setY() 604 public LaunchOptions setZ(int zstartArg, int zendArg) { in setZ()
|
D | ScriptIntrinsicHistogram.java | 87 public void forEach(Allocation ain, Script.LaunchOptions opt) { in forEach() 188 public void forEach_Dot(Allocation ain, Script.LaunchOptions opt) { in forEach_Dot()
|
D | ScriptIntrinsic3DLUT.java | 98 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEach()
|
D | ScriptIntrinsicResize.java | 103 public void forEach_bicubic(Allocation aout, Script.LaunchOptions opt) { in forEach_bicubic()
|
D | ScriptIntrinsicBlur.java | 109 public void forEach(Allocation aout, Script.LaunchOptions opt) { in forEach()
|
/frameworks/compile/slang/tests/P_reduce_general_accumulator/ |
D | ScriptC_reduce_general_accumulator.java.expect | 105 public result_int reduce_my_half(Allocation ain1, Script.LaunchOptions sc) { 138 public result_int reduce_my_half2(Allocation ain1, Script.LaunchOptions sc) { 171 public result_int reduce_my_half4(Allocation ain1, Script.LaunchOptions sc) { 204 public result_int reduce_my_array_half(Allocation ain1, Script.LaunchOptions sc) { 237 public result_int reduce_my_array_half2(Allocation ain1, Script.LaunchOptions sc) { 270 public result_int reduce_my_array_half4(Allocation ain1, Script.LaunchOptions sc) { 303 public result_int reduce_my_float(Allocation ain1, Script.LaunchOptions sc) { 336 public result_int reduce_my_float2(Allocation ain1, Script.LaunchOptions sc) { 369 public result_int reduce_my_float4(Allocation ain1, Script.LaunchOptions sc) { 402 public result_int reduce_my_array_float(Allocation ain1, Script.LaunchOptions sc) { [all …]
|
/frameworks/compile/slang/tests/P_reduce_general_input/ |
D | ScriptC_reduce_general_input.java.expect | 173 public result_int reduce_my_half_0(Allocation ain1, Script.LaunchOptions sc) { 206 public result_int reduce_my_half_1(Allocation ain1, Script.LaunchOptions sc) { 239 public result_int reduce_my_half_2(Allocation ain1, Script.LaunchOptions sc) { 272 public result_int reduce_my_half_3(Allocation ain1, Script.LaunchOptions sc) { 305 public result_int reduce_my_half_4(Allocation ain1, Script.LaunchOptions sc) { 338 public result_int reduce_my_half_5(Allocation ain1, Script.LaunchOptions sc) { 371 public result_int reduce_my_half_6(Allocation ain1, Script.LaunchOptions sc) { 404 public result_int reduce_my_half_7(Allocation ain1, Script.LaunchOptions sc) { 437 public result_int reduce_my_half_8(Allocation ain1, Script.LaunchOptions sc) { 470 public result_int reduce_my_half_9(Allocation ain1, Script.LaunchOptions sc) { [all …]
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Script.java | 282 …protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v, LaunchOptions sc)… in forEach() 335 FieldPacker v, LaunchOptions sc) { in forEach() 390 protected void reduce(int slot, Allocation[] ains, Allocation aout, LaunchOptions sc) { in reduce() 587 public static final class LaunchOptions { class in Script 605 public LaunchOptions setX(int xstartArg, int xendArg) { in setX() 623 public LaunchOptions setY(int ystartArg, int yendArg) { in setY() 641 public LaunchOptions setZ(int zstartArg, int zendArg) { in setZ()
|
D | ScriptIntrinsicHistogram.java | 97 public void forEach(Allocation ain, Script.LaunchOptions opt) { 198 public void forEach_Dot(Allocation ain, Script.LaunchOptions opt) {
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/f32/ |
D | RefocusFilterF32.java | 154 Script.LaunchOptions launchOptions = new Script.LaunchOptions(); in filterLayerBehindFocalDepth() 214 Script.LaunchOptions launchOptions = new Script.LaunchOptions(); in filterLayerInFrontOfFocalDepth()
|
/frameworks/rs/tests/lldb/java/SingleSource/src/com/android/rs/singlesource/ |
D | MainActivity.java | 73 Script.LaunchOptions options = new Script.LaunchOptions(); in onCreate()
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/d1new/ |
D | RefocusFilterd1new.java | 161 Script.LaunchOptions launchOptions = new Script.LaunchOptions(); in filterLayerBehindFocalDepth() 232 Script.LaunchOptions launchOptions = new Script.LaunchOptions(); in filterLayerInFrontOfFocalDepth()
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | Histogram.java | 61 Script.LaunchOptions lo = new Script.LaunchOptions(); in runTest()
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_foreach_bounds.java | 55 Script.LaunchOptions sc = new Script.LaunchOptions(); in initializeGlobals()
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_foreach_bounds.java | 57 Script.LaunchOptions sc = new Script.LaunchOptions(); in initializeGlobals()
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | Histogram.java | 67 Script.LaunchOptions lo = new Script.LaunchOptions(); in runTest()
|
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
D | ViewfinderProcessor.java | 190 Script.LaunchOptions opt = new Script.LaunchOptions(); in run() 280 Script.LaunchOptions opt = new Script.LaunchOptions(); in processImage()
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
D | VrPipline1.java | 33 Script.LaunchOptions options = new Script.LaunchOptions();
|
/frameworks/compile/slang/tests/P_reduce_general_examples_backward/ |
D | ScriptC_reduce_general_examples_backward.java.expect | 226 public result_int reduce_addint(Allocation ain1, Script.LaunchOptions sc) { 259 public result_int reduce_mpyint(Allocation ain1, Script.LaunchOptions sc) { 306 public result_float reduce_dp(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) { 356 public result_int2 reduce_findMinAndMax(Allocation ain1, Script.LaunchOptions sc) { 389 public result_int reduce_fz(Allocation ain1, Script.LaunchOptions sc) { 422 public result_int2 reduce_fz2(Allocation ain1, Script.LaunchOptions sc) { 455 public resultArray256_uint reduce_histogram(Allocation ain1, Script.LaunchOptions sc) { 488 public result_int2 reduce_mode(Allocation ain1, Script.LaunchOptions sc) {
|
/frameworks/compile/slang/tests/P_reduce_general_examples/ |
D | ScriptC_reduce_general_examples.java.expect | 226 public result_int reduce_addint(Allocation ain1, Script.LaunchOptions sc) { 259 public result_int reduce_mpyint(Allocation ain1, Script.LaunchOptions sc) { 306 public result_float reduce_dp(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) { 356 public result_int2 reduce_findMinAndMax(Allocation ain1, Script.LaunchOptions sc) { 389 public result_int reduce_fz(Allocation ain1, Script.LaunchOptions sc) { 422 public result_int2 reduce_fz2(Allocation ain1, Script.LaunchOptions sc) { 455 public resultArray256_uint reduce_histogram(Allocation ain1, Script.LaunchOptions sc) { 488 public result_int2 reduce_mode(Allocation ain1, Script.LaunchOptions sc) {
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
D | ScriptC_reduce_general_result.java.expect | 2740 public result_half reduce_my_half(Allocation ain1, Script.LaunchOptions sc) { 2777 public result_half2 reduce_my_half2(Allocation ain1, Script.LaunchOptions sc) { 2814 public result_half4 reduce_my_half4(Allocation ain1, Script.LaunchOptions sc) { 2847 public resultArray7_half reduce_my_array_half(Allocation ain1, Script.LaunchOptions sc) { 2884 public resultArray7_half2 reduce_my_array_half2(Allocation ain1, Script.LaunchOptions sc) { 2921 public resultArray7_half4 reduce_my_array_half4(Allocation ain1, Script.LaunchOptions sc) { 2954 public result_float reduce_my_float(Allocation ain1, Script.LaunchOptions sc) { 2991 public result_float2 reduce_my_float2(Allocation ain1, Script.LaunchOptions sc) { 3028 public result_float4 reduce_my_float4(Allocation ain1, Script.LaunchOptions sc) { 3061 public resultArray7_float reduce_my_array_float(Allocation ain1, Script.LaunchOptions sc) { [all …]
|
/frameworks/compile/slang/tests/P_reduce_general_inputs/ |
D | ScriptC_reduce_general_inputs.java.expect | 159 …public result_int reduce_my_half_half_0(Allocation ain1, Allocation ain2, Script.LaunchOptions sc)… 223 …public result_int reduce_my_half_half_1(Allocation ain1, Allocation ain2, Script.LaunchOptions sc)… 291 …public result_int reduce_my_half_half2_0(Allocation ain1, Allocation ain2, Script.LaunchOptions sc… 359 …public result_int reduce_my_half_half2_1(Allocation ain1, Allocation ain2, Script.LaunchOptions sc… 427 …public result_int reduce_my_half_half4_0(Allocation ain1, Allocation ain2, Script.LaunchOptions sc… 495 …public result_int reduce_my_half_half4_1(Allocation ain1, Allocation ain2, Script.LaunchOptions sc… 559 …public result_int reduce_my_half_float_0(Allocation ain1, Allocation ain2, Script.LaunchOptions sc… 623 …public result_int reduce_my_half_float_1(Allocation ain1, Allocation ain2, Script.LaunchOptions sc… 691 …lic result_int reduce_my_half_float2_0(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) { 759 …lic result_int reduce_my_half_float2_1(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) { [all …]
|
/frameworks/compile/slang/tests/P_reduce_general_examples_explicit/ |
D | ScriptC_reduce_general_examples_explicit.java.expect | 188 public result_int reduce_addint_init(Allocation ain1, Script.LaunchOptions sc) { 221 public result_int reduce_addint_comb(Allocation ain1, Script.LaunchOptions sc) { 254 public result_int reduce_addint_init_comb(Allocation ain1, Script.LaunchOptions sc) { 301 public result_float reduce_dp_init(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) { 351 public resultArray256_uint reduce_histogram_init(Allocation ain1, Script.LaunchOptions sc) {
|
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/ |
D | Healing.java | 108 Script.LaunchOptions options = new Script.LaunchOptions(); in heal()
|