HomeSort by relevance Sort by last modified time
    Searched refs:SWR_TILE_MODE_XMAJOR (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
StoreTile_TileX.cpp 32 InitStoreTilesTableColor_Half1<SWR_TILE_MODE_XMAJOR>(sStoreTilesTableColor);
StoreTile_TileX2.cpp 32 InitStoreTilesTableColor_Half2<SWR_TILE_MODE_XMAJOR>(sStoreTilesTableColor);
LoadTile_TileX.cpp 36 InitLoadTileColorTable<SWR_TILE_MODE_XMAJOR>(sLoadTilesColorTable_SWR_TILE_MODE_XMAJOR);
LoadTile.cpp 87 case SWR_TILE_MODE_XMAJOR:
tilingtraits.h 110 template<int X> struct TilingTraits <SWR_TILE_MODE_XMAJOR, X>
112 static const SWR_TILE_MODE TileMode{ SWR_TILE_MODE_XMAJOR };
TilingFunctions.h 622 case SWR_TILE_MODE_XMAJOR: return ComputeTileSwizzle2D<TilingTraits<SWR_TILE_MODE_XMAJOR, 8> >(xOffsetBytes, yOffsetRows, pState);
StoreTile.h     [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
state.h 376 SWR_TILE_MODE_XMAJOR, // X major tiling
    [all...]

Completed in 583 milliseconds