Searched refs:bindThread (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | threads.cpp | 257 void bindThread(SWR_CONTEXT* pContext, uint32_t threadId, uint32_t procGroupId = 0, bool bindProcGr… in bindThread() function 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()
|