Searched refs:m_Width (Results 1 – 5 of 5) sorted by relevance
| /CTR-SDK-2.4.0/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 | 808 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()
|
| D | gd_Texture.h | 1403 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()
|
| 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 | 860 u32 m_Width;
|