Searched refs:m_pipeInterleaveBytes (Results 1 – 8 of 8) sorted by relevance
690 *pBaseAlign = m_pipeInterleaveBytes; in ComputeSurfaceAlignmentsLinear()735 *pBaseAlign = m_pipeInterleaveBytes; in ComputeSurfaceAlignmentsMicroTiled()802 m_pipeInterleaveBytes * m_bankInterleave / in HwlReduceBankWidthHeight()812 m_pipeInterleaveBytes * m_bankInterleave / in HwlReduceBankWidthHeight()906 m_pipeInterleaveBytes * m_bankInterleave / in ComputeSurfaceAlignmentsMacroTiled()918 m_pipeInterleaveBytes * m_bankInterleave / in ComputeSurfaceAlignmentsMacroTiled()1097 UINT_32 interleaveSize = m_pipeInterleaveBytes * m_bankInterleave; in ComputeSurfaceMipLevelTileMode()1506 UINT_32 pipeBitStart = Log2(m_pipeInterleaveBytes); in ComputeMacroTileEquation()1639 UINT_32 numPipeInterleaveBits = Log2(m_pipeInterleaveBytes); in ComputeSurfaceAddrFromCoordMacroTiled()2351 UINT_32 groupBits = m_pipeInterleaveBytes << 3; in ComputeSurfaceCoordFromAddrMacroTiled()[all …]
1425 UINT_64 addrInBits = totalOffset % (m_pipeInterleaveBytes * 8) + in HwlComputeXmaskAddrFromCoord()1426 pipe * (m_pipeInterleaveBytes * 8) + in HwlComputeXmaskAddrFromCoord()1427 … totalOffset / (m_pipeInterleaveBytes * 8) * (m_pipeInterleaveBytes * 8) * numPipes; in HwlComputeXmaskAddrFromCoord()1525 const UINT_32 pipe = (UINT_32)((addr / m_pipeInterleaveBytes) % numPipes); in HwlComputeXmaskCoordFromAddr()1527 UINT_64 localOffset = (addr % m_pipeInterleaveBytes) + in HwlComputeXmaskCoordFromAddr()1528 (addr / m_pipeInterleaveBytes / numPipes)* m_pipeInterleaveBytes; in HwlComputeXmaskCoordFromAddr()1660 pitchAlign = Max(64u, m_pipeInterleaveBytes / BITS_TO_BYTES(bpp)); in HwlGetPitchAlignmentLinear()1703 UINT_32 pixelsPerPipeInterleave = m_pipeInterleaveBytes / BITS_TO_BYTES(bpp); in HwlGetSizeAdjustmentLinear()2286 m_pipeInterleaveBytes = ADDR_PIPEINTERLEAVE_256B; in DecodeGbRegs()2289 m_pipeInterleaveBytes = ADDR_PIPEINTERLEAVE_512B; in DecodeGbRegs()[all …]
226 UINT_32 fastClearBaseAlign = HwlGetPipes(&pIn->tileInfo) * m_pipeInterleaveBytes; in HwlComputeDccInfo()244 m_pipeInterleaveBytes; in HwlComputeDccInfo()256 UINT_64 dccRamSizeAlign = HwlGetPipes(&pIn->tileInfo) * m_pipeInterleaveBytes; in HwlComputeDccInfo()310 m_pipeInterleaveBytes, in HwlComputeCmaskAddrFromCoord()354 m_pipeInterleaveBytes, in HwlComputeHtileAddrFromCoord()2128 UINT_32 dccFastClearByteAlign = HwlGetPipes(pTileInfo) * m_pipeInterleaveBytes * 256; in HwlPadDimensions()
106 m_pipeInterleaveBytes(0), in Lib()131 m_pipeInterleaveBytes(0), in Lib()
390 UINT_32 m_pipeInterleaveBytes; variable
1291 …st UINT_32 align = HwlGetPipes(pIn->pTileInfo) * pIn->pTileInfo->banks * m_pipeInterleaveBytes; in ComputeHtileInfo()1919 UINT_32 baseAlign = m_pipeInterleaveBytes * HwlGetPipes(pTileInfo); in ComputeCmaskBaseAlign()2236 numGroupBits = Log2(m_pipeInterleaveBytes); in HwlComputeXmaskCoordFromAddr()2239 UINT_32 groupBits = 8 * m_pipeInterleaveBytes; in HwlComputeXmaskCoordFromAddr()2422 numGroupBits = Log2(m_pipeInterleaveBytes); in HwlComputeXmaskAddrFromCoord()2769 UINT_32 groupBytes = m_pipeInterleaveBytes; //just different terms in ComputePipeFromAddr()
224 UINT_32 align = numPipeTotal * numRbTotal * m_pipeInterleaveBytes; in HwlComputeHtileInfo()335 UINT_32 sizeAlign = numPipeTotal * numRbTotal * m_pipeInterleaveBytes; in HwlComputeCmaskInfo()566 pOut->dccRamBaseAlign = numPipeTotal * m_pipeInterleaveBytes; in HwlComputeDccInfo()635 UINT_32 sizeAlign = numPipeTotal * numRbTotal * m_pipeInterleaveBytes; in HwlComputeDccInfo()709 UINT_32 maxBaseAlignHtile = maxNumPipeTotal * maxNumRbTotal * m_pipeInterleaveBytes; in HwlComputeMaxMetaBaseAlignments()739 …UINT_32 maxBaseAlignDccMsaa = maxNumPipeTotal * maxNumRbTotal * m_pipeInterleaveBytes * (8 / m_max… in HwlComputeMaxMetaBaseAlignments()1086 m_pipeInterleaveBytes = ADDR_PIPEINTERLEAVE_256B; in HwlInitGlobalParams()1090 m_pipeInterleaveBytes = ADDR_PIPEINTERLEAVE_512B; in HwlInitGlobalParams()1094 m_pipeInterleaveBytes = ADDR_PIPEINTERLEAVE_1KB; in HwlInitGlobalParams()1098 m_pipeInterleaveBytes = ADDR_PIPEINTERLEAVE_2KB; in HwlInitGlobalParams()[all …]
814 m_pipeInterleaveBytes = ADDR_PIPEINTERLEAVE_256B; in HwlInitGlobalParams()818 m_pipeInterleaveBytes = ADDR_PIPEINTERLEAVE_512B; in HwlInitGlobalParams()822 m_pipeInterleaveBytes = ADDR_PIPEINTERLEAVE_1KB; in HwlInitGlobalParams()826 m_pipeInterleaveBytes = ADDR_PIPEINTERLEAVE_2KB; in HwlInitGlobalParams()838 ADDR_ASSERT(m_pipeInterleaveBytes == ADDR_PIPEINTERLEAVE_256B); in HwlInitGlobalParams()2306 (GetBlockSize(swizzle) < (m_pipeInterleaveBytes * pIn->numFrags))) in ValidateSwModeParams()