Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/
Daddrinterface.h1762 UINT_32 surfIndex; ///< Index of this surface type member
3442 UINT_32 surfIndex; ///< Input surface index member
/external/mesa3d/src/amd/addrlib/r800/
Degbaddrlib.cpp2766 bankSwizzle = pIn->surfIndex & (banks - 1); in HwlComputeBaseSwizzle()
2770 bankSwizzle = bankRotationArray[hwNumBanks][pIn->surfIndex & (banks - 1)]; in HwlComputeBaseSwizzle()
2775 pipeSwizzle = pIn->surfIndex & (HwlGetPipes(pTileInfo) - 1); in HwlComputeBaseSwizzle()
/external/mesa3d/src/amd/common/
Dac_surface.c455 AddrBaseSwizzleIn.surfIndex = p_atomic_inc_return(config->info.surf_index) - 1; in gfx6_surface_settings()
/external/mesa3d/src/amd/addrlib/gfx9/
Dgfx9addrlib.cpp2931 const UINT_32 index = pIn->surfIndex & bankMask; in HwlComputePipeBankXor()