Lines Matching refs:aout

557                                        const Allocation * aout,  in reduceMtlsSetup()  argument
560 rsAssert(ains && (inLen >= 1) && aout); in reduceMtlsSetup()
572 if (allocationLODIsNull(aout)) { in reduceMtlsSetup()
610 mtls->redp.outPtr[0] = (uint8_t *)aout->mHal.drvState.lod[0].mallocPtr; in reduceMtlsSetup()
611 mtls->redp.outStride[0] = aout->getType()->getElementSizeBytes(); in reduceMtlsSetup()
628 Allocation * aout, in forEachMtlsSetup() argument
649 if (allocationLODIsNull(aout)) { in forEachMtlsSetup()
677 } else if (aout != nullptr) { in forEachMtlsSetup()
678 const Type *outType = aout->getType(); in forEachMtlsSetup()
694 if (inLen > 0 && aout != nullptr) { in forEachMtlsSetup()
695 if (ains[0] && !ains[0]->hasSameDims(aout)) { in forEachMtlsSetup()
714 mtls->aout[0] = aout; in forEachMtlsSetup()
736 if (aout != nullptr) { in forEachMtlsSetup()
737 mtls->fep.outPtr[0] = (uint8_t *)aout->mHal.drvState.lod[0].mallocPtr; in forEachMtlsSetup()
738 mtls->fep.outStride[0] = aout->getType()->getElementSizeBytes(); in forEachMtlsSetup()
749 Allocation * aout, in invokeForEach() argument
756 if (forEachMtlsSetup(ains, inLen, aout, usr, usrLen, sc, &mtls)) { in invokeForEach()
760 mCtx->launchForEach(ains, inLen, aout, sc, &mtls); in invokeForEach()
767 Allocation *aout, in invokeReduce() argument
771 if (reduceMtlsSetup(ains, inLen, aout, sc, &mtls)) { in invokeReduce()
774 mCtx->launchReduce(ains, inLen, aout, &mtls); in invokeReduce()
998 uint32_t inLen, Allocation * aout, in preLaunch() argument
1003 uint32_t inLen, Allocation * aout, in postLaunch() argument