Home | History | Annotate | Download | only in P_reduce_general_examples

Lines Matching refs:Allocation

71                     for (Allocation tempIn : mTempIns) {
84 private resultArray256_uint(Allocation out) {
90 private Allocation[] mTempIns;
91 private Allocation mOut;
107 for (Allocation tempIn : mTempIns) {
120 private result_float(Allocation out) {
126 private Allocation[] mTempIns;
127 private Allocation mOut;
143 for (Allocation tempIn : mTempIns) {
156 private result_int(Allocation out) {
162 private Allocation[] mTempIns;
163 private Allocation mOut;
179 for (Allocation tempIn : mTempIns) {
192 private result_int2(Allocation out) {
198 private Allocation[] mTempIns;
199 private Allocation mOut;
211 Allocation ain1 = Allocation.createSized(mRSLocal, __I32, in1.length);
216 result.mTempIns = new Allocation[]{ain1};
221 public result_int reduce_addint(Allocation ain1) {
226 public result_int reduce_addint(Allocation ain1, Script.LaunchOptions sc) {
231 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
233 reduce(mExportReduceIdx_addint, new Allocation[]{ain1}, aout, sc);
244 Allocation ain1 = Allocation.createSized(mRSLocal, __I32, in1.length);
249 result.mTempIns = new Allocation[]{ain1};
254 public result_int reduce_mpyint(Allocation ain1) {
259 public result_int reduce_mpyint(Allocation ain1, Script.LaunchOptions sc) {
264 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
266 reduce(mExportReduceIdx_mpyint, new Allocation[]{ain1}, aout, sc);
278 Allocation ain1 = Allocation.createSized(mRSLocal, __F32, in1.length);
289 Allocation ain2 = Allocation.createSized(mRSLocal, __F32, in2.length);
294 result.mTempIns = new Allocation[]{ain1, ain2};
300 public result_float reduce_dp(Allocation ain1, Allocation ain2) {
306 public result_float reduce_dp(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) {
328 Allocation aout = Allocation.createSized(mRSLocal, __F32, 1);
330 reduce(mExportReduceIdx_dp, new Allocation[]{ain1, ain2}, aout, sc);
341 Allocation ain1 = Allocation.createSized(mRSLocal, __F32, in1.length);
346 result.mTempIns = new Allocation[]{ain1};
351 public result_int2 reduce_findMinAndMax(Allocation ain1) {
356 public result_int2 reduce_findMinAndMax(Allocation ain1, Script.LaunchOptions sc) {
361 Allocation aout = Allocation.createSized(mRSLocal, __I32_2, 1);
363 reduce(mExportReduceIdx_findMinAndMax, new Allocation[]{ain1}, aout, sc);
374 Allocation ain1 = Allocation.createSized(mRSLocal, __I32, in1.length);
379 result.mTempIns = new Allocation[]{ain1};
384 public result_int reduce_fz(Allocation ain1) {
389 public result_int reduce_fz(Allocation ain1, Script.LaunchOptions sc) {
394 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
396 reduce(mExportReduceIdx_fz, new Allocation[]{ain1}, aout, sc);
407 Allocation ain1 = Allocation.createSized(mRSLocal, __I32, in1.length);
412 result.mTempIns = new Allocation[]{ain1};
417 public result_int2 reduce_fz2(Allocation ain1) {
422 public result_int2 reduce_fz2(Allocation ain1, Script.LaunchOptions sc) {
427 Allocation aout = Allocation.createSized(mRSLocal, __I32_2, 1);
429 reduce(mExportReduceIdx_fz2, new Allocation[]{ain1}, aout, sc);
440 Allocation ain1 = Allocation.createSized(mRSLocal, __U8, in1.length);
445 result.mTempIns = new Allocation[]{ain1};
450 public resultArray256_uint reduce_histogram(Allocation ain1) {
455 public resultArray256_uint reduce_histogram(Allocation ain1, Script.LaunchOptions sc) {
460 Allocation aout = Allocation.createSized(mRSLocal, __U32, 256);
462 reduce(mExportReduceIdx_histogram, new Allocation[]{ain1}, aout, sc);
473 Allocation ain1 = Allocation.createSized(mRSLocal, __U8, in1.length);
478 result.mTempIns = new Allocation[]{ain1};
483 public result_int2 reduce_mode(Allocation ain1) {
488 public result_int2 reduce_mode(Allocation ain1, Script.LaunchOptions sc) {
493 Allocation aout = Allocation.createSized(mRSLocal, __I32_2, 1);
495 reduce(mExportReduceIdx_mode, new Allocation[]{ain1}, aout, sc);