HomeSort by relevance Sort by last modified time
    Searched refs:getThreadCount (Results 1 - 3 of 3) sorted by null

  /frameworks/rs/cpu_ref/
rsCpuIntrinsicHistogram.cpp 94 const uint32_t threads = mCtx->getThreadCount();
126 uint32_t threads = mCtx->getThreadCount();
215 mSums = new int[256 * 4 * mCtx->getThreadCount()];
rsCpuCore.h 93 uint32_t getThreadCount() const {
rsCpuIntrinsicBlur.cpp 408 mScratch = new void *[mCtx->getThreadCount()];
409 mScratchSize = new size_t[mCtx->getThreadCount()];
415 uint32_t threads = mCtx->getThreadCount();

Completed in 31 milliseconds