Searched refs:mipmapInfo (Results 1 – 2 of 2) sorted by relevance
831 MipmapResourceInfo mipmapInfo; in GetMipmapAddress() local832 mipmapInfo.m_Width = m_Width; in GetMipmapAddress()833 mipmapInfo.m_Height = m_Height; in GetMipmapAddress()834 mipmapInfo.m_MemAddr = m_MemAddr; in GetMipmapAddress()837 mipmapInfo.m_MemAddr += (mipmapInfo.m_Width * mipmapInfo.m_Height * m_PixelSize) >> 3; in GetMipmapAddress()838 mipmapInfo.m_Width >>= 1; in GetMipmapAddress()839 mipmapInfo.m_Height >>= 1; in GetMipmapAddress()841 return mipmapInfo; in GetMipmapAddress()
1160 MipmapResourceInfo mipmapInfo; in GetMipmapAddress() local1161 mipmapInfo.m_Width = m_Width; in GetMipmapAddress()1162 mipmapInfo.m_Height = m_Height; in GetMipmapAddress()1163 mipmapInfo.m_MemAddr = m_MemAddr; in GetMipmapAddress()1166 mipmapInfo.m_MemAddr += (mipmapInfo.m_Width * mipmapInfo.m_Height * m_PixelSize) >> 3; in GetMipmapAddress()1167 mipmapInfo.m_Width >>= 1; in GetMipmapAddress()1168 mipmapInfo.m_Height >>= 1; in GetMipmapAddress()1170 return mipmapInfo; in GetMipmapAddress()1321 MipmapResourceInfo mipmapInfo; in GetMipmapAddress() local1322 mipmapInfo.m_Width = m_Width; in GetMipmapAddress()[all …]