Searched refs:macroModeIndex (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/amd/addrlib/src/r800/ |
D | ciaddrlib.cpp | 581 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 …]
|
D | ciaddrlib.h | 65 UINT_32 bpp, INT_32 index, INT_32 macroModeIndex, ADDR_TILEINFO* pInfo,
|
D | siaddrlib.h | 130 UINT_32 bpp, INT_32 index, INT_32 macroModeIndex,
|
D | egbaddrlib.cpp | 1175 out.macroModeIndex = TileIndexInvalid; in HwlGetAlignmentInfoMacroTiled() 3832 if (IsMacroTiled(pOut->tileMode) && (pOut->macroModeIndex == TileIndexInvalid)) in HwlComputeSurfaceInfo() 3834 pOut->macroModeIndex = HwlComputeMacroModeIndex(pOut->tileIndex, in HwlComputeSurfaceInfo()
|
D | siaddrlib.cpp | 2983 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/ |
D | addrlib1.cpp | 286 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 …]
|
D | addrlib1.h | 463 UINT_32 bpp, INT_32 index, INT_32 macroModeIndex,
|
/external/mesa3d/src/amd/addrlib/inc/ |
D | addrinterface.h | 647 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/ |
D | ac_surface.c | 929 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/ |
D | 17.0.1.rst | 79 - radv: fix cik macroModeIndex.
|
D | 13.0.5.rst | 66 - radv: fix cik macroModeIndex.
|