Searched refs:macroModeIndex (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/amd/addrlib/r800/ |
D | ciaddrlib.cpp | 595 INT_32 macroModeIndex, ///< Index in macro tile mode table(CI) in HwlSetupTileCfg() argument 627 ADDR_ASSERT((macroModeIndex != TileIndexInvalid) && in HwlSetupTileCfg() 628 (macroModeIndex != TileIndexNoMacroIndex)); in HwlSetupTileCfg() 632 *pInfo = m_macroTileTable[macroModeIndex]; in HwlSetupTileCfg() 699 pOut->macroModeIndex = TileIndexInvalid; in HwlComputeSurfaceInfo() 712 if (pOut->macroModeIndex == TileIndexNoMacroIndex) in HwlComputeSurfaceInfo() 714 pOut->macroModeIndex = TileIndexInvalid; in HwlComputeSurfaceInfo() 730 pOut->macroModeIndex = TileIndexInvalid; in HwlComputeSurfaceInfo() 747 pOut->macroModeIndex = TileIndexInvalid; in HwlComputeSurfaceInfo() 809 INT_32 macroModeIndex = TileIndexInvalid; in HwlComputeFmaskInfo() local [all …]
|
D | ciaddrlib.h | 83 UINT_32 bpp, INT_32 index, INT_32 macroModeIndex, ADDR_TILEINFO* pInfo,
|
D | siaddrlib.h | 147 UINT_32 bpp, INT_32 index, INT_32 macroModeIndex,
|
D | egbaddrlib.cpp | 1195 out.macroModeIndex = TileIndexInvalid; in HwlGetAlignmentInfoMacroTiled() 3851 if (IsMacroTiled(pOut->tileMode) && (pOut->macroModeIndex == TileIndexInvalid)) in HwlComputeSurfaceInfo() 3853 pOut->macroModeIndex = HwlComputeMacroModeIndex(pOut->tileIndex, in HwlComputeSurfaceInfo()
|
D | siaddrlib.cpp | 2962 INT_32 macroModeIndex, ///< Index in macro tile mode table(CI) in HwlSetupTileCfg() argument 3177 pFmaskOut->macroModeIndex = TileIndexInvalid; in HwlFmaskPostThunkSurfInfo()
|
/external/mesa3d/src/amd/addrlib/core/ |
D | addrlib1.cpp | 304 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() 476 INT_32 macroModeIndex = HwlComputeMacroModeIndex(input.tileIndex, in ComputeSurfaceAddrFromCoord() local 485 if (macroModeIndex == TileIndexNoMacroIndex) in ComputeSurfaceAddrFromCoord() 487 returnCode = HwlSetupTileCfg(input.bpp, input.tileIndex, macroModeIndex, in ComputeSurfaceAddrFromCoord() 491 else if (macroModeIndex == TileIndexInvalid) in ComputeSurfaceAddrFromCoord() [all …]
|
D | addrlib1.h | 475 UINT_32 bpp, INT_32 index, INT_32 macroModeIndex,
|
/external/mesa3d/src/amd/addrlib/ |
D | addrinterface.h | 620 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member 887 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member 961 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member 1024 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member 1105 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member 1176 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member 1235 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member 1335 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member 1560 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member 1617 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 | 342 AddrDccIn->macroModeIndex = AddrSurfInfoOut->macroModeIndex; in gfx6_compute_level() 370 AddrHtileIn->macroModeIndex = AddrSurfInfoOut->macroModeIndex; in gfx6_compute_level() 437 surf->u.legacy.macro_tile_index = csio->macroModeIndex; in gfx6_surface_settings() 457 AddrBaseSwizzleIn.macroModeIndex = csio->macroModeIndex; in gfx6_surface_settings() 679 AddrSurfInfoOut.macroModeIndex = cik_get_macro_tile_index(surf); in gfx6_compute_surface()
|