Home
last modified time | relevance | path

Searched refs:pThreadData (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dthreads.cpp763 THREAD_DATA *pThreadData = (THREAD_DATA*)pData; in workerThreadMain() local
764 SWR_CONTEXT *pContext = pThreadData->pContext; in workerThreadMain()
765 uint32_t threadId = pThreadData->threadId; in workerThreadMain()
766 uint32_t workerId = pThreadData->workerId; in workerThreadMain()
768 bindThread(pContext, threadId, pThreadData->procGroupId, pThreadData->forceBindProcGroup); in workerThreadMain()
779 workerId, pThreadData->numaId, pThreadData->coreId, pThreadData->htId); in workerThreadMain()
786 uint32_t numaNode = pThreadData->numaId - pContext->threadInfo.BASE_NUMA_NODE; in workerThreadMain()
1094 pPool->pThreadData = new (std::nothrow) THREAD_DATA[pPool->numThreads]; in CreateThreadPool()
1095 SWR_ASSERT(pPool->pThreadData); in CreateThreadPool()
1110 pPool->pThreadData[workerId].workerId = workerId; in CreateThreadPool()
[all …]
Dthreads.h57 THREAD_DATA *pThreadData; member
Dapi.cpp151 uint32_t numaNode = pContext->threadPool.pThreadData ? in SwrCreateContext()
152 pContext->threadPool.pThreadData[i].numaId : 0; in SwrCreateContext()