Home
last modified time | relevance | path

Searched refs:mipmapInfo (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.5/include/nn/gd/CTR/
Dgd_Resource.h1074 MipmapResourceInfo mipmapInfo; in GetMipmapAddress() local
1075 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()
Dgd_Texture.h1525 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()
[all …]