Searched refs:m_pipeInterleaveBytes (Results 1 – 5 of 5) sorted by relevance
929 UINT_64 addrInBits = totalOffset % (m_pipeInterleaveBytes * 8) + in HwlComputeXmaskAddrFromCoord()930 pipe * (m_pipeInterleaveBytes * 8) + in HwlComputeXmaskAddrFromCoord()931 … totalOffset / (m_pipeInterleaveBytes * 8) * (m_pipeInterleaveBytes * 8) * numPipes; in HwlComputeXmaskAddrFromCoord()1029 const UINT_32 pipe = (UINT_32)((addr / m_pipeInterleaveBytes) % numPipes); in HwlComputeXmaskCoordFromAddr()1031 UINT_64 localOffset = (addr % m_pipeInterleaveBytes) + in HwlComputeXmaskCoordFromAddr()1032 (addr / m_pipeInterleaveBytes / numPipes)* m_pipeInterleaveBytes; in HwlComputeXmaskCoordFromAddr()1163 pitchAlign = Max(64u, m_pipeInterleaveBytes / BITS_TO_BYTES(bpp)); in HwlGetPitchAlignmentLinear()1206 UINT_32 pixelsPerPipeInterleave = m_pipeInterleaveBytes / BITS_TO_BYTES(bpp); in HwlGetSizeAdjustmentLinear()1788 m_pipeInterleaveBytes = ADDR_PIPEINTERLEAVE_256B; in DecodeGbRegs()1791 m_pipeInterleaveBytes = ADDR_PIPEINTERLEAVE_512B; in DecodeGbRegs()
618 *pBaseAlign = m_pipeInterleaveBytes; in ComputeSurfaceAlignmentsLinear()663 *pBaseAlign = m_pipeInterleaveBytes; in ComputeSurfaceAlignmentsMicroTiled()733 m_pipeInterleaveBytes * m_bankInterleave / in HwlReduceBankWidthHeight()743 m_pipeInterleaveBytes * m_bankInterleave / in HwlReduceBankWidthHeight()838 m_pipeInterleaveBytes * m_bankInterleave / in ComputeSurfaceAlignmentsMacroTiled()850 m_pipeInterleaveBytes * m_bankInterleave / in ComputeSurfaceAlignmentsMacroTiled()1041 UINT_32 interleaveSize = m_pipeInterleaveBytes * m_bankInterleave; in ComputeSurfaceMipLevelTileMode()1477 UINT_32 numPipeInterleaveBits = Log2(m_pipeInterleaveBytes); in ComputeSurfaceAddrFromCoordMacroTiled()2189 UINT_32 groupBits = m_pipeInterleaveBytes << 3; in ComputeSurfaceCoordFromAddrMacroTiled()2639 UINT_32 groupBytes = m_pipeInterleaveBytes; in ExtractBankPipeSwizzle()[all …]
230 UINT_32 fastClearBaseAlign = HwlGetPipes(&pIn->tileInfo) * m_pipeInterleaveBytes; in HwlComputeDccInfo()248 m_pipeInterleaveBytes; in HwlComputeDccInfo()259 UINT_64 dccRamSizeAlign = HwlGetPipes(&pIn->tileInfo) * m_pipeInterleaveBytes; in HwlComputeDccInfo()309 m_pipeInterleaveBytes, in HwlComputeCmaskAddrFromCoord()1786 UINT_32 dccFastClearByteAlign = HwlGetPipes(pTileInfo) * m_pipeInterleaveBytes * 256; in HwlPadDimensions()
137 m_pipeInterleaveBytes(0), in AddrLib()163 m_pipeInterleaveBytes(0), in AddrLib()2045 UINT_32 baseAlign = m_pipeInterleaveBytes * HwlGetPipes(pTileInfo); in ComputeCmaskBaseAlign()2363 UINT_32 groupBits = 8 * m_pipeInterleaveBytes; in HwlComputeXmaskCoordFromAddr()2546 numGroupBits = Log2(m_pipeInterleaveBytes); in HwlComputeXmaskAddrFromCoord()2893 UINT_32 groupBytes = m_pipeInterleaveBytes; //just different terms in ComputePipeFromAddr()
678 UINT_32 m_pipeInterleaveBytes; variable