Searched refs:mipmapInfo (Results 1 – 2 of 2) sorted by relevance
1074 MipmapResourceInfo mipmapInfo; in GetMipmapAddress() local1075 mipmapInfo.m_Width = m_Width; in GetMipmapAddress()1076 mipmapInfo.m_Height = m_Height; in GetMipmapAddress()1077 mipmapInfo.m_MemAddr = m_MemAddr; in GetMipmapAddress()1080 mipmapInfo.m_MemAddr += (mipmapInfo.m_Width * mipmapInfo.m_Height * m_PixelSize) >> 3; in GetMipmapAddress()1081 mipmapInfo.m_Width >>= 1; in GetMipmapAddress()1082 mipmapInfo.m_Height >>= 1; in GetMipmapAddress()1084 return mipmapInfo; in GetMipmapAddress()
1525 MipmapResourceInfo mipmapInfo; in GetMipmapAddress() local1526 mipmapInfo.m_Width = m_Width; in GetMipmapAddress()1527 mipmapInfo.m_Height = m_Height; in GetMipmapAddress()1528 mipmapInfo.m_MemAddr = m_MemAddr; in GetMipmapAddress()1531 mipmapInfo.m_MemAddr += (mipmapInfo.m_Width * mipmapInfo.m_Height * m_PixelSize) >> 3; in GetMipmapAddress()1532 mipmapInfo.m_Width >>= 1; in GetMipmapAddress()1533 mipmapInfo.m_Height >>= 1; in GetMipmapAddress()1535 return mipmapInfo; in GetMipmapAddress()1686 MipmapResourceInfo mipmapInfo; in GetMipmapAddress() local1687 mipmapInfo.m_Width = m_Width; in GetMipmapAddress()[all …]