/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/ |
D | healing.rs | 113 rsForEach(convert_to_f, in, tmp); 121 rsForEach(copy, in, tmp); 144 rsForEach(copyMasked, mask, dest1); 146 rsForEach(solve1, mask, dest2); 147 rsForEach(solve2, mask, dest1); 150 rsForEach(convert_to_uc, dest1, dest_image); 151 rsForEach(alphaMask, dest_image, dest_image);
|
D | find_region.rs | 158 rsForEach(toInt, pointsXY, mBorderCoords); 163 rsForEach(extractBorder_ss, mBorderCoords, mBorderValues); 164 rsForEach(toInt_ss, mBorderCoords, mBorderCoords); 175 rsForEach(bordercorrelation_ss, fit);
|
/frameworks/compile/slang/tests/F_foreach_unexpected_allocs/ |
D | foreach_unexpected_allocs.rs | 10 rsForEach(foo, in); 11 rsForEach(foo, in, in, out);
|
/frameworks/compile/slang/tests/F_foreach_non_kernel/ |
D | stderr.txt.expect | 1 foreach_non_kernel.rs:14:3: error: rsForEach applied to function oldFoo defined without "kernel" at… 2 foreach_non_kernel.rs:15:3: error: rsForEach applied to function foo defined without "kernel" attri…
|
D | foreach_non_kernel.rs | 14 rsForEach(oldFoo, in, out); 15 rsForEach(foo, in, out);
|
/frameworks/compile/slang/tests/F_foreach_from_kernel/ |
D | foreach_from_kernel.rs | 13 rsForEach(foo, g_in, g_out); 18 rsForEach(foo, g_in, g_out);
|
/frameworks/compile/slang/tests/F_foreach_unexpected_kernel_arg/ |
D | foreach_unexpected_kernel_arg.rs | 11 rsForEach(fp, in, out); 12 rsForEach(&foo, in, out);
|
/frameworks/rs/script_api/ |
D | rs_for_each.spec | 20 The @rsForEach() function can be used to invoke the root kernel of a script. 77 This structure is used to provide iteration information to a rsForEach call. 92 of this type can be used in a @rsForEach call to launch a kernel. 95 function: rsForEach 128 rsForEach(square, ain, aout);<br/> 134 function: rsForEach 144 function: rsForEach 156 function: rsForEach 167 function: rsForEach 176 function: rsForEach [all …]
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | single_source_script.rs | 94 rsForEach(foo, in, out); 95 rsForEach(foo, out, out); 104 rsForEach(goo, in, out, out);
|
D | single_source_alloc.rs | 129 if (vecSize == 1) rsForEach(verify_##CT, gAlloc, gAlloc); \ 130 else if (vecSize == 2) rsForEach(verify_##CT##2, gAlloc, gAlloc); \ 131 else if (vecSize == 3) rsForEach(verify_##CT##3, gAlloc, gAlloc); \ 132 else if (vecSize == 4) rsForEach(verify_##CT##4, gAlloc, gAlloc); \
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | single_source_script.rs | 92 rsForEach(foo, in, out); 93 rsForEach(foo, out, out); 102 rsForEach(goo, in, out, out);
|
D | single_source_alloc.rs | 127 if (vecSize == 1) rsForEach(verify_##CT, gAlloc, gAlloc); \ 128 else if (vecSize == 2) rsForEach(verify_##CT##2, gAlloc, gAlloc); \ 129 else if (vecSize == 3) rsForEach(verify_##CT##3, gAlloc, gAlloc); \ 130 else if (vecSize == 4) rsForEach(verify_##CT##4, gAlloc, gAlloc); \
|
/frameworks/rs/tests/lldb/java/SingleSource/src/rs/ |
D | rs_single_source.rs | 51 rsForEach(kernel_1, out, in1); 56 rsForEach(kernel_2, out, in1, in2);
|
/frameworks/rs/script_api/include/ |
D | rs_for_each.rsh | 22 * The rsForEach() function can be used to invoke the root kernel of a script. 67 * This structure is used to provide iteration information to a rsForEach call. 97 * of this type can be used in a rsForEach call to launch a kernel. 104 * rsForEach: Launches a kernel 129 * rsForEach(square, ain, aout); 145 rsForEach(rs_script script, rs_allocation input, rs_allocation output, const void* usrData, 151 rsForEach(rs_script script, rs_allocation input, rs_allocation output, const void* usrData); 156 rsForEach(rs_script script, rs_allocation input, rs_allocation output, const void* usrData, 162 rsForEach(rs_script script, rs_allocation input, rs_allocation output, const void* usrData, 168 rsForEach(rs_script script, rs_allocation input, rs_allocation output); [all …]
|
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/ |
D | global.rsh | 36 rsForEach(T##_kernel1, a, a); \ 53 rsForEach(T##_kernel2, a, a); \
|
/frameworks/compile/slang/tests/F_foreach_forward_reference/ |
D | foreach_forward_reference.rs | 6 rsForEach(goo, in, out);
|
/frameworks/compile/slang/tests/P_foreach_multi/ |
D | foreach_multi.rs | 10 rsForEach(foo, in, in, out);
|
/frameworks/compile/slang/tests/P_foreach_options/ |
D | foreach_options.rs | 13 rsForEach(foo, in, out);
|
/frameworks/compile/slang/tests/P_foreach/ |
D | foreach.rs | 14 rsForEach(foo, in, out);
|
/frameworks/rs/tests/java_api/LatencyBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rs | 28 rsForEach(empty_kern, in, out);
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | foreach_bounds.rs | 61 rsForEach(s, ain, aout, NULL, 0, &rssc);
|
D | apitest.rs | 1123 rsForEach(scriptNonNull, allocNonNull, allocNonNull, NULL, 0, &sc); 1124 rsForEach(scriptNonNull, allocNonNull, allocNonNull, NULL, 0); 1125 rsForEach(scriptNonNull, allocNonNull, allocNonNull);
|
/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/ |
D | balls.rs | 93 rsForEach(physics_script, aNull, aout);
|
/frameworks/rs/rsov/driver/ |
D | rsovRuntimeStubs.cpp | 676 rsForEach(::rs_script script, ::rs_allocation in, ::rs_allocation out, in rsForEach() function 684 rsForEach(::rs_script script, ::rs_allocation in, ::rs_allocation out, in rsForEach() function 692 rsForEach(::rs_script script, ::rs_allocation in, ::rs_allocation out) { in rsForEach() function 701 rsForEach(::rs_script script, ::rs_allocation in, ::rs_allocation out, in rsForEach() function 709 rsForEach(::rs_script script, ::rs_allocation in, ::rs_allocation out, in rsForEach() function
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 734 void __attribute__((overloadable)) rsForEach(::rs_script script, in rsForEach() function 744 void __attribute__((overloadable)) rsForEach(::rs_script script, in rsForEach() function 753 void __attribute__((overloadable)) rsForEach(::rs_script script, in rsForEach() function 763 void __attribute__((overloadable)) rsForEach(::rs_script script, in rsForEach() function 773 void __attribute__((overloadable)) rsForEach(::rs_script script, in rsForEach() function
|