Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/gfx9/
Dgfx9addrlib.cpp1526 UINT_32 pipeStart = 0; in GetPipeEquation() local
1532 while (dataEq[pipeInterleaveLog2 + pipeStart][0] < tileMin) in GetPipeEquation()
1534 pipeStart++; in GetPipeEquation()
1541 if (pipeStart != 0) in GetPipeEquation()
1546 dataEq[pipeInterleaveLog2 + pipeStart + i].copyto((*pPipeEq)[i]); in GetPipeEquation()
1579 dataEq.copy(xorMask, pipeInterleaveLog2 + pipeStart + numPipeLog2, numPipeLog2); in GetPipeEquation()
2501 UINT_32 pipeStart = m_pipeInterleaveLog2; in HwlComputeThinEquation() local
2504 UINT_32 bankStart = pipeStart + pipeXorBits; in HwlComputeThinEquation()
2509 UINT_32 xor1BitPos = pipeStart + 2 * pipeXorBits - 1 - i; in HwlComputeThinEquation()
2513 InitChannel(&pEquation->xor1[pipeStart + i], pXor1Src); in HwlComputeThinEquation()
[all …]