Home
last modified time | relevance | path

Searched refs:sLoadTilesColorTable_SWR_TILE_NONE (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DLoadTile_Linear.cpp30 PFN_LOAD_TILES sLoadTilesColorTable_SWR_TILE_NONE[NUM_SWR_FORMATS]; variable
37 InitLoadTileColorTable<SWR_TILE_NONE>(sLoadTilesColorTable_SWR_TILE_NONE); in InitLoadTilesTable_Linear()
DLoadTile.cpp82 pfnLoadTiles = sLoadTilesColorTable_SWR_TILE_NONE[pSrcSurface->format]; in SwrLoadHotTile()
DLoadTile.h42 extern PFN_LOAD_TILES sLoadTilesColorTable_SWR_TILE_NONE[NUM_SWR_FORMATS];