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.cpp257 void bindThread(SWR_CONTEXT* pContext, uint32_t threadId, uint32_t procGroupId = 0, bool bindProcGr… in bindThread() argument
268 affinity.Group = procGroupId; in bindThread()
750 bindThread(pContext, 0, threadData.procGroupId, true); in BindApiThread()
757 … bindThread(pContext, threadData.threadId, threadData.procGroupId, threadData.forceBindProcGroup); in BindApiThread()
768 bindThread(pContext, threadId, pThreadData->procGroupId, pThreadData->forceBindProcGroup); in workerThreadMain()
1111 pPool->pThreadData[workerId].procGroupId = workerId % numProcGroups; in CreateThreadPool()
1172 pPool->pApiThreadData[numReservedThreads].procGroupId = core.procGroup; in CreateThreadPool()
1185 pPool->pApiThreadData[numReservedThreads].procGroupId = core.procGroup; in CreateThreadPool()
1200 pPool->pThreadData[workerId].procGroupId = core.procGroup; in CreateThreadPool()
Dthreads.h41 uint32_t procGroupId; // Will always be 0 for non-Windows OS member