Home
last modified time | relevance | path

Searched refs:stencilView (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/graphite/vk/
DVulkanResourceProvider.cpp510 VkImageView& stencilView = attachmentViews.push_back(); in gather_attachment_views() local
511 stencilView = in gather_attachment_views()
/external/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp1591 const vk::ImageView *stencilView = nullptr; in blit() local
1602 contextVk, VK_IMAGE_ASPECT_STENCIL_BIT, &stencilView)); in blit()
1615 hasShaderStencilExport ? stencilView : nullptr, params)); in blit()
1626 contextVk, this, depthStencilImage, stencilView, params)); in blit()