Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/addrlib/src/r800/
Dciaddrlib.cpp1977 UINT_32 pipeInterleaveBits = Log2(pipeInterleaveBytes); in HwlComputeMetadataNibbleAddress() local
1984 UINT_32 dataMacrotileBits = pipeInterleaveBits + pipeBits + bankBits; in HwlComputeMetadataNibbleAddress()
1985 UINT_32 metadataMacrotileBits = pipeInterleaveBits + pipeBits + bankBits; in HwlComputeMetadataNibbleAddress()
2007 UINT_32 lsb = pipeBits + pipeInterleaveBits; in HwlComputeMetadataNibbleAddress()
2015 lsb = pipeInterleaveBits; in HwlComputeMetadataNibbleAddress()
2023 lsb = pipeInterleaveBits; in HwlComputeMetadataNibbleAddress()
2053 lsb = pipeInterleaveBits + 1; ///<+1 due to Nibble address now gives interleave bits extra lsb. in HwlComputeMetadataNibbleAddress()