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

  /frameworks/rs/cpu_ref/
rsCpuIntrinsic.cpp 111 const Allocation ** ains,
123 preLaunch(slot, ains[0], aout, usr, usrLen, sc);
125 forEachMtlsSetup(ains, inLen, aout, usr, usrLen, sc, &mtls);
133 mCtx->launchThreads(ains, inLen, aout, sc, &mtls);
136 postLaunch(slot, ains[0], aout, usr, usrLen, sc);
rsCpuScript.cpp 904 void RsdCpuScriptImpl::forEachMtlsSetup(const Allocation ** ains, uint32_t inLen,
913 if (ains != NULL) {
915 const Allocation* ain = ains[index];
929 if (ains != NULL) {
930 const Allocation *ain0 = ains[0];
938 if (!ain0->hasSameDims(ains[Index])) {
958 if (ains != NULL && aout != NULL) {
959 if (!ains[0]->hasSameDims(aout)) {
    [all...]
rsCpuCore.h 116 const Allocation ** ains; member in struct:android::renderscript::__anon39022
144 void launchThreads(const Allocation** ains, uint32_t inLen, Allocation* aout,
rsCpuScript.h 81 const Allocation** ains,
107 void forEachMtlsSetup(const Allocation ** ains, uint32_t inLen,
rsd_cpu.h 80 const Allocation** ains,
rsCpuCore.cpp 482 void RsdCpuReferenceImpl::launchThreads(const Allocation** ains, uint32_t inLen, Allocation* aout,
  /frameworks/rs/
rsScriptIntrinsic.h 53 const Allocation** ains,
rsScriptIntrinsic.cpp 72 const Allocation** ains,
79 rsc->mHal.funcs.script.invokeForEachMulti(rsc, this, slot, ains, inLen, aout, usr, usrBytes, sc);
rsScriptC.h 55 const Allocation ** ains,
rsScript.h 121 const Allocation** ains,
rsScript.cpp 222 Allocation **ains = (Allocation**)(vains); local
225 const_cast<const Allocation **>(ains), inLen,
rsScriptC.cpp 189 const Allocation ** ains,
213 rsc->mHal.funcs.script.invokeForEachMulti(rsc, this, slot, ains, inLen, aout, usr, usrBytes, sc);
rs_hal.h 155 const Allocation ** ains,
rs.spec 301 param RsAllocation * ains
  /frameworks/base/rs/java/android/renderscript/
Script.java 190 protected void forEach(int slot, Allocation[] ains, Allocation aout, FieldPacker v) {
191 forEach(slot, ains, aout, v, new LaunchOptions());
199 protected void forEach(int slot, Allocation[] ains, Allocation aout, FieldPacker v, LaunchOptions sc) {
202 for (Allocation ain : ains) {
207 if (ains == null && aout == null) {
213 forEach(slot, ains, aout, v);
217 long[] in_ids = new long[ains.length];
218 for (int index = 0; index < ains.length; ++index) {
219 in_ids[index] = ains[index].getID(mRS);
RenderScript.java 639 native void rsnScriptForEachMultiClipped(long con, long id, int slot, long[] ains, long aout, byte[] params,
642 native void rsnScriptForEachMultiClipped(long con, long id, int slot, long[] ains, long aout,
646 synchronized void nScriptForEachMultiClipped(long id, int slot, long[] ains, long aout, byte[] params,
650 rsnScriptForEachMultiClipped(mContext, id, slot, ains, aout, xstart, xend, ystart, yend, zstart, zend);
652 rsnScriptForEachMultiClipped(mContext, id, slot, ains, aout, params, xstart, xend, ystart, yend, zstart, zend);
    [all...]
  /frameworks/rs/driver/
rsdBcc.cpp 83 const Allocation ** ains,
91 cs->invokeForEachMulti(slot, ains, inLen, aout, usr, usrLen, sc);
rsdBcc.h 49 const android::renderscript::Allocation ** ains,
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
code-load.js     [all...]

Completed in 148 milliseconds