Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/gfx9/
Dgfx9addrlib.cpp2509 UINT_32 xor1BitPos = pipeStart + 2 * pipeXorBits - 1 - i; in HwlComputeThinEquation() local
2510 ADDR_CHANNEL_SETTING* pXor1Src = (xor1BitPos < blockSizeLog2) ? in HwlComputeThinEquation()
2511 … &pEquation->addr[xor1BitPos] : &xorExtra[xor1BitPos - blockSizeLog2]; in HwlComputeThinEquation()
2518 UINT_32 xor1BitPos = bankStart + 2 * bankXorBits - 1 - i; in HwlComputeThinEquation() local
2519 ADDR_CHANNEL_SETTING* pXor1Src = (xor1BitPos < blockSizeLog2) ? in HwlComputeThinEquation()
2520 … &pEquation->addr[xor1BitPos] : &xorExtra[xor1BitPos - blockSizeLog2]; in HwlComputeThinEquation()
2785 UINT_32 xor1BitPos = pipeStart + (3 * pipeXorBits) - 1 - (2 * i); in HwlComputeThickEquation() local
2786 ADDR_CHANNEL_SETTING* pXor1Src = (xor1BitPos < blockSizeLog2) ? in HwlComputeThickEquation()
2787 … &pEquation->addr[xor1BitPos] : &xorExtra[xor1BitPos - blockSizeLog2]; in HwlComputeThickEquation()
2802 UINT_32 xor1BitPos = bankStart + (3 * bankXorBits) - 1 - (2 * i); in HwlComputeThickEquation() local
[all …]