Lines Matching refs:w
651 s32 w = m_Description.width; in Create() local
657 byteCount += static_cast<u32>(bytesizePerPixel * h * w); in Create()
659 if (h == TEXTURE_SIZE_MIN && w == TEXTURE_SIZE_MIN) in Create()
669 if (w > TEXTURE_SIZE_MIN) in Create()
671 w /= 2; in Create()
763 s32 w = m_Description.width; in Create() local
769 byteCount += static_cast<u32>(bytesizePerPixel * h * w); in Create()
771 if (h == TEXTURE_SIZE_MIN && w == TEXTURE_SIZE_MIN) in Create()
781 if (w > TEXTURE_SIZE_MIN) in Create()
783 w /= 2; in Create()
894 s32 w = m_Description.width; in Create() local
898 byteCount += static_cast<u32>(bytesizePerPixel * h * w); in Create()