Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dthreads.cpp72 std::vector<KAFFINITY> threadMaskPerProcGroup; in CalculateProcessorTopology() local
110 if (procGroup >= threadMaskPerProcGroup.size()) in CalculateProcessorTopology()
112 threadMaskPerProcGroup.resize(procGroup + 1); in CalculateProcessorTopology()
115 if (threadMaskPerProcGroup[procGroup] & threadMask) in CalculateProcessorTopology()
126 threadMaskPerProcGroup[procGroup] |= (KAFFINITY(1) << threadId); in CalculateProcessorTopology()