Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/r800/
Dciaddrlib.cpp1664 UINT_32 pipeInterleaveBits = Log2(pipeInterleaveBytes); in HwlComputeMetadataNibbleAddress() local
1671 UINT_32 dataMacrotileBits = pipeInterleaveBits + pipeBits + bankBits; in HwlComputeMetadataNibbleAddress()
1672 UINT_32 metadataMacrotileBits = pipeInterleaveBits + pipeBits + bankBits; in HwlComputeMetadataNibbleAddress()
1694 UINT_32 lsb = pipeBits + pipeInterleaveBits; in HwlComputeMetadataNibbleAddress()
1702 lsb = pipeInterleaveBits; in HwlComputeMetadataNibbleAddress()
1710 lsb = pipeInterleaveBits; in HwlComputeMetadataNibbleAddress()
1740 lsb = pipeInterleaveBits + 1; ///<+1 due to Nibble address now gives interleave bits extra lsb. in HwlComputeMetadataNibbleAddress()