HomeSort by relevance Sort by last modified time
    Searched refs:NumWorkerThreads (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
threads.cpp 363 for (uint32_t i = 0; i < pContext->NumWorkerThreads; ++i)
    [all...]
api.cpp 137 pContext->ppScratch = new uint8_t*[pContext->NumWorkerThreads];
138 pContext->pStats = (SWR_STATS*)AlignedMalloc(sizeof(SWR_STATS) * pContext->NumWorkerThreads, 64);
142 pContext->pArContext = new HANDLE[pContext->NumWorkerThreads+1];
143 pContext->pArContext[pContext->NumWorkerThreads] = ArchRast::CreateThreadContext(ArchRast::AR_THREAD::API);
148 for (uint32_t i = 0; i < pContext->NumWorkerThreads; ++i)
169 pCreateInfo->hArEventManager = pContext->pArContext[pContext->NumWorkerThreads + 1];
358 pCurDrawContext->dynState.Reset(pContext->NumWorkerThreads);
409 for (uint32_t i = 0; i < pContext->NumWorkerThreads; ++i)
    [all...]
context.h 477 uint32_t NumWorkerThreads;
527 #define AR_API_CTX pContext->pArContext[pContext->NumWorkerThreads]

Completed in 359 milliseconds