Searched refs:pipeInterleaveLog2 (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/amd/addrlib/gfx9/ |
D | gfx9addrlib.cpp | 1502 UINT_32 pipeInterleaveLog2, ///< [in] pipe interleave in GetPipeEquation() argument 1521 dataEq.copy(*pPipeEq, pipeInterleaveLog2, numPipeLog2); in GetPipeEquation() 1532 while (dataEq[pipeInterleaveLog2 + pipeStart][0] < tileMin) in GetPipeEquation() 1546 dataEq[pipeInterleaveLog2 + pipeStart + i].copyto((*pPipeEq)[i]); in GetPipeEquation() 1566 dataEq.copy(xorMask2, pipeInterleaveLog2 + numPipeLog2, 2 * numPipeLog2); in GetPipeEquation() 1579 dataEq.copy(xorMask, pipeInterleaveLog2 + pipeStart + numPipeLog2, numPipeLog2); in GetPipeEquation() 1688 UINT_32 pipeInterleaveLog2 = m_pipeInterleaveLog2; in GenMetaEquation() local 1697 GetPipeEquation(&pipeEquation, &dataEq, pipeInterleaveLog2, numPipeTotalLog2, in GenMetaEquation() 1716 pMetaEq->shift(-shift, pipeInterleaveLog2); in GenMetaEquation() 1724 pMetaEq->shift(numPipeTotalLog2, pipeInterleaveLog2); in GenMetaEquation() [all …]
|
D | gfx9addrlib.h | 416 UINT_32 pipeInterleaveLog2, UINT_32 numPipesLog2,
|