HomeSort by relevance Sort by last modified time
    Searched full:ain2 (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/slang/tests/P_reduce_general_inputs/
ScriptC_reduce_general_inputs.java.expect 139 Allocation ain2 = Allocation.createSized(mRSLocal, __F16, in2.length);
140 ain2.setAutoPadding(true);
141 ain2.copyFrom(in2);
143 result_int result = reduce_my_half_half_0(ain1, ain2, null);
144 result.mTempIns = new Allocation[]{ain1, ain2};
149 // ain2 = "half b"
150 public result_int reduce_my_half_half_0(Allocation ain1, Allocation ain2) {
151 return reduce_my_half_half_0(ain1, ain2, null);
155 // ain2 = "half b"
156 public result_int reduce_my_half_half_0(Allocation ain1, Allocation ain2, Script.LaunchOptions sc)
    [all...]
  /frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
UT_foreach_multi.java 28 private Allocation Ain2;
59 Ain2 = Allocation.createTyped(RS, type32Builder.create());
60 s.set_ain2(Ain2);
61 s.forEach_init_uint32_alloc(Ain2);
98 s.forEach_sum3(Ain0, Ain1, Ain2, Out1);
foreach_multi.rs 14 rs_allocation ain0, ain1, ain2;
102 rsGetElementAt_uint(ain2, i)));
  /frameworks/compile/slang/tests/P_reduce_general_examples_explicit/
ScriptC_reduce_general_examples_explicit.java.expect 281 Allocation ain2 = Allocation.createSized(mRSLocal, __F32, in2.length);
282 ain2.setAutoPadding(true);
283 ain2.copyFrom(in2);
285 result_float result = reduce_dp_init(ain1, ain2, null);
286 result.mTempIns = new Allocation[]{ain1, ain2};
291 // ain2 = "float in2"
292 public result_float reduce_dp_init(Allocation ain1, Allocation ain2) {
293 return reduce_dp_init(ain1, ain2, null);
297 // ain2 = "float in2"
298 public result_float reduce_dp_init(Allocation ain1, Allocation ain2, Script.LaunchOptions sc)
    [all...]
  /frameworks/compile/slang/tests/P_reduce_general_examples/
ScriptC_reduce_general_examples.java.expect 286 Allocation ain2 = Allocation.createSized(mRSLocal, __F32, in2.length);
287 ain2.setAutoPadding(true);
288 ain2.copyFrom(in2);
290 result_float result = reduce_dp(ain1, ain2, null);
291 result.mTempIns = new Allocation[]{ain1, ain2};
296 // ain2 = "float in2"
297 public result_float reduce_dp(Allocation ain1, Allocation ain2) {
298 return reduce_dp(ain1, ain2, null);
302 // ain2 = "float in2"
303 public result_float reduce_dp(Allocation ain1, Allocation ain2, Script.LaunchOptions sc)
    [all...]
  /frameworks/compile/slang/tests/P_reduce_general_examples_backward/
ScriptC_reduce_general_examples_backward.java.expect 286 Allocation ain2 = Allocation.createSized(mRSLocal, __F32, in2.length);
287 ain2.setAutoPadding(true);
288 ain2.copyFrom(in2);
290 result_float result = reduce_dp(ain1, ain2, null);
291 result.mTempIns = new Allocation[]{ain1, ain2};
296 // ain2 = "float in2"
297 public result_float reduce_dp(Allocation ain1, Allocation ain2) {
298 return reduce_dp(ain1, ain2, null);
302 // ain2 = "float in2"
303 public result_float reduce_dp(Allocation ain1, Allocation ain2, Script.LaunchOptions sc)
    [all...]
  /frameworks/compile/slang/
slang_rs_foreach_lowering.cpp 266 For example, rsForEach(foo, ain1, ain2, aout) would be translated into
272 (rs_allocation[]){ain1, ain2, aout) // Input and output allocations
283 | `-DeclRefExpr 0x99574a30 'rs_allocation':'struct rs_allocation' lvalue ParmVar 0x9942c478 'ain2' 'rs_allocation':'struct rs_allocation'

Completed in 423 milliseconds