Searched refs:m_pipeInterleaveBytes (Results 1 – 9 of 9) sorted by relevance
689 *pBaseAlign = m_pipeInterleaveBytes; in ComputeSurfaceAlignmentsLinear()734 *pBaseAlign = m_pipeInterleaveBytes; in ComputeSurfaceAlignmentsMicroTiled()801 m_pipeInterleaveBytes * m_bankInterleave / in HwlReduceBankWidthHeight()811 m_pipeInterleaveBytes * m_bankInterleave / in HwlReduceBankWidthHeight()905 m_pipeInterleaveBytes * m_bankInterleave / in ComputeSurfaceAlignmentsMacroTiled()917 m_pipeInterleaveBytes * m_bankInterleave / in ComputeSurfaceAlignmentsMacroTiled()1096 UINT_32 interleaveSize = m_pipeInterleaveBytes * m_bankInterleave; in ComputeSurfaceMipLevelTileMode()1505 UINT_32 pipeBitStart = Log2(m_pipeInterleaveBytes); in ComputeMacroTileEquation()1638 UINT_32 numPipeInterleaveBits = Log2(m_pipeInterleaveBytes); in ComputeSurfaceAddrFromCoordMacroTiled()2350 UINT_32 groupBits = m_pipeInterleaveBytes << 3; in ComputeSurfaceCoordFromAddrMacroTiled()[all …]
1424 UINT_64 addrInBits = totalOffset % (m_pipeInterleaveBytes * 8) + in HwlComputeXmaskAddrFromCoord()1425 pipe * (m_pipeInterleaveBytes * 8) + in HwlComputeXmaskAddrFromCoord()1426 … totalOffset / (m_pipeInterleaveBytes * 8) * (m_pipeInterleaveBytes * 8) * numPipes; in HwlComputeXmaskAddrFromCoord()1524 const UINT_32 pipe = (UINT_32)((addr / m_pipeInterleaveBytes) % numPipes); in HwlComputeXmaskCoordFromAddr()1526 UINT_64 localOffset = (addr % m_pipeInterleaveBytes) + in HwlComputeXmaskCoordFromAddr()1527 (addr / m_pipeInterleaveBytes / numPipes)* m_pipeInterleaveBytes; in HwlComputeXmaskCoordFromAddr()1659 pitchAlign = Max(64u, m_pipeInterleaveBytes / BITS_TO_BYTES(bpp)); in HwlGetPitchAlignmentLinear()1702 UINT_32 pixelsPerPipeInterleave = m_pipeInterleaveBytes / BITS_TO_BYTES(bpp); in HwlGetSizeAdjustmentLinear()2285 m_pipeInterleaveBytes = ADDR_PIPEINTERLEAVE_256B; in DecodeGbRegs()2288 m_pipeInterleaveBytes = ADDR_PIPEINTERLEAVE_512B; in DecodeGbRegs()[all …]
225 UINT_32 fastClearBaseAlign = HwlGetPipes(&pIn->tileInfo) * m_pipeInterleaveBytes; in HwlComputeDccInfo()243 m_pipeInterleaveBytes; in HwlComputeDccInfo()255 UINT_64 dccRamSizeAlign = HwlGetPipes(&pIn->tileInfo) * m_pipeInterleaveBytes; in HwlComputeDccInfo()309 m_pipeInterleaveBytes, in HwlComputeCmaskAddrFromCoord()353 m_pipeInterleaveBytes, in HwlComputeHtileAddrFromCoord()2127 UINT_32 dccFastClearByteAlign = HwlGetPipes(pTileInfo) * m_pipeInterleaveBytes * 256; in HwlPadDimensions()
105 m_pipeInterleaveBytes(0), in Lib()132 m_pipeInterleaveBytes(0), in Lib()
389 UINT_32 m_pipeInterleaveBytes; variable
1290 …st UINT_32 align = HwlGetPipes(pIn->pTileInfo) * pIn->pTileInfo->banks * m_pipeInterleaveBytes; in ComputeHtileInfo()1918 UINT_32 baseAlign = m_pipeInterleaveBytes * HwlGetPipes(pTileInfo); in ComputeCmaskBaseAlign()2235 numGroupBits = Log2(m_pipeInterleaveBytes); in HwlComputeXmaskCoordFromAddr()2238 UINT_32 groupBits = 8 * m_pipeInterleaveBytes; in HwlComputeXmaskCoordFromAddr()2421 numGroupBits = Log2(m_pipeInterleaveBytes); in HwlComputeXmaskAddrFromCoord()2768 UINT_32 groupBytes = m_pipeInterleaveBytes; //just different terms in ComputePipeFromAddr()
223 UINT_32 align = numPipeTotal * numRbTotal * m_pipeInterleaveBytes; in HwlComputeHtileInfo()334 UINT_32 sizeAlign = numPipeTotal * numRbTotal * m_pipeInterleaveBytes; in HwlComputeCmaskInfo()609 pOut->dccRamBaseAlign = numPipeTotal * m_pipeInterleaveBytes; in HwlComputeDccInfo()678 UINT_32 sizeAlign = numPipeTotal * numRbTotal * m_pipeInterleaveBytes; in HwlComputeDccInfo()801 UINT_32 maxBaseAlignHtile = maxNumPipeTotal * maxNumRbTotal * m_pipeInterleaveBytes; in HwlComputeMaxMetaBaseAlignments()831 …UINT_32 maxBaseAlignDccMsaa = maxNumPipeTotal * maxNumRbTotal * m_pipeInterleaveBytes * (8 / m_max… in HwlComputeMaxMetaBaseAlignments()1204 m_pipeInterleaveBytes = ADDR_PIPEINTERLEAVE_256B; in HwlInitGlobalParams()1208 m_pipeInterleaveBytes = ADDR_PIPEINTERLEAVE_512B; in HwlInitGlobalParams()1212 m_pipeInterleaveBytes = ADDR_PIPEINTERLEAVE_1KB; in HwlInitGlobalParams()1216 m_pipeInterleaveBytes = ADDR_PIPEINTERLEAVE_2KB; in HwlInitGlobalParams()[all …]
666 m_pipeInterleaveBytes = ADDR_PIPEINTERLEAVE_256B; in HwlInitGlobalParams()670 m_pipeInterleaveBytes = ADDR_PIPEINTERLEAVE_512B; in HwlInitGlobalParams()674 m_pipeInterleaveBytes = ADDR_PIPEINTERLEAVE_1KB; in HwlInitGlobalParams()678 m_pipeInterleaveBytes = ADDR_PIPEINTERLEAVE_2KB; in HwlInitGlobalParams()690 ADDR_ASSERT(m_pipeInterleaveBytes == ADDR_PIPEINTERLEAVE_256B); in HwlInitGlobalParams()2229 if (msaa && (GetBlockSize(swizzle) < (m_pipeInterleaveBytes * pIn->numSamples))) in ValidateSwModeParams()
899 m_pipeInterleaveBytes = ADDR_PIPEINTERLEAVE_256B; in HwlInitGlobalParams()903 m_pipeInterleaveBytes = ADDR_PIPEINTERLEAVE_512B; in HwlInitGlobalParams()907 m_pipeInterleaveBytes = ADDR_PIPEINTERLEAVE_1KB; in HwlInitGlobalParams()911 m_pipeInterleaveBytes = ADDR_PIPEINTERLEAVE_2KB; in HwlInitGlobalParams()923 ADDR_ASSERT(m_pipeInterleaveBytes == ADDR_PIPEINTERLEAVE_256B); in HwlInitGlobalParams()2616 (GetBlockSize(swizzle) < (m_pipeInterleaveBytes * pIn->numFrags))) in ValidateSwModeParams()