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.cpp77 std::vector<KAFFINITY> threadMaskPerProcGroup; in CalculateProcessorTopology() local
114 if (procGroup >= threadMaskPerProcGroup.size()) in CalculateProcessorTopology()
116 threadMaskPerProcGroup.resize(procGroup + 1); in CalculateProcessorTopology()
119 if (threadMaskPerProcGroup[procGroup] & threadMask) in CalculateProcessorTopology()
130 threadMaskPerProcGroup[procGroup] |= (KAFFINITY(1) << threadId); in CalculateProcessorTopology()