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;
DLoadTile.cpp71 case SWR_TILE_MODE_YMAJOR: in SwrLoadHotTile()
94 case SWR_TILE_MODE_YMAJOR: in SwrLoadHotTile()
DTilingFunctions.h417 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…
DStoreTile_TileY2.cpp32 InitStoreTilesTableColor_Half2<SWR_TILE_MODE_YMAJOR>(sStoreTilesTableColor); in InitStoreTilesTable_TileY_2()
DStoreTile.h1379 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/
Dstate.h446 SWR_TILE_MODE_YMAJOR, // Y major tiling enumerator