Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkImage.cpp909 uint32_t Image::getLastMipLevel(const VkImageSubresourceRange &subresourceRange) const in getLastMipLevel() function in vk::Image
1066 uint32_t lastMipLevel = getLastMipLevel(subresourceRange); in prepareForSampling()
1086 uint32_t lastMipLevel = getLastMipLevel(subresourceRange); in decodeETC2()
1135 uint32_t lastMipLevel = getLastMipLevel(subresourceRange); in decodeBC()
1170 uint32_t lastMipLevel = getLastMipLevel(subresourceRange); in decodeASTC()
DVkImage.hpp74 uint32_t getLastMipLevel(const VkImageSubresourceRange &subresourceRange) const;
/external/swiftshader/src/Device/
DBlitter.cpp95 uint32_t lastMipLevel = dest->getLastMipLevel(subresourceRange); in clear()
214 uint32_t lastMipLevel = dest->getLastMipLevel(subresourceRange); in fastClear()