Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkImage.hpp134 …VkExtent2D bufferExtentInBlocks(const VkExtent2D &extent, const VkBufferImageCopy2KHR &region) con…
DVkImage.cpp611 VkExtent2D bufferExtent = bufferExtentInBlocks(Extent2D(imageExtent), region); in copy()
718 VkExtent2D Image::bufferExtentInBlocks(const VkExtent2D &extent, const VkBufferImageCopy2KHR &regio… in bufferExtentInBlocks() function in vk::Image