Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp165 UINT_32 numPipeTotal = GetPipeNumForMetaAddressing(pIn->hTileFlags.pipeAligned, in HwlComputeHtileInfo() local
172 if ((numPipeTotal == 1) && (numRbTotal == 1)) in HwlComputeHtileInfo()
223 UINT_32 align = numPipeTotal * numRbTotal * m_pipeInterleaveBytes; in HwlComputeHtileInfo()
225 if ((IsXor(pIn->swizzleMode) == FALSE) && (numPipeTotal > 2)) in HwlComputeHtileInfo()
227 align *= (numPipeTotal >> 1); in HwlComputeHtileInfo()
241 const INT_32 maxNumOfRbMaskBits = 1 + Log2(numPipeTotal) + Log2(numRbTotal); in HwlComputeHtileInfo()
280 UINT_32 numPipeTotal = GetPipeNumForMetaAddressing(pIn->cMaskFlags.pipeAligned, in HwlComputeCmaskInfo() local
287 if ((numPipeTotal == 1) && (numRbTotal == 1)) in HwlComputeCmaskInfo()
334 UINT_32 sizeAlign = numPipeTotal * numRbTotal * m_pipeInterleaveBytes; in HwlComputeCmaskInfo()
602 UINT_32 numPipeTotal = GetPipeNumForMetaAddressing(pipeAligned, pIn->swizzleMode); in HwlComputeDccInfo() local
[all …]