HomeSort by relevance Sort by last modified time
    Searched refs:rsForEach (Results 1 - 14 of 14) sorted by null

  /frameworks/rs/tests/lldb/java/SingleSource/src/rs/
rs_single_source.rs 51 rsForEach(kernel_1, out, in1);
56 rsForEach(kernel_2, out, in1, in2);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
single_source_script.rs 36 rsForEach(foo, in, out);
40 rsForEach(goo, in1, in2, out);
63 rsForEach(foo, in, out);
single_source_alloc.rs 117 if (vecSize == 1) rsForEach(verify_##CT, gAlloc); \
118 else if (vecSize == 2) rsForEach(verify_##CT##2, gAlloc); \
119 else if (vecSize == 3) rsForEach(verify_##CT##3, gAlloc); \
120 else if (vecSize == 4) rsForEach(verify_##CT##4, gAlloc); \
  /frameworks/rs/script_api/include/
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...]
  /prebuilts/sdk/renderscript/include/
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/
global.rsh 36 rsForEach(T##_kernel1, a, a); \
53 rsForEach(T##_kernel2, a, a); \
  /frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
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);
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/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
single_source_script.rs 92 rsForEach(foo, in, out);
93 rsForEach(foo, out, out);
102 rsForEach(goo, in, out, out);
single_source_alloc.rs 36 // using rsForEach is relaxed, make the kernel not return its input.
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/script_api/
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 &nbsp;&nbsp;rsForEach(square, ain, aout);<br/>
134 function: rsForEach
144 function: rsForEach
156 function: rsForEach
167 function: rsForEach
176 function: rsForEach
    [all...]
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 676 rsForEach(::rs_script script, ::rs_allocation in, ::rs_allocation out,
684 rsForEach(::rs_script script, ::rs_allocation in, ::rs_allocation out,
692 rsForEach(::rs_script script, ::rs_allocation in, ::rs_allocation out) {
701 rsForEach(::rs_script script, ::rs_allocation in, ::rs_allocation out,
709 rsForEach(::rs_script script, ::rs_allocation in, ::rs_allocation out,
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 734 void __attribute__((overloadable)) rsForEach(::rs_script script,
744 void __attribute__((overloadable)) rsForEach(::rs_script script,
753 void __attribute__((overloadable)) rsForEach(::rs_script script,
763 void __attribute__((overloadable)) rsForEach(::rs_script script,
773 void __attribute__((overloadable)) rsForEach(::rs_script script,
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
apitest.rs 1140 rsForEach(dummyKernel, allocNonNull, allocNonNull);
    [all...]

Completed in 171 milliseconds