Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dthreads.cpp919 uint32_t numHWCoresPerNode = (uint32_t)nodes[0].cores.size(); in CreateThreadPool() local
926 if ((numHWCoresPerNode * numHWHyperThreads) > 32) in CreateThreadPool()
928 numHWCoresPerNode = 32 / numHWHyperThreads; in CreateThreadPool()
945 uint32_t numCoresPerNode = numHWCoresPerNode; in CreateThreadPool()