Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/emulated_textures/
DCompressedImageInfo.h145 VkExtent3D compressedMipmapPortion(const VkExtent3D& origExtent, uint32_t level) const;
DCompressedImageInfo.cpp800 VkExtent3D CompressedImageInfo::compressedMipmapPortion(const VkExtent3D& origExtent, in compressedMipmapPortion() argument
804 .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()