Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp84 pContext->dsRing.Init(pContext->MAX_DRAWS_IN_FLIGHT); in SwrCreateContext()
95 pContext->dsRing[dc].pArena = new CachingArena(pContext->cachingArenaAllocator); in SwrCreateContext()
309 pCurDrawContext->pState = &pContext->dsRing[dsIndex]; in GetDrawContext()
400 delete pContext->dsRing[i].pArena; in SwrDestroyContext()
Dcontext.h473 RingBuffer<DRAW_STATE> dsRing; member