Searched refs:getThreadCount (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBlur.cpp437 mScratch = new void *[mCtx->getThreadCount()];
438 mScratchSize = new size_t[mCtx->getThreadCount()];
439 memset(mScratch, 0, sizeof(void *) * mCtx->getThreadCount());
440 memset(mScratchSize, 0, sizeof(size_t) * mCtx->getThreadCount());
446 uint32_t threads = mCtx->getThreadCount();
H A DrsCpuIntrinsicHistogram.cpp104 const uint32_t threads = mCtx->getThreadCount();
150 uint32_t threads = mCtx->getThreadCount();
297 mSums = new int[256 * 4 * mCtx->getThreadCount()];
H A DrsCpuCore.h137 uint32_t getThreadCount() const { function in class:android::renderscript::RsdCpuReferenceImpl

Completed in 53 milliseconds