Searched refs:mipImageViews (Results 1 – 4 of 4) sorted by relevance
261 destroyImageViews(device, platViews_.mipImageViews); in ~GpuImageVk()376 platViews_.mipImageViews.resize(plat_.mipLevels); in CreateVkImageViews()381 platViews_.mipImageViews[mipIdx] = CreateImageView( in CreateVkImageViews()
32 BASE_NS::vector<VkImageView> mipImageViews; member
181 …if ((attachmentDesc.mipLevel >= 1) && (attachmentDesc.mipLevel < imagePlat.mipImageViews.size())) { in CreateFramebuffer()182 imageViews[viewIndex] = imagePlat.mipImageViews[attachmentDesc.mipLevel]; in CreateFramebuffer()
2052 } else if (bRes.mip < platImageViews.mipImageViews.size()) { in UpdateCommandListDescriptorSets()2053 imageView = platImageViews.mipImageViews[bRes.mip]; in UpdateCommandListDescriptorSets()