Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/include/nn/gd/CTR/
Dgd_Resource.h964 MipmapResourceInfo mipmapInfo; in GetMipmapAddress() local
965 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()
Dgd_Texture.h1468 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()
[all …]