Home
last modified time | relevance | path

Searched defs:resolveDepthStencil (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkImageView.cpp336 void ImageView::resolveDepthStencil(ImageView *resolveAttachment, VkResolveModeFlagBits depthResolv… in resolveDepthStencil() function in vk::ImageView
/aosp_15_r20/external/swiftshader/src/Device/
H A DBlitter.cpp2017 void Blitter::resolveDepthStencil(const vk::ImageView *src, vk::ImageView *dst, VkResolveModeFlagBi… in resolveDepthStencil() function in sw::Blitter
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp207 bool resolveDepthStencil; member