Home
last modified time | relevance | path

Searched refs:surfIndex (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_surface.c754 AddrBaseSwizzleIn.surfIndex = p_atomic_inc_return(config->info.surf_index) - 1; in gfx6_surface_settings()
1161 xin.surfIndex = p_atomic_inc_return(config->info.fmask_surf_index); in gfx6_compute_surface()
1479 xin.surfIndex = p_atomic_inc_return(config->info.surf_index) - 1; in gfx9_compute_miptree()
1718 xin.surfIndex = p_atomic_inc_return(config->info.fmask_surf_index); in gfx9_compute_miptree()
/external/mesa3d/src/amd/addrlib/inc/
Daddrinterface.h1763 UINT_32 surfIndex; ///< Index of this surface type member
3486 UINT_32 surfIndex; ///< Input surface index member
/external/mesa3d/src/amd/addrlib/src/r800/
Degbaddrlib.cpp2763 bankSwizzle = pIn->surfIndex & (banks - 1); in HwlComputeBaseSwizzle()
2767 bankSwizzle = bankRotationArray[hwNumBanks][pIn->surfIndex & (banks - 1)]; in HwlComputeBaseSwizzle()
2772 pipeSwizzle = pIn->surfIndex & (HwlGetPipes(pTileInfo) - 1); in HwlComputeBaseSwizzle()
/external/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.cpp2078 …bankXor = XorBankRotPat[bankBits - 1][pIn->surfIndex % XorPatternLen] << (m_pipesLog2 + ColumnBits… in HwlComputePipeBankXor()
/external/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp2989 const UINT_32 index = pIn->surfIndex & bankMask; in HwlComputePipeBankXor()