Lines Matching full:m_width
42 m_framebuffer(VK_NULL_HANDLE), m_width(256.0), // default window width
246 m_width = width;
250 void VkRenderFramework::InitViewport() { InitViewport(m_width, m_height); }
307 img->init((uint32_t)m_width, (uint32_t)m_height,
313 img->init((uint32_t)m_width, (uint32_t)m_height,
381 fb_info.width = (uint32_t)m_width;
389 m_renderPassBeginInfo.renderArea.extent.width = (int32_t)m_width;