Home
last modified time | relevance | path

Searched refs:m_Height (Results 1 – 5 of 5) sorted by relevance

/CTR-SDK-4.2.5/include/nn/gd/CTR/
Dgd_Rasterizer.h75 u32 m_Height; variable
85 Viewport(): m_X(0), m_Y(0), m_Width(0), m_Height(0) {} in Viewport()
102 … Viewport(u32 x, u32 y, u32 width, u32 height): m_X(x), m_Y(y), m_Width(width), m_Height(height) {} in Viewport()
124 m_Height = height; in Set()
Dgd_Resource.h925 u32 m_Height; variable
982 u32 m_Height; variable
1019 u32 m_Height; variable
1076 mipmapInfo.m_Height = m_Height; in GetMipmapAddress()
1080 mipmapInfo.m_MemAddr += (mipmapInfo.m_Width * mipmapInfo.m_Height * m_PixelSize) >> 3; in GetMipmapAddress()
1082 mipmapInfo.m_Height >>= 1; in GetMipmapAddress()
Dgd_Texture.h1467 u32 m_Height; variable
1527 mipmapInfo.m_Height = m_Height; in GetMipmapAddress()
1531 mipmapInfo.m_MemAddr += (mipmapInfo.m_Width * mipmapInfo.m_Height * m_PixelSize) >> 3; in GetMipmapAddress()
1533 mipmapInfo.m_Height >>= 1; in GetMipmapAddress()
1626 u32 m_Height; variable
1688 mipmapInfo.m_Height = m_Height; in GetMipmapAddress()
1692 mipmapInfo.m_MemAddr += (mipmapInfo.m_Width * mipmapInfo.m_Height * m_PixelSize) >> 3; in GetMipmapAddress()
1694 mipmapInfo.m_Height >>= 1; in GetMipmapAddress()
Dgd_Memory.h187 s32 m_Height; variable
195 Rect(s32 x, s32 y, s32 w, s32 h): m_PosX(x), m_PosY(y), m_Width(w), m_Height(h) {} in Rect()
Dgd_OutputStage.h907 u32 m_Height; variable