Home
last modified time | relevance | path

Searched refs:SWR_TILE_MODE_YMAJOR (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DStoreTile_TileY.cpp32 InitStoreTilesTableColor_Half1<SWR_TILE_MODE_YMAJOR>(sStoreTilesTableColor); in InitStoreTilesTable_TileY_1()
33 InitStoreTilesTableDepth<SWR_TILE_MODE_YMAJOR>(sStoreTilesTableDepth); in InitStoreTilesTable_TileY_1()
DLoadTile_TileY.cpp37 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()
Dtilingtraits.h97 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;
DTilingFunctions.h418 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…
DLoadTile.cpp84 case SWR_TILE_MODE_YMAJOR: in SwrLoadHotTile()
107 case SWR_TILE_MODE_YMAJOR: in SwrLoadHotTile()
DStoreTile_TileY2.cpp32 InitStoreTilesTableColor_Half2<SWR_TILE_MODE_YMAJOR>(sStoreTilesTableColor); in InitStoreTilesTable_TileY_2()
DStoreTile.h1703 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/
Dstate.h410 SWR_TILE_MODE_YMAJOR, // Y major tiling enumerator