Searched refs:pipeBits (Results 1 – 3 of 3) sorted by relevance
1665 UINT_32 pipeBits = Log2(numOfPipes); in HwlComputeMetadataNibbleAddress() local1671 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()1703 msb = pipeBits - 1 + lsb; in HwlComputeMetadataNibbleAddress()1741 msb = pipeBits - 1 + lsb; in HwlComputeMetadataNibbleAddress()
1668 UINT_32 pipeBits = pipe << numPipeInterleaveBits; in ComputeSurfaceAddrFromCoordMacroTiled() local1675 addr |= pipeBits; in ComputeSurfaceAddrFromCoordMacroTiled()2638 UINT_32 pipeBits = QLog2(numPipes); in ExtractBankPipeSwizzle() local2643 (base256b / (groupBytes >> 8)) & ((1<<pipeBits)-1); in ExtractBankPipeSwizzle()2669 UINT_32 pipeBits = QLog2(HwlGetPipes(pTileInfo)); in GetBankPipeSwizzle() local2671 UINT_32 tileSwizzle = pipeSwizzle + ((bankSwizzle << bankInterleaveBits) << pipeBits); in GetBankPipeSwizzle()
2664 UINT_32 pipeBits = pipe << numGroupBits; in HwlComputeXmaskAddrFromCoord() local2665 addr |= pipeBits; in HwlComputeXmaskAddrFromCoord()