Searched refs:LaunchOptions (Results 1 - 25 of 34) sorted by relevance

12

/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBlend.java43 private void blend(int id, Allocation ain, Allocation aout, Script.LaunchOptions opt) {
68 * @param opt LaunchOptions for clipping
70 public void forEachClear(Allocation ain, Allocation aout, Script.LaunchOptions opt) {
99 * @param opt LaunchOptions for clipping
101 public void forEachSrc(Allocation ain, Allocation aout, Script.LaunchOptions opt) {
133 * @param opt LaunchOptions for clipping
135 public void forEachDst(Allocation ain, Allocation aout, Script.LaunchOptions opt) {
163 * @param opt LaunchOptions for clipping
165 public void forEachSrcOver(Allocation ain, Allocation aout, Script.LaunchOptions opt) {
193 * @param opt LaunchOptions fo
[all...]
H A DScriptIntrinsic3DLUT.java98 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) {
H A DScriptIntrinsicBlur.java97 * @param opt LaunchOptions for clipping
99 public void forEach(Allocation aout, Script.LaunchOptions opt) {
H A DScriptIntrinsicConvolve5x5.java119 * @param opt LaunchOptions for clipping
121 public void forEach(Allocation aout, Script.LaunchOptions opt) {
H A DScriptIntrinsicResize.java101 * @param opt LaunchOptions for clipping
103 public void forEach_bicubic(Allocation aout, Script.LaunchOptions opt) {
H A DScript.java181 FieldPacker v, LaunchOptions sc) {
189 "At least one of input allocation, output allocation, or LaunchOptions is required to be non-null.");
237 FieldPacker v, LaunchOptions sc) {
292 protected void reduce(int slot, Allocation[] ains, Allocation aout, LaunchOptions sc) {
541 * LaunchOptions with setX(5, 15)
549 public static final class LaunchOptions { class in class:Script
565 * @return LaunchOptions
567 public LaunchOptions setX(int xstartArg, int xendArg) {
583 * @return LaunchOptions
585 public LaunchOptions set
[all...]
H A DScriptIntrinsicHistogram.java85 * @param opt LaunchOptions for clipping
87 public void forEach(Allocation ain, Script.LaunchOptions opt) {
186 * @param opt LaunchOptions for clipping
188 public void forEach_Dot(Allocation ain, Script.LaunchOptions opt) {
/frameworks/compile/slang/tests/P_reduce_general_input/
H A DScriptC_reduce_general_input.java.expect170 public result_int reduce_my_half_0(Allocation ain1, Script.LaunchOptions sc) {
203 public result_int reduce_my_half_1(Allocation ain1, Script.LaunchOptions sc) {
236 public result_int reduce_my_half_2(Allocation ain1, Script.LaunchOptions sc) {
269 public result_int reduce_my_half_3(Allocation ain1, Script.LaunchOptions sc) {
302 public result_int reduce_my_half_4(Allocation ain1, Script.LaunchOptions sc) {
335 public result_int reduce_my_half_5(Allocation ain1, Script.LaunchOptions sc) {
368 public result_int reduce_my_half_6(Allocation ain1, Script.LaunchOptions sc) {
401 public result_int reduce_my_half_7(Allocation ain1, Script.LaunchOptions sc) {
434 public result_int reduce_my_half_8(Allocation ain1, Script.LaunchOptions sc) {
467 public result_int reduce_my_half_9(Allocation ain1, Script.LaunchOptions s
[all...]
/frameworks/compile/slang/tests/P_reduce_general_accumulator/
H A DScriptC_reduce_general_accumulator.java.expect102 public result_int reduce_my_half(Allocation ain1, Script.LaunchOptions sc) {
135 public result_int reduce_my_half2(Allocation ain1, Script.LaunchOptions sc) {
168 public result_int reduce_my_half4(Allocation ain1, Script.LaunchOptions sc) {
201 public result_int reduce_my_array_half(Allocation ain1, Script.LaunchOptions sc) {
234 public result_int reduce_my_array_half2(Allocation ain1, Script.LaunchOptions sc) {
267 public result_int reduce_my_array_half4(Allocation ain1, Script.LaunchOptions sc) {
300 public result_int reduce_my_float(Allocation ain1, Script.LaunchOptions sc) {
333 public result_int reduce_my_float2(Allocation ain1, Script.LaunchOptions sc) {
366 public result_int reduce_my_float4(Allocation ain1, Script.LaunchOptions sc) {
399 public result_int reduce_my_array_float(Allocation ain1, Script.LaunchOptions s
[all...]
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DHistogram.java61 Script.LaunchOptions lo = new Script.LaunchOptions();
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DHistogram.java67 Script.LaunchOptions lo = new Script.LaunchOptions();
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_foreach_bounds.java54 Script.LaunchOptions sc = new Script.LaunchOptions();
/frameworks/compile/slang/tests/P_reduce_general_struct/
H A DScriptC_reduce_general_struct.java.expect89 public result_int reduce_inStruct(Allocation ain1, Script.LaunchOptions sc) {
/frameworks/compile/slang/tests/P_reduce_general_duplicate_array/
H A DScriptC_reduce_general_duplicate_array.java.expect102 public resultArray4_int reduce_sumDec(Allocation ain1, Script.LaunchOptions sc) {
135 public resultArray4_int reduce_sumInc(Allocation ain1, Script.LaunchOptions sc) {
/frameworks/compile/slang/tests/P_reduce_general_examples/
H A DScriptC_reduce_general_examples.java.expect223 public result_int reduce_addint(Allocation ain1, Script.LaunchOptions sc) {
256 public result_int reduce_mpyint(Allocation ain1, Script.LaunchOptions sc) {
303 public result_float reduce_dp(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) {
353 public result_int2 reduce_findMinAndMax(Allocation ain1, Script.LaunchOptions sc) {
386 public result_int reduce_fz(Allocation ain1, Script.LaunchOptions sc) {
419 public result_int2 reduce_fz2(Allocation ain1, Script.LaunchOptions sc) {
452 public resultArray256_uint reduce_histogram(Allocation ain1, Script.LaunchOptions sc) {
485 public result_int2 reduce_mode(Allocation ain1, Script.LaunchOptions sc) {
/frameworks/compile/slang/tests/P_reduce_general_examples_backward/
H A DScriptC_reduce_general_examples_backward.java.expect223 public result_int reduce_addint(Allocation ain1, Script.LaunchOptions sc) {
256 public result_int reduce_mpyint(Allocation ain1, Script.LaunchOptions sc) {
303 public result_float reduce_dp(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) {
353 public result_int2 reduce_findMinAndMax(Allocation ain1, Script.LaunchOptions sc) {
386 public result_int reduce_fz(Allocation ain1, Script.LaunchOptions sc) {
419 public result_int2 reduce_fz2(Allocation ain1, Script.LaunchOptions sc) {
452 public resultArray256_uint reduce_histogram(Allocation ain1, Script.LaunchOptions sc) {
485 public result_int2 reduce_mode(Allocation ain1, Script.LaunchOptions sc) {
/frameworks/compile/slang/tests/P_reduce_general_examples_halter/
H A DScriptC_reduce_general_examples_halter.java.expect140 public result_int reduce_fz(Allocation ain1, Script.LaunchOptions sc) {
173 public result_int2 reduce_fz2(Allocation ain1, Script.LaunchOptions sc) {
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/d1new/
H A DRefocusFilterd1new.java157 Script.LaunchOptions launchOptions = new Script.LaunchOptions();
227 Script.LaunchOptions launchOptions = new Script.LaunchOptions();
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/f32/
H A DRefocusFilterF32.java150 Script.LaunchOptions launchOptions = new Script.LaunchOptions();
210 Script.LaunchOptions launchOptions = new Script.LaunchOptions();
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScript.java282 protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v, LaunchOptions sc) {
335 FieldPacker v, LaunchOptions sc) {
390 protected void reduce(int slot, Allocation[] ains, Allocation aout, LaunchOptions sc) {
580 * LaunchOptions with setX(5, 15)
587 public static final class LaunchOptions { class in class:Script
603 * @return LaunchOptions
605 public LaunchOptions setX(int xstartArg, int xendArg) {
621 * @return LaunchOptions
623 public LaunchOptions setY(int ystartArg, int yendArg) {
639 * @return LaunchOptions
[all...]
H A DScriptIntrinsicHistogram.java95 * @param opt LaunchOptions for clipping
97 public void forEach(Allocation ain, Script.LaunchOptions opt) {
196 * @param opt LaunchOptions for clipping
198 public void forEach_Dot(Allocation ain, Script.LaunchOptions opt) {
/frameworks/compile/slang/tests/P_reduce_general_examples_explicit/
H A DScriptC_reduce_general_examples_explicit.java.expect185 public result_int reduce_addint_init(Allocation ain1, Script.LaunchOptions sc) {
218 public result_int reduce_addint_comb(Allocation ain1, Script.LaunchOptions sc) {
251 public result_int reduce_addint_init_comb(Allocation ain1, Script.LaunchOptions sc) {
298 public result_float reduce_dp_init(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) {
348 public resultArray256_uint reduce_histogram_init(Allocation ain1, Script.LaunchOptions sc) {
/frameworks/compile/slang/tests/P_reduce_general_inputs/
H A DScriptC_reduce_general_inputs.java.expect156 public result_int reduce_my_half_half_0(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) {
220 public result_int reduce_my_half_half_1(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) {
288 public result_int reduce_my_half_half2_0(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) {
356 public result_int reduce_my_half_half2_1(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) {
424 public result_int reduce_my_half_half4_0(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) {
492 public result_int reduce_my_half_half4_1(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) {
556 public result_int reduce_my_half_float_0(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) {
620 public result_int reduce_my_half_float_1(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) {
688 public result_int reduce_my_half_float2_0(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) {
756 public result_int reduce_my_half_float2_1(Allocation ain1, Allocation ain2, Script.LaunchOptions s
[all...]
/frameworks/compile/slang/tests/P_reduce_general_result/
H A DScriptC_reduce_general_result.java.expect2737 public result_half reduce_my_half(Allocation ain1, Script.LaunchOptions sc) {
2774 public result_half2 reduce_my_half2(Allocation ain1, Script.LaunchOptions sc) {
2811 public result_half4 reduce_my_half4(Allocation ain1, Script.LaunchOptions sc) {
2844 public resultArray7_half reduce_my_array_half(Allocation ain1, Script.LaunchOptions sc) {
2881 public resultArray7_half2 reduce_my_array_half2(Allocation ain1, Script.LaunchOptions sc) {
2918 public resultArray7_half4 reduce_my_array_half4(Allocation ain1, Script.LaunchOptions sc) {
2951 public result_float reduce_my_float(Allocation ain1, Script.LaunchOptions sc) {
2988 public result_float2 reduce_my_float2(Allocation ain1, Script.LaunchOptions sc) {
3025 public result_float4 reduce_my_float4(Allocation ain1, Script.LaunchOptions sc) {
3058 public resultArray7_float reduce_my_array_float(Allocation ain1, Script.LaunchOptions s
[all...]
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A DVrPipline1.java33 Script.LaunchOptions options = new Script.LaunchOptions();

Completed in 2038 milliseconds

12