Searched refs:bufferExtentInBlocks (Results 1 – 2 of 2) sorted by relevance
132 VkExtent2D bufferExtentInBlocks(const VkExtent2D &extent, const VkBufferImageCopy ®ion) const;
544 VkExtent2D bufferExtent = bufferExtentInBlocks({ imageExtent.width, imageExtent.height }, region); in copy()701 VkExtent2D Image::bufferExtentInBlocks(const VkExtent2D &extent, const VkBufferImageCopy ®ion) c… in bufferExtentInBlocks() function in vk::Image