Searched refs:m_noOfEntries (Results 1 – 3 of 3) sorted by relevance
530 for (index = 0; index < static_cast<INT_32>(m_noOfEntries); index++) in HwlPostCheckTileIndex()575 ADDR_ASSERT(index < static_cast<INT_32>(m_noOfEntries)); in HwlPostCheckTileIndex()577 if (index >= static_cast<INT_32>(m_noOfEntries)) in HwlPostCheckTileIndex()618 else if (static_cast<UINT_32>(index) >= m_noOfEntries) in HwlSetupTileCfg()1479 ADDR_ASSERT((index + 1) < static_cast<INT_32>(m_noOfEntries)); in HwlSetupTileInfo()1676 m_noOfEntries = noOfEntries; in InitTileSettingTable()1680 m_noOfEntries = TileTableSize; in InitTileSettingTable()1685 for (UINT_32 i = 0; i < m_noOfEntries; i++) in InitTileSettingTable()
111 m_noOfEntries(0), in SiLib()2898 ADDR_ASSERT(index < m_noOfEntries); in GetTileSetting()2938 for (index = 0; index < static_cast<INT_32>(m_noOfEntries); index++) in HwlPostCheckTileIndex()2971 ADDR_ASSERT(index < static_cast<INT_32>(m_noOfEntries)); in HwlPostCheckTileIndex()2973 if (index >= static_cast<INT_32>(m_noOfEntries)) in HwlPostCheckTileIndex()3027 else if (static_cast<UINT_32>(index) >= m_noOfEntries) in HwlSetupTileCfg()3125 m_noOfEntries = noOfEntries; in InitTileSettingTable()3129 m_noOfEntries = TileTableSize; in InitTileSettingTable()3134 for (UINT_32 i = 0; i < m_noOfEntries; i++) in InitTileSettingTable()3518 for (UINT_32 i = 0; i < m_noOfEntries; i++) in HwlComputeMaxBaseAlignments()[all …]
306 UINT_32 m_noOfEntries; variable