Home
last modified time | relevance | path

Searched refs:HotTileMgr (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtilemgr.cpp91 HOTTILE* HotTileMgr::GetHotTile(SWR_CONTEXT* pContext, in GetHotTile()
213 HOTTILE* HotTileMgr::GetHotTileNoLoad(SWR_CONTEXT* pContext, in GetHotTileNoLoad()
247 void HotTileMgr::ClearColorHotTile( in ClearColorHotTile()
283 void HotTileMgr::ClearDepthHotTile( in ClearDepthHotTile()
307 void HotTileMgr::ClearStencilHotTile(const HOTTILE* pHotTile) in ClearStencilHotTile()
340 void HotTileMgr::InitializeHotTiles(SWR_CONTEXT* pContext, in InitializeHotTiles()
Dtilemgr.h267 class HotTileMgr
270 HotTileMgr() in HotTileMgr() function
286 ~HotTileMgr() in ~HotTileMgr()
Dcontext.h478 class HotTileMgr; variable
532 HotTileMgr* pHotTileMgr;
Dapi.cpp217 pContext->pHotTileMgr = new HotTileMgr(); in SwrCreateContext()