Lines Matching refs:mipLevel
35 VkFormat format, VkImageType imageType, uint32_t mipLevel, in createDefaultImageView() argument
46 .baseMipLevel = mipLevel, in createDefaultImageView()
539 uint32_t mipLevel = region.imageSubresource.mipLevel; in getBufferImageCopy() local
540 region.imageSubresource.mipLevel = 0; in getBufferImageCopy()
545 region.imageExtent = compressedMipmapPortion(region.imageExtent, mipLevel); in getBufferImageCopy()
552 uint32_t mipLevel = region.imageSubresource.mipLevel; in getBufferImageCopy() local
553 region.imageSubresource.mipLevel = 0; in getBufferImageCopy()
558 region.imageExtent = compressedMipmapPortion(region.imageExtent, mipLevel); in getBufferImageCopy()
570 uint32_t mipLevel = region.srcSubresource.mipLevel; in getCompressedMipmapsImageCopy() local
571 region.srcSubresource.mipLevel = 0; in getCompressedMipmapsImageCopy()
574 region.extent = srcImg.compressedMipmapPortion(region.extent, mipLevel); in getCompressedMipmapsImageCopy()
577 region.dstSubresource.mipLevel = 0; in getCompressedMipmapsImageCopy()
591 uint32_t mipLevel = region.srcSubresource.mipLevel; in getCompressedMipmapsImageCopy() local
592 region.srcSubresource.mipLevel = 0; in getCompressedMipmapsImageCopy()
595 region.extent = srcImg.compressedMipmapPortion(region.extent, mipLevel); in getCompressedMipmapsImageCopy()
598 region.dstSubresource.mipLevel = 0; in getCompressedMipmapsImageCopy()