Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dthreads.cpp1028 uint32_t numRemovedThreads = 0; in CreateThreadPool() local
1062 numRemovedThreads = numAPIReservedThreads; in CreateThreadPool()
1066numRemovedThreads = std::max(1U, (numRemovedThreads + numAPIThreadsPerCore - 1) / 2); in CreateThreadPool()
1069 numThreads -= numRemovedThreads; in CreateThreadPool()
1166 if (numRemovedThreads) in CreateThreadPool()
1168 --numRemovedThreads; in CreateThreadPool()