Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dthreads.h45 uint32_t htId; // Hyperthread id member
Dthreads.cpp779 workerId, pThreadData->numaId, pThreadData->coreId, pThreadData->htId); in workerThreadMain()
1115 pPool->pThreadData[workerId].htId = 0; in CreateThreadPool()
1176 … pPool->pApiThreadData[numReservedThreads].htId = t + pContext->threadInfo.BASE_THREAD; in CreateThreadPool()
1189 … pPool->pApiThreadData[numReservedThreads].htId = t + pContext->threadInfo.BASE_THREAD; in CreateThreadPool()
1204 pPool->pThreadData[workerId].htId = t + pContext->threadInfo.BASE_THREAD; in CreateThreadPool()