Searched refs:m_noOfEntries (Results 1 – 3 of 3) sorted by relevance
527 for (index = 0; index < static_cast<INT_32>(m_noOfEntries); index++) in HwlPostCheckTileIndex()572 ADDR_ASSERT(index < static_cast<INT_32>(m_noOfEntries)); in HwlPostCheckTileIndex()574 if (index >= static_cast<INT_32>(m_noOfEntries)) in HwlPostCheckTileIndex()615 else if (static_cast<UINT_32>(index) >= m_noOfEntries) in HwlSetupTileCfg()1477 ADDR_ASSERT((index + 1) < static_cast<INT_32>(m_noOfEntries)); in HwlSetupTileInfo()1667 m_noOfEntries = noOfEntries; in InitTileSettingTable()1671 m_noOfEntries = TileTableSize; in InitTileSettingTable()1676 for (UINT_32 i = 0; i < m_noOfEntries; i++) in InitTileSettingTable()
112 m_noOfEntries(0), in SiLib()2866 ADDR_ASSERT(index < m_noOfEntries); in GetTileSetting()2906 for (index = 0; index < static_cast<INT_32>(m_noOfEntries); index++) in HwlPostCheckTileIndex()2939 ADDR_ASSERT(index < static_cast<INT_32>(m_noOfEntries)); in HwlPostCheckTileIndex()2941 if (index >= static_cast<INT_32>(m_noOfEntries)) in HwlPostCheckTileIndex()2995 else if (static_cast<UINT_32>(index) >= m_noOfEntries) in HwlSetupTileCfg()3093 m_noOfEntries = noOfEntries; in InitTileSettingTable()3097 m_noOfEntries = TileTableSize; in InitTileSettingTable()3102 for (UINT_32 i = 0; i < m_noOfEntries; i++) in InitTileSettingTable()3488 for (UINT_32 i = 0; i < m_noOfEntries; i++) in HwlGetMaxAlignments()[all …]
306 UINT_32 m_noOfEntries; variable