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 | 620 …case SWR_TILE_SWRZ: return ComputeTileSwizzle2D<TilingTraits<SWR_TILE_SWRZ, 32> >(xOffsetBytes, yO… 642 …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 | 132 (ComputeTileOffset2D<TilingTraits<SWR_TILE_SWRZ, FormatTraits<format>::bpp>>( in ClearMacroTile()
|
D | rasterizer_impl.h | 1445 TilingTraits<SWR_TILE_SWRZ, FormatTraits<KNOB_COLOR_HOT_TILE_FORMAT>::bpp>>( 1472 TilingTraits<SWR_TILE_SWRZ, FormatTraits<KNOB_DEPTH_HOT_TILE_FORMAT>::bpp>>( 1493 TilingTraits<SWR_TILE_SWRZ, FormatTraits<KNOB_STENCIL_HOT_TILE_FORMAT>::bpp>>(
|
D | state.h | 447 SWR_TILE_SWRZ, // SWR-Z tiling enumerator
|