Searched refs:resolveDepthStencil (Results 1 – 6 of 6) sorted by relevance
82 …void resolveDepthStencil(ImageView *resolveAttachment, const VkSubpassDescriptionDepthStencilResol…
194 …imageView->resolveDepthStencil(attachments[dsResolve.pDepthStencilResolveAttachment->attachment], … in resolve()
265 void ImageView::resolveDepthStencil(ImageView *resolveAttachment, const VkSubpassDescriptionDepthSt… in resolveDepthStencil() function in vk::ImageView
998 device->getBlitter()->resolveDepthStencil(src, dst, dsResolve); in resolveDepthStencilTo()
149 …void resolveDepthStencil(const vk::ImageView *src, vk::ImageView *dst, const VkSubpassDescriptionD…
1948 void Blitter::resolveDepthStencil(const vk::ImageView *src, vk::ImageView *dst, const VkSubpassDesc… in resolveDepthStencil() function in sw::Blitter