Searched refs:stencilView (Results 1 – 2 of 2) sorted by relevance
510 VkImageView& stencilView = attachmentViews.push_back(); in gather_attachment_views() local511 stencilView = in gather_attachment_views()
1591 const vk::ImageView *stencilView = nullptr; in blit() local1602 contextVk, VK_IMAGE_ASPECT_STENCIL_BIT, &stencilView)); in blit()1615 hasShaderStencilExport ? stencilView : nullptr, params)); in blit()1626 contextVk, this, depthStencilImage, stencilView, params)); in blit()