Lines Matching refs:mipmapInfo
1468 MipmapResourceInfo mipmapInfo; in GetMipmapAddress() local
1469 mipmapInfo.m_Width = m_Width; in GetMipmapAddress()
1470 mipmapInfo.m_Height = m_Height; in GetMipmapAddress()
1471 mipmapInfo.m_MemAddr = m_MemAddr; in GetMipmapAddress()
1474 mipmapInfo.m_MemAddr += (mipmapInfo.m_Width * mipmapInfo.m_Height * m_PixelSize) >> 3; in GetMipmapAddress()
1475 mipmapInfo.m_Width >>= 1; in GetMipmapAddress()
1476 mipmapInfo.m_Height >>= 1; in GetMipmapAddress()
1478 return mipmapInfo; in GetMipmapAddress()
1629 MipmapResourceInfo mipmapInfo; in GetMipmapAddress() local
1630 mipmapInfo.m_Width = m_Width; in GetMipmapAddress()
1631 mipmapInfo.m_Height = m_Height; in GetMipmapAddress()
1632 mipmapInfo.m_MemAddr = m_MemAddr[faceIndex]; in GetMipmapAddress()
1635 mipmapInfo.m_MemAddr += (mipmapInfo.m_Width * mipmapInfo.m_Height * m_PixelSize) >> 3; in GetMipmapAddress()
1636 mipmapInfo.m_Width >>= 1; in GetMipmapAddress()
1637 mipmapInfo.m_Height >>= 1; in GetMipmapAddress()
1639 return mipmapInfo; in GetMipmapAddress()