Home
last modified time | relevance | path

Searched refs:macroModeIndex (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/amd/addrlib/src/r800/
Dciaddrlib.cpp598 INT_32 macroModeIndex, ///< Index in macro tile mode table(CI) in HwlSetupTileCfg() argument
630 ADDR_ASSERT((macroModeIndex != TileIndexInvalid) && in HwlSetupTileCfg()
631 (macroModeIndex != TileIndexNoMacroIndex)); in HwlSetupTileCfg()
635 *pInfo = m_macroTileTable[macroModeIndex]; in HwlSetupTileCfg()
702 pOut->macroModeIndex = TileIndexInvalid; in HwlComputeSurfaceInfo()
715 if (pOut->macroModeIndex == TileIndexNoMacroIndex) in HwlComputeSurfaceInfo()
717 pOut->macroModeIndex = TileIndexInvalid; in HwlComputeSurfaceInfo()
733 pOut->macroModeIndex = TileIndexInvalid; in HwlComputeSurfaceInfo()
750 pOut->macroModeIndex = TileIndexInvalid; in HwlComputeSurfaceInfo()
812 INT_32 macroModeIndex = TileIndexInvalid; in HwlComputeFmaskInfo() local
[all …]
Dciaddrlib.h82 UINT_32 bpp, INT_32 index, INT_32 macroModeIndex, ADDR_TILEINFO* pInfo,
Dsiaddrlib.h145 UINT_32 bpp, INT_32 index, INT_32 macroModeIndex,
Degbaddrlib.cpp1192 out.macroModeIndex = TileIndexInvalid; in HwlGetAlignmentInfoMacroTiled()
3847 if (IsMacroTiled(pOut->tileMode) && (pOut->macroModeIndex == TileIndexInvalid)) in HwlComputeSurfaceInfo()
3849 pOut->macroModeIndex = HwlComputeMacroModeIndex(pOut->tileIndex, in HwlComputeSurfaceInfo()
Dsiaddrlib.cpp2994 INT_32 macroModeIndex, ///< Index in macro tile mode table(CI) in HwlSetupTileCfg() argument
3209 pFmaskOut->macroModeIndex = TileIndexInvalid; in HwlFmaskPostThunkSurfInfo()
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib1.cpp303 INT_32 macroModeIndex = TileIndexNoMacroIndex; in ComputeSurfaceInfo() local
308 macroModeIndex = HwlComputeMacroModeIndex(localIn.tileIndex, in ComputeSurfaceInfo()
318 if (macroModeIndex == TileIndexNoMacroIndex) in ComputeSurfaceInfo()
321 localIn.tileIndex, macroModeIndex, in ComputeSurfaceInfo()
326 else if (macroModeIndex == TileIndexInvalid) in ComputeSurfaceInfo()
331 pOut->macroModeIndex = macroModeIndex; in ComputeSurfaceInfo()
477 INT_32 macroModeIndex = HwlComputeMacroModeIndex(input.tileIndex, in ComputeSurfaceAddrFromCoord() local
486 if (macroModeIndex == TileIndexNoMacroIndex) in ComputeSurfaceAddrFromCoord()
488 returnCode = HwlSetupTileCfg(input.bpp, input.tileIndex, macroModeIndex, in ComputeSurfaceAddrFromCoord()
492 else if (macroModeIndex == TileIndexInvalid) in ComputeSurfaceAddrFromCoord()
[all …]
Daddrlib1.h475 UINT_32 bpp, INT_32 index, INT_32 macroModeIndex,
/third_party/mesa3d/src/amd/addrlib/inc/
Daddrinterface.h621 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member
888 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member
962 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member
1025 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member
1106 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member
1177 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member
1236 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member
1336 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member
1561 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member
1618 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member
[all …]
/third_party/mesa3d/src/amd/common/
Dac_surface.c748 AddrDccIn->macroModeIndex = AddrSurfInfoOut->macroModeIndex; in gfx6_compute_level()
790 AddrDccIn->macroModeIndex = AddrSurfInfoOut->macroModeIndex; in gfx6_compute_level()
827 AddrHtileIn->macroModeIndex = AddrSurfInfoOut->macroModeIndex; in gfx6_compute_level()
919 surf->u.legacy.macro_tile_index = csio->macroModeIndex; in gfx6_surface_settings()
938 AddrBaseSwizzleIn.macroModeIndex = csio->macroModeIndex; in gfx6_surface_settings()
1219 AddrSurfInfoOut.macroModeIndex = cik_get_macro_tile_index(surf); in gfx6_compute_surface()
1350 xin.macroModeIndex = fout.macroModeIndex; in gfx6_compute_surface()
/third_party/mesa3d/docs/relnotes/
D17.0.1.rst79 - radv: fix cik macroModeIndex.
D13.0.5.rst66 - radv: fix cik macroModeIndex.