Home
last modified time | relevance | path

Searched refs:getLastMipLevel (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkImage.hpp73 uint32_t getLastMipLevel(const VkImageSubresourceRange& subresourceRange) const;
DVkImage.cpp508 uint32_t Image::getLastMipLevel(const VkImageSubresourceRange& subresourceRange) const in getLastMipLevel() function in vk::Image
520 uint32_t lastLevel = getLastMipLevel(subresourceRange); in clear()