Searched refs:mipmapInfo (Results 1 – 2 of 2) sorted by relevance
964 MipmapResourceInfo mipmapInfo; in GetMipmapAddress() local965 mipmapInfo.m_Width = m_Width; in GetMipmapAddress()966 mipmapInfo.m_Height = m_Height; in GetMipmapAddress()967 mipmapInfo.m_MemAddr = m_MemAddr; in GetMipmapAddress()970 mipmapInfo.m_MemAddr += (mipmapInfo.m_Width * mipmapInfo.m_Height * m_PixelSize) >> 3; in GetMipmapAddress()971 mipmapInfo.m_Width >>= 1; in GetMipmapAddress()972 mipmapInfo.m_Height >>= 1; in GetMipmapAddress()974 return mipmapInfo; in GetMipmapAddress()
1468 MipmapResourceInfo mipmapInfo; in GetMipmapAddress() local1469 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() local1630 mipmapInfo.m_Width = m_Width; in GetMipmapAddress()[all …]