Searched refs:depthStencilAttachmentRef (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPassCache.cpp | 115 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/ |
D | RenderPassCache.cpp | 91 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/ |
D | vkObjUtil.cpp | 586 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/ |
D | vk_cache_utils.cpp | 192 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/ |
D | vk_cache_utils.cpp | 315 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/ |
D | vktDrawMultiExtTests.cpp | 592 …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/ |
D | vktPipelineDepthRangeUnrestrictedTests.cpp | 420 const VkAttachmentReference depthStencilAttachmentRef = in makeRenderPass() local 435 …hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthS… in makeRenderPass()
|
D | vktPipelineRenderToImageTests.cpp | 485 const VkAttachmentReference depthStencilAttachmentRef = in makeRenderPass() local 492 depthStencilAttachmentReferences[i] = depthStencilAttachmentRef; in makeRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsEarlyFragmentTests.cpp | 1118 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/ |
D | vktImagelessFramebufferTests.cpp | 315 const VkAttachmentReference depthStencilAttachmentRef = in makeRenderPass() local 331 … depthStencilAttachmentRef2 = convertAttachmentReference(depthStencilAttachmentRef, depthSt… in makeRenderPass() 394 …hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthSte… in makeRenderPass()
|