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.h362 void* pPrivateState; // Its required the driver sets this up for each draw. member
437 return pDC->pState->pPrivateState; in GetPrivateState()
Dapi.cpp326 pCurDrawContext->pState->pPrivateState = nullptr; in GetDrawContext()
1623 if (pState->pPrivateState == nullptr) in SwrGetPrivateContextState()
1625 …pState->pPrivateState = pState->pArena->AllocAligned(pContext->privateStateSize, KNOB_SIMD_WIDTH*s… in SwrGetPrivateContextState()
1628 return pState->pPrivateState; in SwrGetPrivateContextState()