Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/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.h918 u32 m_Width;
975 u32 m_Width;
1012 u32 m_Width;
1075 mipmapInfo.m_Width = m_Width; in GetMipmapAddress()
1080 mipmapInfo.m_MemAddr += (mipmapInfo.m_Width * mipmapInfo.m_Height * m_PixelSize) >> 3; in GetMipmapAddress()
1081 mipmapInfo.m_Width >>= 1; in GetMipmapAddress()
Dgd_Texture.h1460 u32 m_Width;
1526 mipmapInfo.m_Width = m_Width; in GetMipmapAddress()
1531 mipmapInfo.m_MemAddr += (mipmapInfo.m_Width * mipmapInfo.m_Height * m_PixelSize) >> 3; in GetMipmapAddress()
1532 mipmapInfo.m_Width >>= 1; in GetMipmapAddress()
1619 u32 m_Width;
1687 mipmapInfo.m_Width = m_Width; in GetMipmapAddress()
1692 mipmapInfo.m_MemAddr += (mipmapInfo.m_Width * mipmapInfo.m_Height * m_PixelSize) >> 3; in GetMipmapAddress()
1693 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.h900 u32 m_Width;