Searched refs:GetMaxValidChannelIndex (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/amd/addrlib/src/core/ |
D | addrcommon.h | 931 static inline UINT_32 GetMaxValidChannelIndex( in GetMaxValidChannelIndex() function
|
/third_party/mesa3d/src/amd/addrlib/src/gfx9/ |
D | gfx9addrlib.cpp | 2588 ADDR_ASSERT((2u << GetMaxValidChannelIndex(pEquation->addr, 8, 0)) == in HwlComputeBlock256Equation() 2590 ADDR_ASSERT((2u << GetMaxValidChannelIndex(pEquation->addr, 8, 1)) == microBlockDim.h); in HwlComputeBlock256Equation() 4032 GetMaxValidChannelIndex(&pEqToCheck->addr[0], Log2Size256, 1)); in ComputeStereoInfo() 4038 GetMaxValidChannelIndex(&pEqToCheck->addr[0], blkSizeLog2, 1)); in ComputeStereoInfo() 4043 … GetMaxValidChannelIndex(&pEqToCheck->xor1[m_pipeInterleaveLog2], numPipeBits, 1)); in ComputeStereoInfo() 4049 … GetMaxValidChannelIndex(&pEqToCheck->xor1[m_pipeInterleaveLog2 + numPipeBits], numBankBits, 1)); in ComputeStereoInfo()
|