Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/gfx9/
Dgfx9addrlib.cpp167 UINT_32 numPipeTotal = GetPipeNumForMetaAddressing(pIn->hTileFlags.pipeAligned, in HwlComputeHtileInfo() local
174 if ((numPipeTotal == 1) && (numRbTotal == 1)) in HwlComputeHtileInfo()
224 UINT_32 sizeAlign = numPipeTotal * numRbTotal * m_pipeInterleaveBytes; in HwlComputeHtileInfo()
246 if ((IsXor(pIn->swizzleMode) == FALSE) && (numPipeTotal > 2)) in HwlComputeHtileInfo()
248 UINT_32 additionalAlign = numPipeTotal * numCompressBlkPerMetaBlk * 2; 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()
558 UINT_32 numPipeTotal = GetPipeNumForMetaAddressing(pipeAligned, pIn->swizzleMode); in HwlComputeDccInfo() local
565 pOut->dccRamBaseAlign = numPipeTotal * m_pipeInterleaveBytes; in HwlComputeDccInfo()
[all …]