Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkImage.cpp415 VkExtent3D copyExtent = imageExtentInBlocks(region.extent, srcAspect); in copySingleAspectTo()
567 VkExtent3D imageExtent = imageExtentInBlocks(region.imageExtent, aspect); in copy()
695 VkExtent3D Image::imageExtentInBlocks(const VkExtent3D &extent, VkImageAspectFlagBits aspect) const in imageExtentInBlocks() function in vk::Image
835 VkExtent3D extentInBlocks = imageExtentInBlocks(mipLevelExtent, aspect); in rowPitchBytes()
852 VkExtent3D extentInBlocks = imageExtentInBlocks(mipLevelExtent, aspect); in slicePitchBytes()
DVkImage.hpp131 VkExtent3D imageExtentInBlocks(const VkExtent3D &extent, VkImageAspectFlagBits aspect) const;