Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dthreads.h51 bool forceBindProcGroup; // Only useful when MAX_WORKER_THREADS is set. member
Dthreads.cpp855 pContext, threadData.threadId, threadData.procGroupId, threadData.forceBindProcGroup); in BindApiThread()
866 bindThread(pContext, threadId, pThreadData->procGroupId, pThreadData->forceBindProcGroup); in workerThreadMain()
1261 pPool->pThreadData[workerId].forceBindProcGroup = bForceBindProcGroup; in CreateThreadPool()
1325 pPool->pApiThreadData[numReservedThreads].forceBindProcGroup = false; in CreateThreadPool()
1341 pPool->pApiThreadData[numReservedThreads].forceBindProcGroup = false; in CreateThreadPool()
1358 pPool->pThreadData[workerId].forceBindProcGroup = false; in CreateThreadPool()