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.cpp309 uint32_t procGroupId = 0, in bindThread() argument
322 affinity.Group = procGroupId; in bindThread()
847 bindThread(pContext, 0, threadData.procGroupId, true); in BindApiThread()
855 pContext, threadData.threadId, threadData.procGroupId, threadData.forceBindProcGroup); in BindApiThread()
866 bindThread(pContext, threadId, pThreadData->procGroupId, pThreadData->forceBindProcGroup); in workerThreadMain()
1255 pPool->pThreadData[workerId].procGroupId = workerId % numProcGroups; in CreateThreadPool()
1316 pPool->pApiThreadData[numReservedThreads].procGroupId = core.procGroup; in CreateThreadPool()
1331 pPool->pApiThreadData[numReservedThreads].procGroupId = core.procGroup; in CreateThreadPool()
1350 pPool->pThreadData[workerId].procGroupId = core.procGroup; in CreateThreadPool()
Dthreads.h43 uint32_t procGroupId; // Will always be 0 for non-Windows OS member