Home
last modified time | relevance | path

Searched refs:surfIndex (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/amd/common/
H A Dac_surface_meta_address_test.c243 xin.surfIndex = mrt_index; in one_dcc_address_test()
620 xin.surfIndex = mrt_index; in one_cmask_address_test()
H A Dac_surface.c936 AddrBaseSwizzleIn.surfIndex = p_atomic_inc_return(config->info.surf_index) - 1; in gfx6_surface_settings()
1348 xin.surfIndex = p_atomic_inc_return(config->info.fmask_surf_index); in gfx6_compute_surface()
1867 xin.surfIndex = p_atomic_inc_return(config->info.surf_index) - 1; in gfx9_compute_miptree()
2062 xin.surfIndex = p_atomic_inc_return(config->info.fmask_surf_index); in gfx9_compute_miptree()
/third_party/mesa3d/src/amd/addrlib/src/r800/
H A Degbaddrlib.cpp2762 bankSwizzle = pIn->surfIndex & (banks - 1);
2766 bankSwizzle = bankRotationArray[hwNumBanks][pIn->surfIndex & (banks - 1)];
2771 pipeSwizzle = pIn->surfIndex & (HwlGetPipes(pTileInfo) - 1);
/third_party/mesa3d/src/amd/addrlib/inc/
H A Daddrinterface.h1763 UINT_32 surfIndex; ///< Index of this surface type member
3550 UINT_32 surfIndex; ///< Input surface index member
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp3107 const UINT_32 index = pIn->surfIndex & bankMask;
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
H A Dgfx10addrlib.cpp2207 bankXor = XorBankRotPat[bankBits - 1][pIn->surfIndex % XorPatternLen] << (m_pipesLog2 + ColumnBits);

Completed in 31 milliseconds