Searched refs:m_Width (Results 1 – 5 of 5) sorted by relevance
| /CTR-SDK-2.3.4/CTR_SDK/include/nn/gd/CTR/ |
| D | gd_Rasterizer.h | 68 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()
|
| D | gd_Resource.h | 675 u32 m_Width; 732 u32 m_Width; 769 u32 m_Width; 832 mipmapInfo.m_Width = m_Width; in GetMipmapAddress() 837 mipmapInfo.m_MemAddr += (mipmapInfo.m_Width * mipmapInfo.m_Height * m_PixelSize) >> 3; in GetMipmapAddress() 838 mipmapInfo.m_Width >>= 1; in GetMipmapAddress()
|
| D | gd_Texture.h | 1095 u32 m_Width; 1161 mipmapInfo.m_Width = m_Width; in GetMipmapAddress() 1166 mipmapInfo.m_MemAddr += (mipmapInfo.m_Width * mipmapInfo.m_Height * m_PixelSize) >> 3; in GetMipmapAddress() 1167 mipmapInfo.m_Width >>= 1; in GetMipmapAddress() 1254 u32 m_Width; 1322 mipmapInfo.m_Width = m_Width; in GetMipmapAddress() 1327 mipmapInfo.m_MemAddr += (mipmapInfo.m_Width * mipmapInfo.m_Height * m_PixelSize) >> 3; in GetMipmapAddress() 1328 mipmapInfo.m_Width >>= 1; in GetMipmapAddress()
|
| D | gd_Memory.h | 180 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()
|
| D | gd_OutputStage.h | 818 u32 m_Width;
|