HomeSort by relevance Sort by last modified time
    Searched defs:fep (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/cpu_ref/
rsCpuCore.h 76 // Points to MTLaunchStructForEach::fep::dim or
83 RsExpandKernelDriverInfo fep; member in struct:android::renderscript::MTLaunchStructForEach
rsCpuCore.cpp 337 // fep - The forEach parameters (driver info structure)
339 static inline void FepPtrSetup(const MTLaunchStructForEach *mtls, RsExpandKernelDriverInfo *fep,
344 for (uint32_t i = 0; i < fep->inLen; i++) {
345 fep->inPtr[i] = (const uint8_t *)mtls->ains[i]->getPointerUnchecked(x, y, z, lod, face, a1, a2, a3, a4);
348 fep->outPtr[0] = (uint8_t *)mtls->aout[0]->getPointerUnchecked(x, y, z, lod, face, a1, a2, a3, a4);
395 RsExpandKernelDriverInfo fep = mtls->fep; local
396 fep.lid = idx;
402 if (!SelectOuterSlice(mtls, &fep, slice)) {
406 for (fep.current.y = mtls->start.y; fep.current.y < mtls->end.y
422 RsExpandKernelDriverInfo fep = mtls->fep; local
447 RsExpandKernelDriverInfo fep = mtls->fep; local
    [all...]

Completed in 1213 milliseconds