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.cpp86 HOTTILE* HotTileMgr::GetHotTile(SWR_CONTEXT* pContext, DRAW_CONTEXT* pDC, uint32_t macroID, SWR_REN… in GetHotTile()
180 HOTTILE* HotTileMgr::GetHotTileNoLoad( in GetHotTileNoLoad()
212 void HotTileMgr::ClearColorHotTile(const HOTTILE* pHotTile) // clear a macro tile from float4 clea… in ClearColorHotTile()
246 void HotTileMgr::ClearDepthHotTile(const HOTTILE* pHotTile) // clear a macro tile from float4 clea… in ClearDepthHotTile()
268 void HotTileMgr::ClearStencilHotTile(const HOTTILE* pHotTile) in ClearStencilHotTile()
293 void HotTileMgr::ClearColorHotTile(const HOTTILE* pHotTile) // clear a macro tile from float4 clea… in ClearColorHotTile()
324 void HotTileMgr::ClearDepthHotTile(const HOTTILE* pHotTile) // clear a macro tile from float4 clea… in ClearDepthHotTile()
346 void HotTileMgr::ClearStencilHotTile(const HOTTILE* pHotTile) in ClearStencilHotTile()
379 void HotTileMgr::InitializeHotTiles(SWR_CONTEXT* pContext, DRAW_CONTEXT* pDC, uint32_t workerId, ui… in InitializeHotTiles()
Dtilemgr.h276 class HotTileMgr
279 HotTileMgr() in HotTileMgr() function
292 ~HotTileMgr() in ~HotTileMgr()
Dcontext.h440 class HotTileMgr; variable
492 HotTileMgr *pHotTileMgr;
Dapi.cpp176 pContext->pHotTileMgr = new HotTileMgr(); in SwrCreateContext()