Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/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.h815 u32 m_Height; variable
872 u32 m_Height; variable
909 u32 m_Height; variable
966 mipmapInfo.m_Height = m_Height; in GetMipmapAddress()
970 mipmapInfo.m_MemAddr += (mipmapInfo.m_Width * mipmapInfo.m_Height * m_PixelSize) >> 3; in GetMipmapAddress()
972 mipmapInfo.m_Height >>= 1; in GetMipmapAddress()
Dgd_Texture.h1410 u32 m_Height; variable
1470 mipmapInfo.m_Height = m_Height; in GetMipmapAddress()
1474 mipmapInfo.m_MemAddr += (mipmapInfo.m_Width * mipmapInfo.m_Height * m_PixelSize) >> 3; in GetMipmapAddress()
1476 mipmapInfo.m_Height >>= 1; in GetMipmapAddress()
1569 u32 m_Height; variable
1631 mipmapInfo.m_Height = m_Height; in GetMipmapAddress()
1635 mipmapInfo.m_MemAddr += (mipmapInfo.m_Width * mipmapInfo.m_Height * m_PixelSize) >> 3; in GetMipmapAddress()
1637 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.h867 u32 m_Height; variable