Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp162 pContext->ppScratch = new uint8_t*[pContext->NumWorkerThreads]; in SwrCreateContext()
164 (SWR_STATS*)AlignedMalloc(sizeof(SWR_STATS) * pContext->NumWorkerThreads, 64); in SwrCreateContext()
168 pContext->pArContext = new HANDLE[pContext->NumWorkerThreads + 1]; in SwrCreateContext()
169 pContext->pArContext[pContext->NumWorkerThreads] = in SwrCreateContext()
181 for (uint32_t i = 0; i < pContext->NumWorkerThreads; ++i) in SwrCreateContext()
210 pCreateInfo->hArEventManager = pContext->pArContext[pContext->NumWorkerThreads]; in SwrCreateContext()
393 pCurDrawContext->dynState.Reset(pContext->NumWorkerThreads); in GetDrawContext()
444 for (uint32_t i = 0; i < pContext->NumWorkerThreads; ++i) in SwrDestroyContext()
Dcontext.h516 uint32_t NumWorkerThreads; member
585 #define AR_API_CTX pDC->pContext->pArContext[pContext->NumWorkerThreads]
Dthreads.cpp417 for (uint32_t i = 0; i < pContext->NumWorkerThreads; ++i) in UpdateClientStats()
1137 pContext->NumWorkerThreads = 1; in CreateThreadPool()
1201 pContext->NumWorkerThreads = pPool->numThreads; in CreateThreadPool()
1367 SWR_ASSERT(workerId == pContext->NumWorkerThreads); in CreateThreadPool()
1382 for (uint32_t workerId = 0; workerId < pContext->NumWorkerThreads; ++workerId) in StartThreadPool()