Home
last modified time | relevance | path

Searched refs:depthStencilAttachmentRef (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPassCache.cpp115 VkAttachmentReference depthStencilAttachmentRef; in CreateRenderPassForQuery() local
148 depthStencilAttachment = &depthStencilAttachmentRef; in CreateRenderPassForQuery()
150 depthStencilAttachmentRef.attachment = attachmentCount; in CreateRenderPassForQuery()
151 depthStencilAttachmentRef.layout = in CreateRenderPassForQuery()
166 attachmentDesc.initialLayout = depthStencilAttachmentRef.layout; in CreateRenderPassForQuery()
167 attachmentDesc.finalLayout = depthStencilAttachmentRef.layout; in CreateRenderPassForQuery()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPassCache.cpp91 VkAttachmentReference depthStencilAttachmentRef; in CreateRenderPassForQuery() local
124 depthStencilAttachment = &depthStencilAttachmentRef; in CreateRenderPassForQuery()
126 depthStencilAttachmentRef.attachment = attachmentCount; in CreateRenderPassForQuery()
127 depthStencilAttachmentRef.layout = VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL; in CreateRenderPassForQuery()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp586 const VkAttachmentReference depthStencilAttachmentRef = in makeRenderPass() local
601 …hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthS… in makeRenderPass()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp192 VkAttachmentReference depthStencilAttachmentRef = {VK_ATTACHMENT_UNUSED}; in InitializeRenderPassFromDesc() local
244 depthStencilAttachmentRef.attachment = depthStencilIndexVk; in InitializeRenderPassFromDesc()
245 depthStencilAttachmentRef.layout = VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL; in InitializeRenderPassFromDesc()
263 (depthStencilAttachmentRef.attachment != VK_ATTACHMENT_UNUSED ? &depthStencilAttachmentRef in InitializeRenderPassFromDesc()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp315 const VkAttachmentReference &depthStencilAttachmentRef, in InitializeUnresolveSubpass() argument
445 *unresolveDepthStencilAttachmentRef = depthStencilAttachmentRef; in InitializeUnresolveSubpass()
458 unresolvePreserveAttachmentRefs->push_back(depthStencilAttachmentRef.attachment); in InitializeUnresolveSubpass()
972 VkAttachmentReference depthStencilAttachmentRef = kUnusedAttachment; in InitializeRenderPassFromDesc() local
1048 depthStencilAttachmentRef.attachment = attachmentCount.get(); in InitializeRenderPassFromDesc()
1049 depthStencilAttachmentRef.layout = ConvertImageLayoutToVkImageLayout( in InitializeRenderPassFromDesc()
1151 desc, colorAttachmentRefs, colorResolveAttachmentRefs, depthStencilAttachmentRef, in InitializeRenderPassFromDesc()
1172 (depthStencilAttachmentRef.attachment != VK_ATTACHMENT_UNUSED ? &depthStencilAttachmentRef in InitializeRenderPassFromDesc()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawMultiExtTests.cpp592 …const VkAttachmentReference depthStencilAttachmentRef = makeAttachmentReference(1u, VK_IMAGE_L… in makeMultidrawRenderPass() local
603 &depthStencilAttachmentRef, // const VkAttachmentReference* pDepthStencilAttachment in makeMultidrawRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDepthRangeUnrestrictedTests.cpp420 const VkAttachmentReference depthStencilAttachmentRef = in makeRenderPass() local
435 …hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthS… in makeRenderPass()
DvktPipelineRenderToImageTests.cpp485 const VkAttachmentReference depthStencilAttachmentRef = in makeRenderPass() local
492 depthStencilAttachmentReferences[i] = depthStencilAttachmentRef; in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp1118 const VkAttachmentReference2 depthStencilAttachmentRef = in makeRenderPass() local
1167 …hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference2* pDepthS… in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp315 const VkAttachmentReference depthStencilAttachmentRef = in makeRenderPass() local
331 … depthStencilAttachmentRef2 = convertAttachmentReference(depthStencilAttachmentRef, depthSt… in makeRenderPass()
394 …hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthSte… in makeRenderPass()