HomeSort by relevance Sort by last modified time
    Searched refs:procGroupId (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
threads.h 41 uint32_t procGroupId; // Will always be 0 for non-Windows OS
threads.cpp 248 void bindThread(SWR_CONTEXT* pContext, uint32_t threadId, uint32_t procGroupId = 0, bool bindProcGroup=false)
259 affinity.Group = procGroupId;
722 bindThread(pContext, threadId, pThreadData->procGroupId, pThreadData->forceBindProcGroup);
978 pPool->pThreadData[workerId].procGroupId = workerId % numProcGroups;
    [all...]

Completed in 1093 milliseconds