Home
last modified time | relevance | path

Searched defs:mipmapExtent (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshotUtils.cpp200 VkExtent3D mipmapExtent = getMipmapExtent(imageCreateInfo.extent, mipLevel); in saveImageContent() local
398 VkExtent3D mipmapExtent = getMipmapExtent(imageCreateInfo.extent, mipLevel); in loadImageContent() local
/hardware/google/gfxstream/host/vulkan/emulated_textures/
DCompressedImageInfo.cpp785 VkExtent3D CompressedImageInfo::mipmapExtent(uint32_t level) const { in mipmapExtent() function in gfxstream::vk::CompressedImageInfo