Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/gfx9/
Dgfx9addrlib.cpp2504 UINT_32 bankStart = pipeStart + pipeXorBits; in HwlComputeThinEquation() local
2518 UINT_32 xor1BitPos = bankStart + 2 * bankXorBits - 1 - i; in HwlComputeThinEquation()
2522 InitChannel(&pEquation->xor1[bankStart + i], pXor1Src); in HwlComputeThinEquation()
2534 … InitChannel(1, 2, bankXorBits - i - 1 + pipeXorBits, &pEquation->xor2[bankStart + i]); in HwlComputeThinEquation()
2798 UINT_32 bankStart = pipeStart + pipeXorBits; in HwlComputeThickEquation() local
2802 UINT_32 xor1BitPos = bankStart + (3 * bankXorBits) - 1 - (2 * i); in HwlComputeThickEquation()
2806 InitChannel(&pEquation->xor1[bankStart + i], pXor1Src); in HwlComputeThickEquation()
2808 UINT_32 xor2BitPos = bankStart + (3 * bankXorBits) - 2 - (2 * i); in HwlComputeThickEquation()
2812 InitChannel(&pEquation->xor2[bankStart + i], pXor2Src); in HwlComputeThickEquation()