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.h355 void* pPrivateState; // Its required the driver sets this up for each draw. member
429 return pDC->pState->pPrivateState; in GetPrivateState()
Dapi.cpp298 pCurDrawContext->pState->pPrivateState = nullptr; in GetDrawContext()
1535 if (pState->pPrivateState == nullptr) in SwrGetPrivateContextState()
1537 …pState->pPrivateState = pState->pArena->AllocAligned(pContext->privateStateSize, KNOB_SIMD_WIDTH*s… in SwrGetPrivateContextState()
1540 return pState->pPrivateState; in SwrGetPrivateContextState()