Home
last modified time | relevance | path

Searched defs:SWR_CONTEXT (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h442 struct SWR_CONTEXT struct
460 RingBuffer<DRAW_CONTEXT> dcRing;
462 DRAW_CONTEXT *pCurDrawContext; // This points to DC entry in ring for an unsubmitted draw.
463 …ntext; // This points to DC entry for the previous context submitted that we can copy state from.
465 MacroTileMgr* pMacroTileManagerArray;
466 DispatchQueue* pDispatchQueueArray;
473 RingBuffer<DRAW_STATE> dsRing;
475 uint32_t curStateId; // Current index to the next available entry in the DS ring.
477 uint32_t NumWorkerThreads;
478 uint32_t NumFEThreads;
[all …]