Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dthreads.cpp920 uint32_t numHWHyperThreads = (uint32_t)nodes[0].cores[0].threadIds.size(); in CreateThreadPool() local
926 if ((numHWCoresPerNode * numHWHyperThreads) > 32) in CreateThreadPool()
928 numHWCoresPerNode = 32 / numHWHyperThreads; in CreateThreadPool()
946 uint32_t numHyperThreads = numHWHyperThreads; in CreateThreadPool()
1055 numAPIThreadsPerCore = std::min(numAPIThreadsPerCore, numHWHyperThreads); in CreateThreadPool()
1059 numAPIThreadsPerCore = numHWHyperThreads; in CreateThreadPool()