Searched refs:surfIndex (Results 1 – 5 of 5) sorted by relevance
754 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()
1763 UINT_32 surfIndex; ///< Index of this surface type member3486 UINT_32 surfIndex; ///< Input surface index member
2763 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()
2078 …bankXor = XorBankRotPat[bankBits - 1][pIn->surfIndex % XorPatternLen] << (m_pipesLog2 + ColumnBits… in HwlComputePipeBankXor()
2989 const UINT_32 index = pIn->surfIndex & bankMask; in HwlComputePipeBankXor()