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.h508 HANDLE* pArContext; member
515 #define AR_WORKER_CTX pContext->pArContext[workerId]
516 #define AR_API_CTX pContext->pArContext[pContext->NumWorkerThreads]
Dapi.cpp116 pContext->pArContext = new HANDLE[pContext->NumWorkerThreads+1]; in SwrCreateContext()
117 …pContext->pArContext[pContext->NumWorkerThreads] = ArchRast::CreateThreadContext(ArchRast::AR_THRE… in SwrCreateContext()
137 pContext->pArContext[i] = ArchRast::CreateThreadContext(ArchRast::AR_THREAD::WORKER); in SwrCreateContext()
391 ArchRast::DestroyThreadContext(pContext->pArContext[i]); in SwrDestroyContext()