Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/include/nn/gd/CTR/
Dgd_Rasterizer.h68 u32 m_Width; 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()
123 m_Width = width; in Set()
Dgd_Resource.h808 u32 m_Width;
865 u32 m_Width;
902 u32 m_Width;
965 mipmapInfo.m_Width = m_Width; in GetMipmapAddress()
970 mipmapInfo.m_MemAddr += (mipmapInfo.m_Width * mipmapInfo.m_Height * m_PixelSize) >> 3; in GetMipmapAddress()
971 mipmapInfo.m_Width >>= 1; in GetMipmapAddress()
Dgd_Texture.h1403 u32 m_Width;
1469 mipmapInfo.m_Width = m_Width; in GetMipmapAddress()
1474 mipmapInfo.m_MemAddr += (mipmapInfo.m_Width * mipmapInfo.m_Height * m_PixelSize) >> 3; in GetMipmapAddress()
1475 mipmapInfo.m_Width >>= 1; in GetMipmapAddress()
1562 u32 m_Width;
1630 mipmapInfo.m_Width = m_Width; in GetMipmapAddress()
1635 mipmapInfo.m_MemAddr += (mipmapInfo.m_Width * mipmapInfo.m_Height * m_PixelSize) >> 3; in GetMipmapAddress()
1636 mipmapInfo.m_Width >>= 1; in GetMipmapAddress()
Dgd_Memory.h180 s32 m_Width; 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.h860 u32 m_Width;