Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dthreads.cpp864 uint32_t numHyperThreads = numHWHyperThreads; in CreateThreadPool() local
878 numHyperThreads = std::min(numHyperThreads, pContext->threadInfo.MAX_THREADS_PER_CORE); in CreateThreadPool()
893 uint32_t numThreads = numNodes * numCoresPerNode * numHyperThreads; in CreateThreadPool()
913 else if (numHyperThreads < numHWHyperThreads) in CreateThreadPool()
915 numHyperThreads++; in CreateThreadPool()
1007 for (uint32_t t = 0; t < numHyperThreads; ++t) in CreateThreadPool()