Searched refs:fep (Results 1 - 8 of 8) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp328 // fep - The forEach parameters (driver info structure)
330 static inline void FepPtrSetup(const MTLaunchStructForEach *mtls, RsExpandKernelDriverInfo *fep, argument
336 // fep->inLen can be 1 with mtls->ains[0] being null.
338 for (uint32_t i = 0; i < fep->inLen; i++) {
340 rsAssert(fep->inLen == 1);
343 fep->inPtr[i] = (const uint8_t *)mtls->ains[i]->getPointerUnchecked(x, y, z, lod, face, a1, a2, a3, a4);
346 fep->outPtr[0] = (uint8_t *)mtls->aout[0]->getPointerUnchecked(x, y, z, lod, face, a1, a2, a3, a4);
393 RsExpandKernelDriverInfo fep = mtls->fep; local
394 fep
420 RsExpandKernelDriverInfo fep = mtls->fep; local
445 RsExpandKernelDriverInfo fep = mtls->fep; local
[all...]
H A DrsCpuIntrinsic.cpp102 mtls.fep.slot = slot;
105 mtls.fep.usr = this;
118 mtls->fep.slot = slot;
120 mtls->fep.usr = this;
H A DrsCpuScript.cpp638 mtls->dimPtr = &mtls->fep.dim;
664 mtls->fep.dim.x = inType->getDimX();
665 mtls->fep.dim.y = inType->getDimY();
666 mtls->fep.dim.z = inType->getDimZ();
679 mtls->fep.dim.x = outType->getDimX();
680 mtls->fep.dim.y = outType->getDimY();
681 mtls->fep.dim.z = outType->getDimZ();
684 mtls->fep.dim.x = sc->xEnd;
685 mtls->fep.dim.y = sc->yEnd;
686 mtls->fep
[all...]
H A DrsCpuScriptGroup.cpp227 si->preLaunch(slot, ains, inLen, outs[ct], mtls.fep.usr,
228 mtls.fep.usrLen, nullptr);
264 usrPtrs.push_back(mtls.fep.usr);
265 sigs.push_back(mtls.fep.usrLen);
267 mtls.fep.usr, mtls.fep.usrLen, nullptr);
282 mtls.fep.usr = &sl;
H A DrsCpuIntrinsic.h29 RsExpandKernelDriverInfo fep; member in struct:android::renderscript::MTLaunchStructForEachBlas
H A DrsCpuCore.h78 // Points to MTLaunchStructForEach::fep::dim or
85 RsExpandKernelDriverInfo fep; member in struct:android::renderscript::MTLaunchStructForEach
H A DrsCpuScriptGroup2.cpp657 mtls.fep.usr = nullptr;
690 mtls.fep.usr = &mClosures;
H A DrsCpuIntrinsicBLAS.cpp97 mtls->dimPtr = &mtls->fep.dim;
98 mtls->fep.dim.x = nn;
99 mtls->fep.dim.y = mm;
100 mtls->fep.dim.z = kk;

Completed in 3579 milliseconds