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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
StoreTile_Linear.cpp 32 InitStoreTilesTableColor_Half1<SWR_TILE_NONE>(sStoreTilesTableColor);
33 InitStoreTilesTableDepth<SWR_TILE_NONE>(sStoreTilesTableDepth);
34 InitStoreTilesTableStencil<SWR_TILE_NONE>(sStoreTilesTableStencil);
StoreTile_Linear2.cpp 32 InitStoreTilesTableColor_Half2<SWR_TILE_NONE>(sStoreTilesTableColor);
LoadTile_Linear.cpp 37 InitLoadTileColorTable<SWR_TILE_NONE>(sLoadTilesColorTable_SWR_TILE_NONE);
38 InitLoadTileDepthTable<SWR_TILE_NONE>(sLoadTilesDepthTable_SWR_TILE_NONE);
LoadTile.cpp 81 case SWR_TILE_NONE:
104 case SWR_TILE_NONE:
121 case SWR_TILE_NONE:
122 pfnLoadTiles = LoadMacroTile<TilingTraits<SWR_TILE_NONE, 8>, R8_UINT, R8_UINT>::Load;
tilingtraits.h 47 template<int X> struct TilingTraits <SWR_TILE_NONE, X>
49 static const SWR_TILE_MODE TileMode{ SWR_TILE_NONE };
TilingFunctions.h 488 pState->tileMode == SWR_TILE_NONE)
620 case SWR_TILE_NONE: return ComputeTileSwizzle2D<TilingTraits<SWR_TILE_NONE, 32> >(xOffsetBytes, yOffsetRows, pState);
642 case SWR_TILE_NONE: return ComputeTileSwizzle3D<TilingTraits<SWR_TILE_NONE, 32> >(xOffsetBytes, yOffsetRows, zOffsetSlices, pState);
StoreTile.h     [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
state.h 407 SWR_TILE_NONE = 0x0, // Linear mode (no tiling)
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_screen.cpp 729 res->swr.tileMode = SWR_TILE_NONE;
    [all...]

Completed in 75 milliseconds