Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DLoadTile_Linear.cpp38 InitLoadTileDepthTable<SWR_TILE_NONE>(sLoadTilesDepthTable_SWR_TILE_NONE); in InitLoadTilesTable_Linear()
DLoadTile_TileY.cpp38 InitLoadTileDepthTable<SWR_TILE_MODE_YMAJOR>(sLoadTilesDepthTable_SWR_TILE_MODE_YMAJOR); in InitLoadTilesTable_YMajor()
DLoadTile.h345 static INLINE void InitLoadTileDepthTable(PFN_LOAD_TILES(&table)[NUM_SWR_FORMATS]) in InitLoadTileDepthTable() function