Home | History | Annotate | Download | only in cpu_ref

Lines Matching full:aout

546                                        const Allocation * aout,
549 rsAssert(ains && (inLen >= 1) && aout);
561 if (allocationLODIsNull(aout)) {
599 mtls->redp.outPtr[0] = (uint8_t *)aout->mHal.drvState.lod[0].mallocPtr;
600 mtls->redp.outStride[0] = aout->getType()->getElementSizeBytes();
617 Allocation * aout,
638 if (allocationLODIsNull(aout)) {
666 } else if (aout != nullptr) {
667 const Type *outType = aout->getType();
683 if (inLen > 0 && aout != nullptr) {
684 if (ains[0] && !ains[0]->hasSameDims(aout)) {
703 mtls->aout[0] = aout;
725 if (aout != nullptr) {
726 mtls->fep.outPtr[0] = (uint8_t *)aout->mHal.drvState.lod[0].mallocPtr;
727 mtls->fep.outStride[0] = aout->getType()->getElementSizeBytes();
738 Allocation * aout,
745 if (forEachMtlsSetup(ains, inLen, aout, usr, usrLen, sc, &mtls)) {
749 mCtx->launchForEach(ains, inLen, aout, sc, &mtls);
756 Allocation *aout,
760 if (reduceMtlsSetup(ains, inLen, aout, sc, &mtls)) {
763 mCtx->launchReduce(ains, inLen, aout, &mtls);
987 uint32_t inLen, Allocation * aout,
992 uint32_t inLen, Allocation * aout,