Home
last modified time | relevance | path

Searched refs:pHotTileMgr (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dbackend.cpp207 …HOTTILE *pHotTile = pDC->pContext->pHotTileMgr->GetHotTile(pDC->pContext, pDC, macroTile, rt, true… in ClearMacroTile()
252 …HOTTILE *pHotTile = pContext->pHotTileMgr->GetHotTile(pContext, pDC, macroTile, (SWR_RENDERTARGET_… in ProcessClearBE()
265 …HOTTILE *pHotTile = pContext->pHotTileMgr->GetHotTile(pContext, pDC, macroTile, SWR_ATTACHMENT_DEP… in ProcessClearBE()
272 …HOTTILE *pHotTile = pContext->pHotTileMgr->GetHotTile(pContext, pDC, macroTile, SWR_ATTACHMENT_STE… in ProcessClearBE()
357 …HOTTILE *pHotTile = pContext->pHotTileMgr->GetHotTileNoLoad(pContext, pDC, macroTile, attachment, … in ProcessStoreTileBE()
411 HOTTILE *pHotTile = pContext->pHotTileMgr->GetHotTileNoLoad( in ProcessDiscardInvalidateTilesBE()
Dcontext.h481 HotTileMgr *pHotTileMgr; member
Drasterizer.cpp1509 …HOTTILE *pColor = pContext->pHotTileMgr->GetHotTile(pContext, pDC, macroID, (SWR_RENDERTARGET_ATTA… in GetRenderHotTiles()
1521 …HOTTILE *pDepth = pContext->pHotTileMgr->GetHotTile(pContext, pDC, macroID, SWR_ATTACHMENT_DEPTH, … in GetRenderHotTiles()
1532 …HOTTILE* pStencil = pContext->pHotTileMgr->GetHotTile(pContext, pDC, macroID, SWR_ATTACHMENT_STENC… in GetRenderHotTiles()
Dapi.cpp145 pContext->pHotTileMgr = new HotTileMgr(); in SwrCreateContext()
398 delete(pContext->pHotTileMgr); in SwrDestroyContext()
Dthreads.cpp531 pContext->pHotTileMgr->InitializeHotTiles(pContext, pDC, workerId, tileID); in WorkOnFifoBE()