Home
last modified time | relevance | path

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

/CTR-SDK-2.3.4/CTR_SDK/include/nn/gd/CTR/
Dgd_Resource.h831 MipmapResourceInfo mipmapInfo; in GetMipmapAddress() local
832 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()
Dgd_Texture.h1160 MipmapResourceInfo mipmapInfo; in GetMipmapAddress() local
1161 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() local
1322 mipmapInfo.m_Width = m_Width; in GetMipmapAddress()
[all …]