Searched refs:SWR_TILE_MODE_YMAJOR (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | StoreTile_TileY.cpp | 32 InitStoreTilesTableColor_Half1<SWR_TILE_MODE_YMAJOR>(sStoreTilesTableColor); in InitStoreTilesTable_TileY_1() 33 InitStoreTilesTableDepth<SWR_TILE_MODE_YMAJOR>(sStoreTilesTableDepth); in InitStoreTilesTable_TileY_1()
|
D | LoadTile_TileY.cpp | 37 InitLoadTileColorTable<SWR_TILE_MODE_YMAJOR>(sLoadTilesColorTable_SWR_TILE_MODE_YMAJOR); in InitLoadTilesTable_YMajor() 38 InitLoadTileDepthTable<SWR_TILE_MODE_YMAJOR>(sLoadTilesDepthTable_SWR_TILE_MODE_YMAJOR); in InitLoadTilesTable_YMajor()
|
D | tilingtraits.h | 97 template<int X> struct TilingTraits <SWR_TILE_MODE_YMAJOR, X> 99 static const SWR_TILE_MODE TileMode{ SWR_TILE_MODE_YMAJOR }; 182 INLINE UINT ComputeOffset2D<TilingTraits<SWR_TILE_MODE_YMAJOR, 32> >(UINT pitch, UINT x, UINT y) 184 typedef TilingTraits<SWR_TILE_MODE_YMAJOR, 32> TTraits;
|
D | TilingFunctions.h | 418 if((pState->tileMode == SWR_TILE_MODE_YMAJOR || 487 else if(pState->tileMode == SWR_TILE_MODE_YMAJOR || 623 …case SWR_TILE_MODE_YMAJOR: return ComputeTileSwizzle2D<TilingTraits<SWR_TILE_MODE_YMAJOR, 32> >(xO… 644 …case SWR_TILE_MODE_YMAJOR: return ComputeTileSwizzle3D<TilingTraits<SWR_TILE_MODE_YMAJOR, 32> >(xO…
|
D | LoadTile.cpp | 84 case SWR_TILE_MODE_YMAJOR: in SwrLoadHotTile() 107 case SWR_TILE_MODE_YMAJOR: in SwrLoadHotTile()
|
D | StoreTile_TileY2.cpp | 32 InitStoreTilesTableColor_Half2<SWR_TILE_MODE_YMAJOR>(sStoreTilesTableColor); in InitStoreTilesTable_TileY_2()
|
D | StoreTile.h | 1703 struct OptStoreRasterTile< TilingTraits<SWR_TILE_MODE_YMAJOR, 8>, SrcFormat, DstFormat> 1705 …typedef StoreRasterTile<TilingTraits<SWR_TILE_MODE_YMAJOR, 8>, SrcFormat, DstFormat> GenericStoreT… 1794 struct OptStoreRasterTile< TilingTraits<SWR_TILE_MODE_YMAJOR, 16>, SrcFormat, DstFormat> 1796 …typedef StoreRasterTile<TilingTraits<SWR_TILE_MODE_YMAJOR, 16>, SrcFormat, DstFormat> GenericStore… 1977 struct OptStoreRasterTile< TilingTraits<SWR_TILE_MODE_YMAJOR, 32>, SrcFormat, DstFormat> 1979 …typedef StoreRasterTile<TilingTraits<SWR_TILE_MODE_YMAJOR, 32>, SrcFormat, DstFormat> GenericStore… 2070 struct OptStoreRasterTile< TilingTraits<SWR_TILE_MODE_YMAJOR, 64>, SrcFormat, DstFormat> 2072 …typedef StoreRasterTile<TilingTraits<SWR_TILE_MODE_YMAJOR, 64>, SrcFormat, DstFormat> GenericStore… 2175 struct OptStoreRasterTile< TilingTraits<SWR_TILE_MODE_YMAJOR, 128>, SrcFormat, DstFormat> 2177 …typedef StoreRasterTile<TilingTraits<SWR_TILE_MODE_YMAJOR, 128>, SrcFormat, DstFormat> GenericStor…
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | state.h | 410 SWR_TILE_MODE_YMAJOR, // Y major tiling enumerator
|