Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/gfx9/
Dgfx9addrlib.cpp2791 UINT_32 xor2BitPos = pipeStart + (3 * pipeXorBits) - 2 - (2 * i); in HwlComputeThickEquation() local
2792 ADDR_CHANNEL_SETTING* pXor2Src = (xor2BitPos < blockSizeLog2) ? in HwlComputeThickEquation()
2793 … &pEquation->addr[xor2BitPos] : &xorExtra[xor2BitPos - blockSizeLog2]; in HwlComputeThickEquation()
2808 UINT_32 xor2BitPos = bankStart + (3 * bankXorBits) - 2 - (2 * i); in HwlComputeThickEquation() local
2809 ADDR_CHANNEL_SETTING* pXor2Src = (xor2BitPos < blockSizeLog2) ? in HwlComputeThickEquation()
2810 … &pEquation->addr[xor2BitPos] : &xorExtra[xor2BitPos - blockSizeLog2]; in HwlComputeThickEquation()