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.cpp581 INT_32 macroModeIndex, ///< Index in macro tile mode table(CI) in HwlSetupTileCfg() argument
613 ADDR_ASSERT((macroModeIndex != TileIndexInvalid) && in HwlSetupTileCfg()
614 (macroModeIndex != TileIndexNoMacroIndex)); in HwlSetupTileCfg()
618 *pInfo = m_macroTileTable[macroModeIndex]; in HwlSetupTileCfg()
685 pOut->macroModeIndex = TileIndexInvalid; in HwlComputeSurfaceInfo()
698 if (pOut->macroModeIndex == TileIndexNoMacroIndex) in HwlComputeSurfaceInfo()
700 pOut->macroModeIndex = TileIndexInvalid; in HwlComputeSurfaceInfo()
716 pOut->macroModeIndex = TileIndexInvalid; in HwlComputeSurfaceInfo()
733 pOut->macroModeIndex = TileIndexInvalid; in HwlComputeSurfaceInfo()
795 INT_32 macroModeIndex = TileIndexInvalid; in HwlComputeFmaskInfo() local
[all …]
Dciaddrlib.h65 UINT_32 bpp, INT_32 index, INT_32 macroModeIndex, ADDR_TILEINFO* pInfo,
Dsiaddrlib.h130 UINT_32 bpp, INT_32 index, INT_32 macroModeIndex,
Degbaddrlib.cpp1175 out.macroModeIndex = TileIndexInvalid; in HwlGetAlignmentInfoMacroTiled()
3832 if (IsMacroTiled(pOut->tileMode) && (pOut->macroModeIndex == TileIndexInvalid)) in HwlComputeSurfaceInfo()
3834 pOut->macroModeIndex = HwlComputeMacroModeIndex(pOut->tileIndex, in HwlComputeSurfaceInfo()
Dsiaddrlib.cpp2983 INT_32 macroModeIndex, ///< Index in macro tile mode table(CI) in HwlSetupTileCfg() argument
3198 pFmaskOut->macroModeIndex = TileIndexInvalid; in HwlFmaskPostThunkSurfInfo()
/external/mesa3d/src/amd/addrlib/src/core/
Daddrlib1.cpp286 INT_32 macroModeIndex = TileIndexNoMacroIndex; in ComputeSurfaceInfo() local
291 macroModeIndex = HwlComputeMacroModeIndex(localIn.tileIndex, in ComputeSurfaceInfo()
301 if (macroModeIndex == TileIndexNoMacroIndex) in ComputeSurfaceInfo()
304 localIn.tileIndex, macroModeIndex, in ComputeSurfaceInfo()
309 else if (macroModeIndex == TileIndexInvalid) in ComputeSurfaceInfo()
314 pOut->macroModeIndex = macroModeIndex; in ComputeSurfaceInfo()
460 INT_32 macroModeIndex = HwlComputeMacroModeIndex(input.tileIndex, in ComputeSurfaceAddrFromCoord() local
469 if (macroModeIndex == TileIndexNoMacroIndex) in ComputeSurfaceAddrFromCoord()
471 returnCode = HwlSetupTileCfg(input.bpp, input.tileIndex, macroModeIndex, in ComputeSurfaceAddrFromCoord()
475 else if (macroModeIndex == TileIndexInvalid) in ComputeSurfaceAddrFromCoord()
[all …]
Daddrlib1.h463 UINT_32 bpp, INT_32 index, INT_32 macroModeIndex,
/external/mesa3d/src/amd/addrlib/inc/
Daddrinterface.h647 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member
914 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member
988 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member
1051 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member
1132 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member
1203 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member
1262 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member
1362 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member
1596 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member
1653 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member
[all …]
/external/mesa3d/src/amd/common/
Dac_surface.c929 AddrDccIn->macroModeIndex = AddrSurfInfoOut->macroModeIndex; in gfx6_compute_level()
971 AddrDccIn->macroModeIndex = AddrSurfInfoOut->macroModeIndex; in gfx6_compute_level()
1014 AddrHtileIn->macroModeIndex = AddrSurfInfoOut->macroModeIndex; in gfx6_compute_level()
1106 surf->u.legacy.macro_tile_index = csio->macroModeIndex; in gfx6_surface_settings()
1125 AddrBaseSwizzleIn.macroModeIndex = csio->macroModeIndex; in gfx6_surface_settings()
1414 AddrSurfInfoOut.macroModeIndex = cik_get_macro_tile_index(surf); in gfx6_compute_surface()
1546 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.