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.cpp137 pContext->ppScratch = new uint8_t*[pContext->NumWorkerThreads]; in SwrCreateContext()
138 … pContext->pStats = (SWR_STATS*)AlignedMalloc(sizeof(SWR_STATS) * pContext->NumWorkerThreads, 64); in SwrCreateContext()
142 pContext->pArContext = new HANDLE[pContext->NumWorkerThreads+1]; in SwrCreateContext()
143 …pContext->pArContext[pContext->NumWorkerThreads] = ArchRast::CreateThreadContext(ArchRast::AR_THRE… in SwrCreateContext()
148 for (uint32_t i = 0; i < pContext->NumWorkerThreads; ++i) in SwrCreateContext()
169 pCreateInfo->hArEventManager = pContext->pArContext[pContext->NumWorkerThreads + 1]; in SwrCreateContext()
358 pCurDrawContext->dynState.Reset(pContext->NumWorkerThreads); in GetDrawContext()
409 for (uint32_t i = 0; i < pContext->NumWorkerThreads; ++i) in SwrDestroyContext()
Dthreads.cpp363 for (uint32_t i = 0; i < pContext->NumWorkerThreads; ++i) in UpdateClientStats()
1034 pContext->NumWorkerThreads = 1; in CreateThreadPool()
1092 pContext->NumWorkerThreads = pPool->numThreads; in CreateThreadPool()
1215 SWR_ASSERT(workerId == pContext->NumWorkerThreads); in CreateThreadPool()
1230 for (uint32_t workerId = 0; workerId < pContext->NumWorkerThreads; ++workerId) in StartThreadPool()
Dcontext.h477 uint32_t NumWorkerThreads; member
527 #define AR_API_CTX pContext->pArContext[pContext->NumWorkerThreads]