Searched refs:aout (Results 26 - 50 of 76) sorted by relevance

1234

/frameworks/rs/tests/cppstrided/
H A Dcompute.cpp36 sp<Allocation> aout = Allocation::createTyped(rs, t); local
54 sc->forEach_multiply(ain, aout);
56 aout->copy2DStridedTo(buf, stride * sizeof(uint32_t));
73 aout.clear();
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicConvolve3x3.java113 * @param aout Output allocation. Must match creation element
116 public void forEach(Allocation aout) { argument
117 forEach(0, (Allocation) null, aout, null);
124 * @param aout Output allocation. Must match creation element
128 public void forEach(Allocation aout, Script.LaunchOptions opt) { argument
129 forEach(0, (Allocation) null, aout, null, opt);
H A DScriptIntrinsicConvolve5x5.java116 * @param aout Output allocation. Must match creation element
119 public void forEach(Allocation aout) { argument
120 forEach(0, (Allocation) null, aout, null);
127 * @param aout Output allocation. Must match creation element
131 public void forEach(Allocation aout, Script.LaunchOptions opt) { argument
132 forEach(0, (Allocation) null, aout, null, opt);
H A DScriptIntrinsicColorMatrix.java199 * aout.
202 * @param aout Output allocation
204 public void forEach(Allocation ain, Allocation aout) { argument
205 forEach(0, ain, aout, null);
221 * @param aout Output allocation
224 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { argument
237 if (!aout.getElement().isCompatible(Element.U8(mRS)) &&
238 !aout.getElement().isCompatible(Element.U8_2(mRS)) &&
239 !aout.getElement().isCompatible(Element.U8_3(mRS)) &&
240 !aout
[all...]
H A DScript.java39 * e.g. foreach(ain, aout), setVar(ain);
242 * @param aout
245 protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v) { argument
246 if (ain == null && aout == null) {
248 "At least one of ain or aout is required to be non-null.");
255 if (aout != null) {
256 out_id = aout.getID(mRS);
266 long aoutInc = getDummyAlloc(aout);
278 * @param aout
282 protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacke argument
324 forEach(int slot, Allocation[] ains, Allocation aout, FieldPacker v) argument
334 forEach(int slot, Allocation[] ains, Allocation aout, FieldPacker v, LaunchOptions sc) argument
390 reduce(int slot, Allocation[] ains, Allocation aout, LaunchOptions sc) argument
[all...]
H A DScriptIntrinsic3DLUT.java92 * and copy to aout.
95 * @param aout Output allocation
97 public void forEach(Allocation ain, Allocation aout) { argument
98 forEach(0, ain, aout, null);
H A DScriptIntrinsicBlur.java97 * @param aout Output allocation. Must match creation element
100 public void forEach(Allocation aout) { argument
101 forEach(0, (Allocation) null, aout, null);
H A DScriptIntrinsicLUT.java130 * and copy to aout.
133 * @param aout Output allocation
135 public void forEach(Allocation ain, Allocation aout) { argument
140 forEach(0, ain, aout, null);
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicColorMatrix.java222 * @param aout Output allocation
224 public void forEach(Allocation ain, Allocation aout) { argument
225 forEach(ain, aout, null);
241 * @param aout Output allocation
244 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { argument
257 if (!aout.getElement().isCompatible(Element.U8(mRS)) &&
258 !aout.getElement().isCompatible(Element.U8_2(mRS)) &&
259 !aout.getElement().isCompatible(Element.U8_3(mRS)) &&
260 !aout.getElement().isCompatible(Element.U8_4(mRS)) &&
261 !aout
[all...]
H A DScript.java171 protected void forEach(int slot, Allocation ain, Allocation aout, argument
173 forEach(slot, ain, aout, v, null);
180 protected void forEach(int slot, Allocation ain, Allocation aout, argument
185 mRS.validateObject(aout);
187 if (ain == null && aout == null && sc == null) {
199 if (aout != null) {
200 out_id = aout.getID(mRS);
226 protected void forEach(int slot, Allocation[] ains, Allocation aout, argument
230 forEach(slot, ains, aout, v, null);
236 protected void forEach(int slot, Allocation[] ains, Allocation aout, argument
292 reduce(int slot, Allocation[] ains, Allocation aout, LaunchOptions sc) argument
[all...]
H A DScriptIntrinsicHistogram.java137 * @param aout The output allocation
139 public void setOutput(Allocation aout) { argument
140 mOut = aout;
159 setVar(1, aout);
/frameworks/rs/tests/latency/
H A Dlatency.cpp71 sp<Allocation> aout = Allocation::createTyped(rs, t); local
80 sc->forEach_root(ain, aout);
95 sc->forEach_root(ain, aout);
96 aout->copy1DTo(buf);
110 aout.clear();
/frameworks/rs/cpu_ref/
H A DrsCpuScript.h48 uint32_t inLen, Allocation * aout, const void * usr,
51 uint32_t inLen, Allocation * aout,
58 Allocation* aout,
65 Allocation* aout,
87 Allocation * aout, const void * usr, uint32_t usrLen,
93 bool reduceMtlsSetup(const Allocation ** ains, uint32_t inLen, const Allocation *aout,
H A DrsCpuIntrinsic.h37 Allocation * aout,
47 uint32_t inLen, Allocation * aout, const void * usr,
50 uint32_t inLen, Allocation * aout,
H A DrsCpuCore.h87 Allocation *aout[RS_KERNEL_INPUT_LIMIT]; member in struct:android::renderscript::MTLaunchStructForEach
165 void launchForEach(const Allocation **ains, uint32_t inLen, Allocation *aout,
169 void launchReduce(const Allocation ** ains, uint32_t inLen, Allocation *aout,
261 void launchReduceSerial(const Allocation ** ains, uint32_t inLen, Allocation *aout,
263 void launchReduceParallel(const Allocation ** ains, uint32_t inLen, Allocation *aout,
H A DrsCpuScript.cpp560 const Allocation * aout,
563 rsAssert(ains && (inLen >= 1) && aout);
575 if (allocationLODIsNull(aout)) {
613 mtls->redp.outPtr[0] = (uint8_t *)aout->mHal.drvState.lod[0].mallocPtr;
614 mtls->redp.outStride[0] = aout->getType()->getElementSizeBytes();
631 Allocation * aout,
652 if (allocationLODIsNull(aout)) {
674 } else if (aout != nullptr) {
675 const Type *outType = aout->getType();
691 if (inLen > 0 && aout !
558 reduceMtlsSetup(const Allocation ** ains, uint32_t inLen, const Allocation * aout, const RsScriptCall *sc, MTLaunchStructReduce *mtls) argument
629 forEachMtlsSetup(const Allocation ** ains, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc, MTLaunchStructForEach *mtls) argument
737 invokeForEach(uint32_t slot, const Allocation ** ains, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
756 invokeReduce(uint32_t slot, const Allocation ** ains, uint32_t inLen, Allocation *aout, const RsScriptCall *sc) argument
988 preLaunch(uint32_t slot, const Allocation ** ains, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
993 postLaunch(uint32_t slot, const Allocation ** ains, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
[all...]
/frameworks/native/cmds/cmd/
H A Dcmd.cpp63 aout << "cmd: no service specified; use -l to list all services" << endl;
70 aout << "Currently running services:" << endl;
75 aout << " " << services[i] << endl;
/frameworks/rs/cpp/
H A DScript.cpp29 void Script::forEach(uint32_t slot, sp<const Allocation> ain, sp<const Allocation> aout, argument
31 if ((ain == nullptr) && (aout == nullptr)) {
32 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "At least one of ain or aout is required to be non-null.");
35 void *out_id = BaseObj::getObjID(aout);
/frameworks/rs/
H A DrsScriptIntrinsic.cpp62 Allocation* aout,
68 aout, usr, usrBytes, sc);
73 Allocation *aout, const RsScriptCall *sc) {
58 runForEach(Context* rsc, uint32_t slot, const Allocation** ains, size_t inLen, Allocation* aout, const void* usr, size_t usrBytes, const RsScriptCall* sc) argument
71 runReduce(Context *rsc, uint32_t slot, const Allocation ** ains, size_t inLen, Allocation *aout, const RsScriptCall *sc) argument
H A DrsScriptC.h45 Allocation * aout,
52 Allocation *aout, const RsScriptCall *sc) override;
H A DrsScriptIntrinsic.h47 Allocation* aout,
54 Allocation *aout, const RsScriptCall *sc) override;
/frameworks/rs/driver/
H A DrsdBcc.cpp73 Allocation * aout,
79 rsdScriptInvokeForEachMulti(rsc, s, slot, nullptr, 0, aout, usr, usrLen,
84 rsdScriptInvokeForEachMulti(rsc, s, slot, ains, 1, aout, usr, usrLen,
94 Allocation * aout,
100 cs->invokeForEach(slot, ains, inLen, aout, usr, usrLen, sc);
130 Allocation *aout,
133 cs->invokeReduce(slot, ains, inLen, aout, sc);
69 rsdScriptInvokeForEach(const Context *rsc, Script *s, uint32_t slot, const Allocation * ain, Allocation * aout, const void * usr, size_t usrLen, const RsScriptCall *sc) argument
89 rsdScriptInvokeForEachMulti(const Context *rsc, Script *s, uint32_t slot, const Allocation ** ains, size_t inLen, Allocation * aout, const void * usr, size_t usrLen, const RsScriptCall *sc) argument
127 rsdScriptInvokeReduce(const Context *dc, Script *s, uint32_t slot, const Allocation ** ains, size_t inLen, Allocation *aout, const RsScriptCall *sc) argument
H A DrsdBcc.h41 android::renderscript::Allocation * aout,
51 android::renderscript::Allocation *aout,
59 android::renderscript::Allocation * aout,
/frameworks/native/cmds/dumpsys/
H A Ddumpsys.cpp157 aout << "Currently running services:" << endl;
163 aout << " " << services[i] << (skipped ? " (skipped)" : "") << endl;
191 aout << "------------------------------------------------------------"
193 aout << "DUMP OF SERVICE " << service_name << ":" << endl;
262 aout << endl << "*** SERVICE DUMP TIMEOUT EXPIRED ***" << endl << endl;
/frameworks/native/cmds/service/
H A Dservice.cpp106 aout << "Service " << argv[optind] <<
116 aout << "Found " << services.size() << " services:" << endl;
120 aout << i
276 aout << "Result: " << reply << endl;
299 aout << "Usage: service [-h|-?]\n"

Completed in 713 milliseconds

1234