Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dthreads.h41 uint32_t procGroupId; // Will always be 0 for non-Windows OS member
Dthreads.cpp248 void bindThread(SWR_CONTEXT* pContext, uint32_t threadId, uint32_t procGroupId = 0, bool bindProcGr… in bindThread() argument
259 affinity.Group = procGroupId; in bindThread()
722 bindThread(pContext, threadId, pThreadData->procGroupId, pThreadData->forceBindProcGroup); in workerThreadMain()
978 pPool->pThreadData[workerId].procGroupId = workerId % numProcGroups; in CreateThreadPool()
1023 pPool->pThreadData[workerId].procGroupId = core.procGroup; in CreateThreadPool()