HomeSort by relevance Sort by last modified time
    Searched refs:dsRing (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
context.h 465 RingBuffer<DRAW_STATE> dsRing;
api.cpp 79 pContext->dsRing.Init(KNOB_MAX_DRAWS_IN_FLIGHT);
90 pContext->dsRing[dc].pArena = new CachingArena(pContext->cachingArenaAllocator);
281 pCurDrawContext->pState = &pContext->dsRing[dsIndex];
373 delete pContext->dsRing[i].pArena;
    [all...]

Completed in 89 milliseconds