Searched refs:origExtent (Results 1 – 2 of 2) sorted by relevance
145 VkExtent3D compressedMipmapPortion(const VkExtent3D& origExtent, uint32_t level) const;
800 VkExtent3D CompressedImageInfo::compressedMipmapPortion(const VkExtent3D& origExtent, in compressedMipmapPortion() argument804 .width = std::min(ceil_div(origExtent.width, mBlock.width), maxExtent.width), in compressedMipmapPortion()805 .height = std::min(ceil_div(origExtent.height, mBlock.height), maxExtent.height), in compressedMipmapPortion()809 .depth = origExtent.depth, in compressedMipmapPortion()