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 | LoadTile.cpp | 71 case SWR_TILE_MODE_YMAJOR: in SwrLoadHotTile() 94 case SWR_TILE_MODE_YMAJOR: in SwrLoadHotTile()
|
D | TilingFunctions.h | 417 if((pState->tileMode == SWR_TILE_MODE_YMAJOR || 486 else if(pState->tileMode == SWR_TILE_MODE_YMAJOR || 622 …case SWR_TILE_MODE_YMAJOR: return ComputeTileSwizzle2D<TilingTraits<SWR_TILE_MODE_YMAJOR, 32> >(xO… 643 …case SWR_TILE_MODE_YMAJOR: return ComputeTileSwizzle3D<TilingTraits<SWR_TILE_MODE_YMAJOR, 32> >(xO…
|
D | StoreTile_TileY2.cpp | 32 InitStoreTilesTableColor_Half2<SWR_TILE_MODE_YMAJOR>(sStoreTilesTableColor); in InitStoreTilesTable_TileY_2()
|
D | StoreTile.h | 1379 struct OptStoreRasterTile< TilingTraits<SWR_TILE_MODE_YMAJOR, 8>, SrcFormat, DstFormat> 1381 …typedef StoreRasterTile<TilingTraits<SWR_TILE_MODE_YMAJOR, 8>, SrcFormat, DstFormat> GenericStoreT… 1443 struct OptStoreRasterTile< TilingTraits<SWR_TILE_MODE_YMAJOR, 16>, SrcFormat, DstFormat> 1445 …typedef StoreRasterTile<TilingTraits<SWR_TILE_MODE_YMAJOR, 16>, SrcFormat, DstFormat> GenericStore… 1576 struct OptStoreRasterTile< TilingTraits<SWR_TILE_MODE_YMAJOR, 32>, SrcFormat, DstFormat> 1578 …typedef StoreRasterTile<TilingTraits<SWR_TILE_MODE_YMAJOR, 32>, SrcFormat, DstFormat> GenericStore… 1642 struct OptStoreRasterTile< TilingTraits<SWR_TILE_MODE_YMAJOR, 64>, SrcFormat, DstFormat> 1644 …typedef StoreRasterTile<TilingTraits<SWR_TILE_MODE_YMAJOR, 64>, SrcFormat, DstFormat> GenericStore… 1712 struct OptStoreRasterTile< TilingTraits<SWR_TILE_MODE_YMAJOR, 128>, SrcFormat, DstFormat> 1714 …typedef StoreRasterTile<TilingTraits<SWR_TILE_MODE_YMAJOR, 128>, SrcFormat, DstFormat> GenericStor…
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | state.h | 446 SWR_TILE_MODE_YMAJOR, // Y major tiling enumerator
|