Searched refs:SWR_TILE_NONE (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | StoreTile_Linear.cpp | 32 InitStoreTilesTableColor_Half1<SWR_TILE_NONE>(sStoreTilesTableColor); in InitStoreTilesTable_Linear_1() 33 InitStoreTilesTableDepth<SWR_TILE_NONE>(sStoreTilesTableDepth); in InitStoreTilesTable_Linear_1() 34 InitStoreTilesTableStencil<SWR_TILE_NONE>(sStoreTilesTableStencil); in InitStoreTilesTable_Linear_1()
|
D | LoadTile.cpp | 81 case SWR_TILE_NONE: in SwrLoadHotTile() 104 case SWR_TILE_NONE: in SwrLoadHotTile() 121 case SWR_TILE_NONE: in SwrLoadHotTile() 122 pfnLoadTiles = LoadMacroTile<TilingTraits<SWR_TILE_NONE, 8>, R8_UINT, R8_UINT>::Load; in SwrLoadHotTile()
|
D | LoadTile_Linear.cpp | 37 InitLoadTileColorTable<SWR_TILE_NONE>(sLoadTilesColorTable_SWR_TILE_NONE); in InitLoadTilesTable_Linear() 38 InitLoadTileDepthTable<SWR_TILE_NONE>(sLoadTilesDepthTable_SWR_TILE_NONE); in InitLoadTilesTable_Linear()
|
D | TilingFunctions.h | 488 pState->tileMode == SWR_TILE_NONE) 620 …case SWR_TILE_NONE: return ComputeTileSwizzle2D<TilingTraits<SWR_TILE_NONE, 32> >(xOffsetBytes, yO… 642 …case SWR_TILE_NONE: return ComputeTileSwizzle3D<TilingTraits<SWR_TILE_NONE, 32> >(xOffsetBytes, yO…
|
D | StoreTile_Linear2.cpp | 32 InitStoreTilesTableColor_Half2<SWR_TILE_NONE>(sStoreTilesTableColor); in InitStoreTilesTable_Linear_2()
|
D | tilingtraits.h | 47 template<int X> struct TilingTraits <SWR_TILE_NONE, X> 49 static const SWR_TILE_MODE TileMode{ SWR_TILE_NONE };
|
D | StoreTile.h | 1206 struct OptStoreRasterTile< TilingTraits<SWR_TILE_NONE, 8>, SrcFormat, DstFormat> 1208 typedef StoreRasterTile<TilingTraits<SWR_TILE_NONE, 8>, SrcFormat, DstFormat> GenericStoreTile; 1293 struct OptStoreRasterTile< TilingTraits<SWR_TILE_NONE, 16>, SrcFormat, DstFormat> 1295 typedef StoreRasterTile<TilingTraits<SWR_TILE_NONE, 16>, SrcFormat, DstFormat> GenericStoreTile; 1380 struct OptStoreRasterTile< TilingTraits<SWR_TILE_NONE, 32>, SrcFormat, DstFormat> 1382 typedef StoreRasterTile<TilingTraits<SWR_TILE_NONE, 32>, SrcFormat, DstFormat> GenericStoreTile; 1467 struct OptStoreRasterTile< TilingTraits<SWR_TILE_NONE, 64>, SrcFormat, DstFormat> 1469 typedef StoreRasterTile<TilingTraits<SWR_TILE_NONE, 64>, SrcFormat, DstFormat> GenericStoreTile; 1577 struct OptStoreRasterTile< TilingTraits<SWR_TILE_NONE, 128>, SrcFormat, DstFormat> 1579 … typedef StoreRasterTile<TilingTraits<SWR_TILE_NONE, 128>, SrcFormat, DstFormat> GenericStoreTile; [all …]
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | state.h | 407 SWR_TILE_NONE = 0x0, // Linear mode (no tiling) enumerator
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_screen.cpp | 729 res->swr.tileMode = SWR_TILE_NONE; in swr_texture_layout()
|