Lines Matching defs:m_width
109 int m_width;
138 , m_width (width)
160 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
162 int numLevels = deLog2Floor32(de::max(m_width, m_height))+1;
770 int m_width;
783 , m_width (width)
798 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
818 const int numLevels = deLog2Floor32(de::max(m_width, m_height))+1;
850 const int levelWidth = de::max(1, m_width >> levelNdx);