Searched refs:mipmapSize (Results 1 – 1 of 1) sorted by relevance
40 uint32_t mipmapSize(uint32_t size, uint32_t mipLevel) { in mipmapSize() function197 const uint32_t width = mipmapSize(mImgSize.width, mipLevel); in on_vkCmdCopyBufferToImageImpl()198 const uint32_t height = mipmapSize(mImgSize.height, mipLevel); in on_vkCmdCopyBufferToImageImpl()