Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DStoreTile.cpp33 PFN_STORE_TILES sStoreTilesTableDepth[SWR_TILE_MODE_COUNT][NUM_SWR_FORMATS] = {}; variable
87 pfnStoreTiles = sStoreTilesTableDepth[pDstSurface->tileMode][pDstSurface->format]; in StoreHotTileToSurface()
127 memset(sStoreTilesTableDepth, 0, sizeof(sStoreTilesTableDepth)); in InitSimStoreTilesTable()
DStoreTile_TileY.cpp33 InitStoreTilesTableDepth<SWR_TILE_MODE_YMAJOR>(sStoreTilesTableDepth); in InitStoreTilesTable_TileY_1()
DStoreTile_Linear.cpp33 InitStoreTilesTableDepth<SWR_TILE_NONE>(sStoreTilesTableDepth); in InitStoreTilesTable_Linear_1()
DStoreTile.h50 extern PFN_STORE_TILES sStoreTilesTableDepth[SWR_TILE_MODE_COUNT][NUM_SWR_FORMATS];