Home
last modified time | relevance | path

Searched refs:depthStencilResolveAttachmentRef (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp316 const VkAttachmentReference2KHR &depthStencilResolveAttachmentRef, in InitializeUnresolveSubpass() argument
449 depthStencilResolveAttachmentRef.attachment; in InitializeUnresolveSubpass()
973 VkAttachmentReference2KHR depthStencilResolveAttachmentRef = kUnusedAttachment2; in InitializeRenderPassFromDesc() local
1116 depthStencilResolveAttachmentRef.attachment = attachmentCount.get(); in InitializeRenderPassFromDesc()
1117 depthStencilResolveAttachmentRef.layout = VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL; in InitializeRenderPassFromDesc()
1118 depthStencilResolveAttachmentRef.aspectMask = 0; in InitializeRenderPassFromDesc()
1122 depthStencilResolveAttachmentRef.aspectMask |= VK_IMAGE_ASPECT_DEPTH_BIT; in InitializeRenderPassFromDesc()
1126 depthStencilResolveAttachmentRef.aspectMask |= VK_IMAGE_ASPECT_STENCIL_BIT; in InitializeRenderPassFromDesc()
1152 depthStencilResolveAttachmentRef, &unresolveColorAttachmentRefs, in InitializeRenderPassFromDesc()
1194 depthStencilResolve.pDepthStencilResolveAttachment = &depthStencilResolveAttachmentRef; in InitializeRenderPassFromDesc()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp1297 const VkAttachmentReference2 depthStencilResolveAttachmentRef = in makeRenderPass() local
1313 …&depthStencilResolveAttachmentRef // const VkAttachmentReference2* pDepthStencilResolveAtta… in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp1297 const VkAttachmentReference2 depthStencilResolveAttachmentRef = in makeRenderPass() local
1313 …&depthStencilResolveAttachmentRef // const VkAttachmentReference2* pDepthStencilResolveAtta… in makeRenderPass()