Searched defs:getNumMipLevels (Results 1 – 2 of 2) sorted by relevance
1624 uint32_t VulkanImage::getNumMipLevels() const { return m_numMipLevels; } in getNumMipLevels() function in VulkanImage
148 deUint32 getNumMipLevels (const VkExtent3D& baseExtent, const deUint32 maxMipLevels) in getNumMipLevels() function