Searched refs:sStoreTilesTableDepth (Results 1 – 4 of 4) sorted by relevance
33 PFN_STORE_TILES sStoreTilesTableDepth[SWR_TILE_MODE_COUNT][NUM_SWR_FORMATS] = {}; variable87 pfnStoreTiles = sStoreTilesTableDepth[pDstSurface->tileMode][pDstSurface->format]; in SwrStoreHotTileToSurface()127 memset(sStoreTilesTableDepth, 0, sizeof(sStoreTilesTableDepth)); in InitSimStoreTilesTable()
33 InitStoreTilesTableDepth<SWR_TILE_MODE_YMAJOR>(sStoreTilesTableDepth); in InitStoreTilesTable_TileY_1()
33 InitStoreTilesTableDepth<SWR_TILE_NONE>(sStoreTilesTableDepth); in InitStoreTilesTable_Linear_1()
52 extern PFN_STORE_TILES sStoreTilesTableDepth[SWR_TILE_MODE_COUNT][NUM_SWR_FORMATS];