Searched refs:surfIndex (Results 1 – 4 of 4) sorted by relevance
1762 UINT_32 surfIndex; ///< Index of this surface type member3442 UINT_32 surfIndex; ///< Input surface index member
2766 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()
455 AddrBaseSwizzleIn.surfIndex = p_atomic_inc_return(config->info.surf_index) - 1; in gfx6_surface_settings()
2931 const UINT_32 index = pIn->surfIndex & bankMask; in HwlComputePipeBankXor()