Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkImageView.hpp82 …void resolveDepthStencil(ImageView *resolveAttachment, const VkSubpassDescriptionDepthStencilResol…
DVkFramebuffer.cpp194 …imageView->resolveDepthStencil(attachments[dsResolve.pDepthStencilResolveAttachment->attachment], … in resolve()
DVkImageView.cpp265 void ImageView::resolveDepthStencil(ImageView *resolveAttachment, const VkSubpassDescriptionDepthSt… in resolveDepthStencil() function in vk::ImageView
DVkImage.cpp998 device->getBlitter()->resolveDepthStencil(src, dst, dsResolve); in resolveDepthStencilTo()
/external/swiftshader/src/Device/
DBlitter.hpp149 …void resolveDepthStencil(const vk::ImageView *src, vk::ImageView *dst, const VkSubpassDescriptionD…
DBlitter.cpp1948 void Blitter::resolveDepthStencil(const vk::ImageView *src, vk::ImageView *dst, const VkSubpassDesc… in resolveDepthStencil() function in sw::Blitter