Searched refs:MaxNumOfBpp (Results 1 – 5 of 5) sorted by relevance
555 static const Dim3d Block256_3d[MaxNumOfBpp];556 static const Dim3d Block64K_Log2_3d[MaxNumOfBpp];557 static const Dim3d Block4K_Log2_3d[MaxNumOfBpp];
699 index += MaxNumOfBpp; in HwlComputeDccAddrFromCoord()703 index += m_pipesLog2 * MaxNumOfBpp; in HwlComputeDccAddrFromCoord()708 index += 4 * MaxNumOfBpp; in HwlComputeDccAddrFromCoord()712 index += (m_numPkrLog2 - 2) * dccPipePerPkr * MaxNumOfBpp + in HwlComputeDccAddrFromCoord()713 (m_pipesLog2 - m_numPkrLog2) * MaxNumOfBpp; in HwlComputeDccAddrFromCoord()723 index += (numPipeLog2 + UnalignedDccType) * MaxNumOfBpp; in HwlComputeDccAddrFromCoord()727 index += Min(numPipeLog2, UnalignedDccType - 1) * MaxNumOfBpp; in HwlComputeDccAddrFromCoord()869 m_colorBaseIndex += m_pipesLog2 * MaxNumOfBpp; in HwlInitGlobalParams()883 m_colorBaseIndex += (2 * m_numPkrLog2 - 2) * MaxNumOfBpp; in HwlInitGlobalParams()4204 for (UINT_32 bppLog2 = 0; bppLog2 < MaxNumOfBpp; bppLog2++) in HwlComputeMaxMetaBaseAlignments()[all …]
309 static const UINT_32 MaxNumOfBpp = 5; variable312 static const Dim2d Block256_2d[MaxNumOfBpp];313 static const Dim3d Block1K_3d[MaxNumOfBpp];
631 static const Dim3d Block256_3dS[MaxNumOfBpp];632 static const Dim3d Block256_3dZ[MaxNumOfBpp];
4763 ADDR_ASSERT(log2ElementBytes < MaxNumOfBpp); in HwlComputeSurfaceAddrFromCoordTiled()