Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/r800/
Dciaddrlib.cpp540 INT_32 macroModeIndex, ///< [in] Index in macro tile mode table(CI) in HwlSetupTileCfg() argument
563 ADDR_ASSERT(((macroModeIndex != TileIndexInvalid) in HwlSetupTileCfg()
564 && (macroModeIndex != TileIndexNoMacroIndex))); in HwlSetupTileCfg()
574 *pInfo = m_macroTileTable[macroModeIndex]; in HwlSetupTileCfg()
621 pOut->macroModeIndex = TileIndexInvalid; in HwlComputeSurfaceInfo()
626 if (pOut->macroModeIndex == TileIndexNoMacroIndex) in HwlComputeSurfaceInfo()
628 pOut->macroModeIndex = TileIndexInvalid; in HwlComputeSurfaceInfo()
676 INT_32 macroModeIndex = TileIndexInvalid; in HwlComputeFmaskInfo() local
696 macroModeIndex = HwlComputeMacroModeIndex(tileIndex, flags, bpp, numSamples, pOut->pTileInfo); in HwlComputeFmaskInfo()
700 pOut->macroModeIndex = macroModeIndex; in HwlComputeFmaskInfo()
[all …]
Dciaddrlib.h108 INT_32 index, INT_32 macroModeIndex, ADDR_TILEINFO* pInfo,
Dsiaddrlib.h123 INT_32 index, INT_32 macroModeIndex,
Degbaddrlib.cpp1134 out.macroModeIndex = TileIndexInvalid; in HwlDegradeBaseLevel()
4303 if (IsMacroTiled(pOut->tileMode) && (pOut->macroModeIndex == TileIndexInvalid)) in HwlComputeSurfaceInfo()
4305 pOut->macroModeIndex = HwlComputeMacroModeIndex(pOut->tileIndex, in HwlComputeSurfaceInfo()
Dsiaddrlib.cpp2446 INT_32 macroModeIndex, ///< [in] Index in macro tile mode table(CI) in HwlSetupTileCfg() argument
2661 pFmaskOut->macroModeIndex = TileIndexInvalid; in HwlFmaskPostThunkSurfInfo()
/external/mesa3d/src/amd/addrlib/
Daddrinterface.h553 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member
804 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member
872 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member
933 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member
1014 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member
1085 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member
1144 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member
1244 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member
1469 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member
1526 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) member
[all …]
/external/mesa3d/src/amd/addrlib/core/
Daddrlib.cpp519 INT_32 macroModeIndex = TileIndexNoMacroIndex; in ComputeSurfaceInfo() local
524 macroModeIndex = HwlComputeMacroModeIndex(localIn.tileIndex, in ComputeSurfaceInfo()
534 if (macroModeIndex == TileIndexNoMacroIndex) in ComputeSurfaceInfo()
536 returnCode = HwlSetupTileCfg(localIn.tileIndex, macroModeIndex, in ComputeSurfaceInfo()
541 else if (macroModeIndex == TileIndexInvalid) in ComputeSurfaceInfo()
691 INT_32 macroModeIndex = HwlComputeMacroModeIndex(input.tileIndex, in ComputeSurfaceAddrFromCoord() local
700 if (macroModeIndex == TileIndexNoMacroIndex) in ComputeSurfaceAddrFromCoord()
702 returnCode = HwlSetupTileCfg(input.tileIndex, macroModeIndex, in ComputeSurfaceAddrFromCoord()
706 else if (macroModeIndex == TileIndexInvalid) in ComputeSurfaceAddrFromCoord()
771 INT_32 macroModeIndex = HwlComputeMacroModeIndex(input.tileIndex, in ComputeSurfaceCoordFromAddr() local
[all …]
Daddrlib.h597 INT_32 index, INT_32 macroModeIndex,
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_surface.c228 AddrDccIn->macroModeIndex = AddrSurfInfoOut->macroModeIndex; in compute_level()
257 AddrHtileIn->macroModeIndex = AddrSurfInfoOut->macroModeIndex; in compute_level()
488 AddrSurfInfoOut.macroModeIndex = cik_get_macro_tile_index(surf); in amdgpu_surface_init()
519 surf->macro_tile_index = AddrSurfInfoOut.macroModeIndex; in amdgpu_surface_init()
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_surface.c248 AddrDccIn->macroModeIndex = AddrSurfInfoOut->macroModeIndex; in radv_compute_level()
451 AddrSurfInfoOut.macroModeIndex = cik_get_macro_tile_index(surf); in radv_amdgpu_winsys_surface_init()
478 surf->macro_tile_index = AddrSurfInfoOut.macroModeIndex; in radv_amdgpu_winsys_surface_init()