Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkImage.cpp223 uint32_t lastMipLevel = getLastMipLevel(subresourceRange); in getSizeInBytes()
1022 uint32_t Image::getLastMipLevel(const VkImageSubresourceRange &subresourceRange) const in getLastMipLevel() function in vk::Image
1111 uint32_t lastMipLevel = getLastMipLevel(subresourceRange); in contentsChanged()
1142 uint32_t lastMipLevel = getLastMipLevel(subresourceRange); in prepareForSampling()
DVkImage.hpp78 uint32_t getLastMipLevel(const VkImageSubresourceRange &subresourceRange) const;
/external/swiftshader/src/Device/
DBlitter.cpp101 uint32_t lastMipLevel = dest->getLastMipLevel(subresourceRange); in clear()
246 uint32_t lastMipLevel = dest->getLastMipLevel(subresourceRange); in fastClear()