HomeSort by relevance Sort by last modified time
    Searched refs:pHotTileMgr (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
backend.cpp 207 HOTTILE *pHotTile = pDC->pContext->pHotTileMgr->GetHotTile(pDC->pContext, pDC, macroTile, rt, true, numSamples, renderTargetArrayIndex);
252 HOTTILE *pHotTile = pContext->pHotTileMgr->GetHotTile(pContext, pDC, macroTile, (SWR_RENDERTARGET_ATTACHMENT)rt, true, numSamples, pClear->renderTargetArrayIndex);
265 HOTTILE *pHotTile = pContext->pHotTileMgr->GetHotTile(pContext, pDC, macroTile, SWR_ATTACHMENT_DEPTH, true, numSamples, pClear->renderTargetArrayIndex);
272 HOTTILE *pHotTile = pContext->pHotTileMgr->GetHotTile(pContext, pDC, macroTile, SWR_ATTACHMENT_STENCIL, true, numSamples, pClear->renderTargetArrayIndex);
357 HOTTILE *pHotTile = pContext->pHotTileMgr->GetHotTileNoLoad(pContext, pDC, macroTile, attachment, false);
411 HOTTILE *pHotTile = pContext->pHotTileMgr->GetHotTileNoLoad(
    [all...]
context.h 481 HotTileMgr *pHotTileMgr;
rasterizer.cpp     [all...]
api.cpp 145 pContext->pHotTileMgr = new HotTileMgr();
398 delete(pContext->pHotTileMgr);
    [all...]
threads.cpp 531 pContext->pHotTileMgr->InitializeHotTiles(pContext, pDC, workerId, tileID);
    [all...]

Completed in 183 milliseconds