Searched refs:imageExtentInBlocks (Results 1 – 2 of 2) sorted by relevance
415 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::Image835 VkExtent3D extentInBlocks = imageExtentInBlocks(mipLevelExtent, aspect); in rowPitchBytes()852 VkExtent3D extentInBlocks = imageExtentInBlocks(mipLevelExtent, aspect); in slicePitchBytes()
131 VkExtent3D imageExtentInBlocks(const VkExtent3D &extent, VkImageAspectFlagBits aspect) const;