Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/src/r800/
Dciaddrlib.cpp599 INT_32 macroModeIndex, ///< Index in macro tile mode table(CI) in HwlSetupTileCfg() argument
631 ADDR_ASSERT((macroModeIndex != TileIndexInvalid) && in HwlSetupTileCfg()
632 (macroModeIndex != TileIndexNoMacroIndex)); in HwlSetupTileCfg()
636 *pInfo = m_macroTileTable[macroModeIndex]; in HwlSetupTileCfg()
703 pOut->macroModeIndex = TileIndexInvalid; in HwlComputeSurfaceInfo()
716 if (pOut->macroModeIndex == TileIndexNoMacroIndex) in HwlComputeSurfaceInfo()
718 pOut->macroModeIndex = TileIndexInvalid; in HwlComputeSurfaceInfo()
734 pOut->macroModeIndex = TileIndexInvalid; in HwlComputeSurfaceInfo()
751 pOut->macroModeIndex = TileIndexInvalid; in HwlComputeSurfaceInfo()
813 INT_32 macroModeIndex = TileIndexInvalid; in HwlComputeFmaskInfo() local
[all …]
Dciaddrlib.h83 UINT_32 bpp, INT_32 index, INT_32 macroModeIndex, ADDR_TILEINFO* pInfo,
Dsiaddrlib.h146 UINT_32 bpp, INT_32 index, INT_32 macroModeIndex,
Degbaddrlib.cpp1193 out.macroModeIndex = TileIndexInvalid; in HwlGetAlignmentInfoMacroTiled()
3848 if (IsMacroTiled(pOut->tileMode) && (pOut->macroModeIndex == TileIndexInvalid)) in HwlComputeSurfaceInfo()
3850 pOut->macroModeIndex = HwlComputeMacroModeIndex(pOut->tileIndex, in HwlComputeSurfaceInfo()
Dsiaddrlib.cpp2995 INT_32 macroModeIndex, ///< Index in macro tile mode table(CI) in HwlSetupTileCfg() argument
3210 pFmaskOut->macroModeIndex = TileIndexInvalid; in HwlFmaskPostThunkSurfInfo()
/external/mesa3d/src/amd/addrlib/src/core/
Daddrlib1.cpp304 INT_32 macroModeIndex = TileIndexNoMacroIndex; in ComputeSurfaceInfo() local
309 macroModeIndex = HwlComputeMacroModeIndex(localIn.tileIndex, in ComputeSurfaceInfo()
319 if (macroModeIndex == TileIndexNoMacroIndex) in ComputeSurfaceInfo()
322 localIn.tileIndex, macroModeIndex, in ComputeSurfaceInfo()
327 else if (macroModeIndex == TileIndexInvalid) in ComputeSurfaceInfo()
332 pOut->macroModeIndex = macroModeIndex; in ComputeSurfaceInfo()
478 INT_32 macroModeIndex = HwlComputeMacroModeIndex(input.tileIndex, in ComputeSurfaceAddrFromCoord() local
487 if (macroModeIndex == TileIndexNoMacroIndex) in ComputeSurfaceAddrFromCoord()
489 returnCode = HwlSetupTileCfg(input.bpp, input.tileIndex, macroModeIndex, in ComputeSurfaceAddrFromCoord()
493 else if (macroModeIndex == TileIndexInvalid) in ComputeSurfaceAddrFromCoord()
[all …]
Daddrlib1.h475 UINT_32 bpp, INT_32 index, INT_32 macroModeIndex,
/external/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 …]
/external/mesa3d/src/amd/common/
Dac_surface.c576 AddrDccIn->macroModeIndex = AddrSurfInfoOut->macroModeIndex; in gfx6_compute_level()
618 AddrDccIn->macroModeIndex = AddrSurfInfoOut->macroModeIndex; in gfx6_compute_level()
655 AddrHtileIn->macroModeIndex = AddrSurfInfoOut->macroModeIndex; in gfx6_compute_level()
737 surf->u.legacy.macro_tile_index = csio->macroModeIndex; in gfx6_surface_settings()
756 AddrBaseSwizzleIn.macroModeIndex = csio->macroModeIndex; in gfx6_surface_settings()
1030 AddrSurfInfoOut.macroModeIndex = cik_get_macro_tile_index(surf); in gfx6_compute_surface()
1163 xin.macroModeIndex = fout.macroModeIndex; in gfx6_compute_surface()
/external/mesa3d/docs/relnotes/
D17.0.1.rst79 - radv: fix cik macroModeIndex.
D13.0.5.rst66 - radv: fix cik macroModeIndex.