Searched refs:macroModeIndex (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/amd/addrlib/src/r800/ |
D | ciaddrlib.cpp | 598 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 …]
|
D | ciaddrlib.h | 82 UINT_32 bpp, INT_32 index, INT_32 macroModeIndex, ADDR_TILEINFO* pInfo,
|
D | siaddrlib.h | 145 UINT_32 bpp, INT_32 index, INT_32 macroModeIndex,
|
D | egbaddrlib.cpp | 1192 out.macroModeIndex = TileIndexInvalid; in HwlGetAlignmentInfoMacroTiled() 3847 if (IsMacroTiled(pOut->tileMode) && (pOut->macroModeIndex == TileIndexInvalid)) in HwlComputeSurfaceInfo() 3849 pOut->macroModeIndex = HwlComputeMacroModeIndex(pOut->tileIndex, in HwlComputeSurfaceInfo()
|
D | siaddrlib.cpp | 2994 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/ |
D | addrlib1.cpp | 303 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 …]
|
D | addrlib1.h | 475 UINT_32 bpp, INT_32 index, INT_32 macroModeIndex,
|
/third_party/mesa3d/src/amd/addrlib/inc/ |
D | addrinterface.h | 621 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/ |
D | ac_surface.c | 748 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/ |
D | 17.0.1.rst | 79 - radv: fix cik macroModeIndex.
|
D | 13.0.5.rst | 66 - radv: fix cik macroModeIndex.
|