Searched refs:macroModeIndex (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/amd/addrlib/r800/ |
D | ciaddrlib.cpp | 540 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 …]
|
D | ciaddrlib.h | 108 INT_32 index, INT_32 macroModeIndex, ADDR_TILEINFO* pInfo,
|
D | siaddrlib.h | 123 INT_32 index, INT_32 macroModeIndex,
|
D | egbaddrlib.cpp | 1134 out.macroModeIndex = TileIndexInvalid; in HwlDegradeBaseLevel() 4303 if (IsMacroTiled(pOut->tileMode) && (pOut->macroModeIndex == TileIndexInvalid)) in HwlComputeSurfaceInfo() 4305 pOut->macroModeIndex = HwlComputeMacroModeIndex(pOut->tileIndex, in HwlComputeSurfaceInfo()
|
D | siaddrlib.cpp | 2446 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/ |
D | addrinterface.h | 553 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/ |
D | addrlib.cpp | 519 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 …]
|
D | addrlib.h | 597 INT_32 index, INT_32 macroModeIndex,
|
/external/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_surface.c | 228 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/ |
D | radv_amdgpu_surface.c | 248 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()
|