Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h519 HANDLE* pArContext; member
526 #define AR_WORKER_CTX pContext->pArContext[workerId]
527 #define AR_API_CTX pContext->pArContext[pContext->NumWorkerThreads]
Dapi.cpp142 pContext->pArContext = new HANDLE[pContext->NumWorkerThreads+1]; in SwrCreateContext()
143 …pContext->pArContext[pContext->NumWorkerThreads] = ArchRast::CreateThreadContext(ArchRast::AR_THRE… in SwrCreateContext()
163 pContext->pArContext[i] = ArchRast::CreateThreadContext(ArchRast::AR_THREAD::WORKER); in SwrCreateContext()
169 pCreateInfo->hArEventManager = pContext->pArContext[pContext->NumWorkerThreads + 1]; in SwrCreateContext()
418 ArchRast::DestroyThreadContext(pContext->pArContext[i]); in SwrDestroyContext()