Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h399 void* pPrivateState; // Its required the driver sets this up for each draw. member
475 return pDC->pState->pPrivateState; in GetPrivateState()
Dapi.cpp361 pCurDrawContext->pState->pPrivateState = nullptr; in GetDrawContext()
1673 if (pState->pPrivateState == nullptr) in SwrGetPrivateContextState()
1675 pState->pPrivateState = pState->pArena->AllocAligned(pContext->privateStateSize, in SwrGetPrivateContextState()
1679 return pState->pPrivateState; in SwrGetPrivateContextState()