Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/emulated_textures/
DAstcTexture.cpp40 uint32_t mipmapSize(uint32_t size, uint32_t mipLevel) { in mipmapSize() function
197 const uint32_t width = mipmapSize(mImgSize.width, mipLevel); in on_vkCmdCopyBufferToImageImpl()
198 const uint32_t height = mipmapSize(mImgSize.height, mipLevel); in on_vkCmdCopyBufferToImageImpl()