Home
last modified time | relevance | path

Searched refs:targetByteChunk (Results 1 – 1 of 1) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuCore.cpp843 const size_t targetByteChunk = 16 * 1024; in launchForEach() local
857 s2 = targetByteChunk / mtls->aout[0]->mHal.drvState.lod[0].stride; in launchForEach()
859 s2 = targetByteChunk / mtls->ains[0]->mHal.drvState.lod[0].stride; in launchForEach()
879 s2 = targetByteChunk / mtls->aout[0]->getType()->getElementSizeBytes(); in launchForEach()
881 s2 = targetByteChunk / mtls->ains[0]->getType()->getElementSizeBytes(); in launchForEach()