Searched refs:SWR_TILE_SWRZ (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | tilingtraits.h | 58 template<> struct TilingTraits <SWR_TILE_SWRZ, 8> 60 static const SWR_TILE_MODE TileMode{ SWR_TILE_SWRZ }; 71 template<> struct TilingTraits <SWR_TILE_SWRZ, 32> 73 static const SWR_TILE_MODE TileMode{ SWR_TILE_SWRZ }; 83 template<> struct TilingTraits <SWR_TILE_SWRZ, 128> 85 static const SWR_TILE_MODE TileMode{ SWR_TILE_SWRZ };
|
D | TilingFunctions.h | 621 …case SWR_TILE_SWRZ: return ComputeTileSwizzle2D<TilingTraits<SWR_TILE_SWRZ, 32> >(xOffsetBytes, yO… 643 …case SWR_TILE_SWRZ: return ComputeTileSwizzle3D<TilingTraits<SWR_TILE_SWRZ, 32> >(xOffsetBytes, yO…
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | backend_clear.cpp | 150 …uint32_t rasterTileStartOffset = (ComputeTileOffset2D< TilingTraits<SWR_TILE_SWRZ, FormatTraits<fo… in ClearMacroTile()
|
D | rasterizer_impl.h | 1312 …uint32_t offset = ComputeTileOffset2D<TilingTraits<SWR_TILE_SWRZ, FormatTraits<KNOB_COLOR_HOT_TILE… 1329 …uint32_t offset = ComputeTileOffset2D<TilingTraits<SWR_TILE_SWRZ, FormatTraits<KNOB_DEPTH_HOT_TILE… 1340 …uint32_t offset = ComputeTileOffset2D<TilingTraits<SWR_TILE_SWRZ, FormatTraits<KNOB_STENCIL_HOT_TI…
|
D | state.h | 411 SWR_TILE_SWRZ, // SWR-Z tiling enumerator
|