Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DLoadTile.cpp50 PFN_LOAD_TILES pfnLoadTiles = NULL; in SwrLoadHotTile() local
69 pfnLoadTiles = sLoadTilesColorTable_SWR_TILE_NONE[pSrcSurface->format]; in SwrLoadHotTile()
72 pfnLoadTiles = sLoadTilesColorTable_SWR_TILE_MODE_YMAJOR[pSrcSurface->format]; in SwrLoadHotTile()
75 pfnLoadTiles = sLoadTilesColorTable_SWR_TILE_MODE_XMAJOR[pSrcSurface->format]; in SwrLoadHotTile()
79pfnLoadTiles = LoadMacroTile<TilingTraits<SWR_TILE_MODE_WMAJOR, 8>, R8_UINT, R8_UINT>::Load; in SwrLoadHotTile()
92 pfnLoadTiles = sLoadTilesDepthTable_SWR_TILE_NONE[pSrcSurface->format]; in SwrLoadHotTile()
95 pfnLoadTiles = sLoadTilesDepthTable_SWR_TILE_MODE_YMAJOR[pSrcSurface->format]; in SwrLoadHotTile()
109 pfnLoadTiles = LoadMacroTile<TilingTraits<SWR_TILE_NONE, 8>, R8_UINT, R8_UINT>::Load; in SwrLoadHotTile()
112pfnLoadTiles = LoadMacroTile<TilingTraits<SWR_TILE_MODE_WMAJOR, 8>, R8_UINT, R8_UINT>::Load; in SwrLoadHotTile()
120 if (pfnLoadTiles == nullptr) in SwrLoadHotTile()
[all …]