Searched refs:HotTileMgr (Results 1 – 4 of 4) sorted by relevance
86 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()
276 class HotTileMgr279 HotTileMgr() in HotTileMgr() function292 ~HotTileMgr() in ~HotTileMgr()
432 class HotTileMgr; variable481 HotTileMgr *pHotTileMgr;
145 pContext->pHotTileMgr = new HotTileMgr(); in SwrCreateContext()