Lines Matching refs:mipmapInfo
1525 MipmapResourceInfo mipmapInfo; in GetMipmapAddress() local
1526 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() local
1687 mipmapInfo.m_Width = m_Width; in GetMipmapAddress()
1688 mipmapInfo.m_Height = m_Height; in GetMipmapAddress()
1689 mipmapInfo.m_MemAddr = m_MemAddr[faceIndex]; in GetMipmapAddress()
1692 mipmapInfo.m_MemAddr += (mipmapInfo.m_Width * mipmapInfo.m_Height * m_PixelSize) >> 3; in GetMipmapAddress()
1693 mipmapInfo.m_Width >>= 1; in GetMipmapAddress()
1694 mipmapInfo.m_Height >>= 1; in GetMipmapAddress()
1696 return mipmapInfo; in GetMipmapAddress()