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.cpp757 … bindThread(pContext, threadData.threadId, threadData.procGroupId, threadData.forceBindProcGroup); in BindApiThread()
768 bindThread(pContext, threadId, pThreadData->procGroupId, pThreadData->forceBindProcGroup); in workerThreadMain()
1117 pPool->pThreadData[workerId].forceBindProcGroup = bForceBindProcGroup; in CreateThreadPool()
1178 pPool->pApiThreadData[numReservedThreads].forceBindProcGroup = false; in CreateThreadPool()
1191 pPool->pApiThreadData[numReservedThreads].forceBindProcGroup = false; in CreateThreadPool()
1206 pPool->pThreadData[workerId].forceBindProcGroup = false; in CreateThreadPool()
Dthreads.h48 bool forceBindProcGroup; // Only useful when MAX_WORKER_THREADS is set. member